Update README.rst
This commit is contained in:
parent
05390b683f
commit
8651bf2227
1 changed files with 9 additions and 1 deletions
10
README.rst
10
README.rst
|
|
@ -1,10 +1,18 @@
|
|||
nested_lookup
|
||||
#############
|
||||
|
||||
A small library for python which enables key lookups on deeply nested documents.
|
||||
.. image:: https://img.shields.io/badge/pypi-0.0.1-green.svg
|
||||
:target: https://pypi.python.org/pypi/nested-lookup
|
||||
|
||||
.. image:: https://img.shields.io/badge/coverage-100%-green.svg
|
||||
:target: https://github.com/russellballestrini/nested-lookup/blob/master/test_nested_loopkup.py
|
||||
|
||||
A small Python library which enables key lookups on deeply nested documents.
|
||||
|
||||
Documents may be built out of dictionaries (dicts) and/or lists.
|
||||
|
||||
The `nested-lookup` function makes working with JSON, YAML, and XML fun again!
|
||||
|
||||
.. contents::
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue