------------------
* Fix munchify for tuples of lists
* Require Python >=3.6 and upgrade syntax - thanks EwoutH
* Update __init__.py to work with non standard version - thanks mboisson
* Allow importing even when VERSION read fails - thanks mdornseif and dangillet
* Add imports to README
* replace pkg_resources with importlib.metadata - thanks dhellmann
* Added RecursiveMunch object - thanks GuillaumeRochette