* 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
3 lines
161 B
Python
3 lines
161 B
Python
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
|