Releases: BrianPugh/autoregistry
Releases · BrianPugh/autoregistry
v0.4.1
v0.4.0
v0.3.1
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.
v0.2.1
v0.2.0
Initial Release
v0.1.0 Use poetry-publish fork