Skip to content
/ nkr Public

Nested Key Retrieval (nkr - 'nuker') is a Python library for finding values associated with keys buried in a nested structure

License

Notifications You must be signed in to change notification settings

tfulmer1/nkr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nkr

Nested Key Retrieval (nkr - 'nuker') is a Python library for finding values associated with keys buried in a nested structure

How it works

nkr uses duck typing and recursive functions to move through an entire nested structure (any combinations of dicts and lists) so long as the first level target is a dict. It has a function for retrieving the first/only value associated with a key or a generator function to return a list of ALL values associated with a key

License

MIT license

About

Nested Key Retrieval (nkr - 'nuker') is a Python library for finding values associated with keys buried in a nested structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages