v0.3.0
New Features
- Can now inject a whole python module.
- Nested objects can be queried via dot
"some.sub.module"
or via slashes"some/sub/module"
- Nested objects can be queried via dot
- tweaked some install settings,
pip install -e .
should work now. - Check for key collisions, configurable via
overwrite
. - Allow objects or list of objects to be passed into
Registry
constructor.