Migrated from https://git2.unturf.com/python/nested-lookup.git
new file: .gitignore new file: README.rst new file: __init__.py new file: nested_lookup.py new file: setup.py new file: test_nested_loopkup.py |
||
|---|---|---|
| .gitignore | ||
| __init__.py | ||
| nested_lookup.py | ||
| README.rst | ||
| setup.py | ||
| test_nested_loopkup.py | ||
nested_lookup ############# A small library for python which enables key lookups on deeply nested documents. Documents may be built out of dictionaries (dicts) and/or lists. :author: Russell Ballestrini :license: Public Domain quick start =========== install ------- tutorial --------