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
This commit is contained in:
commit
b530c0a586
6 changed files with 111 additions and 0 deletions
22
README.rst
Normal file
22
README.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
--------
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue