New feature (Finding occurance)

This commit is contained in:
Ramesh RV 2018-10-08 16:09:19 +05:30
parent fab55c4d3b
commit 904a2b957d
5 changed files with 158 additions and 3 deletions

View file

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