more tests cases regarding wild functionality
modified: README.rst modified: nested_lookup/nested_lookup.py modified: setup.py modified: test_nested_lookup.py
This commit is contained in:
parent
b6acaca980
commit
4b8eeaf969
4 changed files with 14 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@ with open("requirements.txt", "r") as f:
|
|||
|
||||
setup(
|
||||
name="nested-lookup",
|
||||
version="0.2.16",
|
||||
version="0.2.17",
|
||||
description="Python functions for working with deeply nested documents (lists and dicts) ",
|
||||
keywords="nested document dictionary dict list lookup schema json xml yaml",
|
||||
long_description=open("README.rst").read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue