Addition of new feature (get_all_keys)

This commit is contained in:
Ramesh RV 2018-09-23 17:46:50 +05:30
parent 78fac75205
commit bb7ab509eb
5 changed files with 198 additions and 30 deletions

View file

@ -13,7 +13,7 @@ with open('requirements.txt', 'r') as f:
setup(
name = 'nested-lookup',
version = '0.1.5',
version = '0.1.6',
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(),