updated readme
This commit is contained in:
parent
b530c0a586
commit
9cc96d8b81
1 changed files with 21 additions and 0 deletions
21
README.rst
21
README.rst
|
|
@ -5,18 +5,39 @@ A small library for python which enables key lookups on deeply nested documents.
|
|||
|
||||
Documents may be built out of dictionaries (dicts) and/or lists.
|
||||
|
||||
.. contents::
|
||||
|
||||
:author: Russell Ballestrini
|
||||
|
||||
:web: http://russell.ballestrini.net
|
||||
|
||||
:license: Public Domain
|
||||
|
||||
|
||||
quick start
|
||||
===========
|
||||
|
||||
install
|
||||
-------
|
||||
|
||||
install from pypi using pip::
|
||||
|
||||
pip install nested-lookup
|
||||
|
||||
or easy_install::
|
||||
|
||||
easy_install nested-lookup
|
||||
|
||||
or install from source using::
|
||||
|
||||
git clone https://github.com/russellballestrini/nested-lookup.git
|
||||
cd nested-lookup
|
||||
pip install .
|
||||
|
||||
tutorial
|
||||
--------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue