* Update lookup_api.py
moved the typecheck of the value argument to the wrapper function.
* added tests for nested_update Test
* pep8 format standards
moded _call_callback out of the nested_alter Method
Raised an Exception is no list is provided but treas_as_elemenet is false
treat_list_as_element:bool renamed to treat_as_element:bool and set default to True
* Auto commit via script
* Create CONTRIBUTORS.rst
* Rename CONTRIBUTORS.rst to CONTRIBUTING.rst
* Update CONTRIBUTING.rst
* Fix for issue #17 (#18)
* Fix for issue #17
* Updating version (and) Adding Travis CI support
* Adding Build status to README
* changed the type annotation of the input document (removed it)
removed the output type hint
change the Readme
* Update lookup_api.py
moved the typecheck of the value argument to the wrapper function.
* added tests for nested_update Test
* pep8 format standards
moded _call_callback out of the nested_alter Method
Raised an Exception is no list is provided but treas_as_elemenet is false
treat_list_as_element:bool renamed to treat_as_element:bool and set default to True
* changed the type annotation of the input document (removed it)
removed the output type hint
change the Readme