Skip to content

v0.3.0

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 19 May 17:10
· 154 commits to main since this release

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"
  • 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.