New Features (nested_update, nested_delete) (#12)

* Fix for issue #10

* Renamed the test module

* New Features (nested_get, nested_update, nested_delete)

* Update Version to 0.3.0

* Updated Readme for new features

* Removed method (nested_get)

* Addressed review comments

* Removed nested_get references from README

* Rearanged the order of the functions
This commit is contained in:
Ramesh RV 2018-11-24 05:40:31 +05:30 committed by Russell Ballestrini
parent d49c15f293
commit 4564f8ed80
6 changed files with 297 additions and 58 deletions

View file

@ -1,2 +1,3 @@
from .nested_lookup import nested_lookup, get_all_keys, get_occurrence_of_key,\
get_occurrence_of_value
from .lookup_api import nested_update, nested_delete