Added
* Feature to allow key modifications during loading and saving configs sphh (3)
* Feature to convert configs to/from free-form dictionaries sphh (6)
Changed
* Refactoring of `io` submodule to allow greater flexibility (with lazy loading) sphh (4)
* Wildcard import `from upsilonconf import *` now imports `load_config`, `save_config` and `config_from_cli` (instead of `load`, `save` and `from_cli`) to reduce chances of conflicting names.