Uzi
is a dependency injection framework for Python.
Install from PyPi
pip install uzi
- Async support:
uzi
willawait
for you. - Lots of Providers to choose from. E.g. Value, Alias.
- Extensibility through
Container
inheritance. - Multi scope support.
- Fast: minus the cost of an additional stack frame,
uzi
resolves dependencies nearly as efficiently as resolving them by hand.
This package is currently under active development and is not recommended for production use.
Will be production ready from version v1.0.0
onwards.