Find a file
Russell Ballestrini b530c0a586 first commit, working with tests.
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
2015-11-06 23:30:53 -05:00
.gitignore first commit, working with tests. 2015-11-06 23:30:53 -05:00
__init__.py first commit, working with tests. 2015-11-06 23:30:53 -05:00
nested_lookup.py first commit, working with tests. 2015-11-06 23:30:53 -05:00
README.rst first commit, working with tests. 2015-11-06 23:30:53 -05:00
setup.py first commit, working with tests. 2015-11-06 23:30:53 -05:00
test_nested_loopkup.py first commit, working with tests. 2015-11-06 23:30:53 -05:00

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
--------