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:
Russell Ballestrini 2019-06-25 15:20:42 -07:00
parent b6acaca980
commit 4b8eeaf969
4 changed files with 14 additions and 5 deletions

View file

@ -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(),