wild mode: case insesitive key substring nested_lookups

This commit is contained in:
Russell Ballestrini 2017-09-25 11:19:18 -07:00
parent 8ba271daf3
commit d46f683e76
5 changed files with 58 additions and 9 deletions

View file

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