modified: .gitignore
new file: Makefile modified: README.rst modified: nested_lookup/lookup_api.py new file: nested_lookup/tests/__init__.py renamed: test_lookup_api.py -> nested_lookup/tests/test_lookup_api.py renamed: test_nested_lookup.py -> nested_lookup/tests/test_nested_lookup.py new file: requirements-test.txt modified: setup.py
This commit is contained in:
parent
a8c790d60e
commit
1c6dbd32f8
9 changed files with 31 additions and 16 deletions
|
|
@ -1,11 +1,6 @@
|
|||
nested_lookup
|
||||
#############
|
||||
|
||||
.. image:: https://img.shields.io/badge/pypi-0.2.23-green.svg
|
||||
:target: https://pypi.python.org/pypi/nested-lookup
|
||||
.. image:: https://travis-ci.org/rameshrvr/nested-lookup.svg?branch=master
|
||||
:target: https://travis-ci.org/rameshrvr/nested-lookup
|
||||
|
||||
Make working with JSON, YAML, and XML document responses fun again!
|
||||
|
||||
The `nested_lookup` package provides many Python functions for working with deeply nested documents.
|
||||
|
|
@ -322,7 +317,7 @@ misc
|
|||
* Matheus Lins
|
||||
|
||||
:web:
|
||||
* http://russell.ballestrini.net
|
||||
* https://russell.ballestrini.net
|
||||
* http://douglasmiranda.com (https://gist.github.com/douglasmiranda/5127251)
|
||||
* https://github.com/Salfiii
|
||||
* https://github.com/matheuslins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue