wild mode: case insesitive key substring nested_lookups
This commit is contained in:
parent
8ba271daf3
commit
d46f683e76
5 changed files with 58 additions and 9 deletions
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ with open('requirements.txt', 'r') as f:
|
|||
|
||||
setup(
|
||||
name = 'nested-lookup',
|
||||
version = '0.1.3',
|
||||
version = '0.1.4',
|
||||
description = 'lookup a key in a deeply nested document of dicts and lists',
|
||||
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