Skip to content

pyuzi/uzi

Repository files navigation

Uzi

PyPi version Supported Python versions Build status Coverage status

Uzi is a dependency injection framework for Python.

Install

Install from PyPi

pip install uzi

Features

  • Async support: uzi will await 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.

Links

Production

This package is currently under active development and is not recommended for production use.

Will be production ready from version v1.0.0 onwards.