Socket
Book a DemoInstallSign in
Socket

uzi

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uzi

Dependency injection library

pipPyPI
Version
0.3.2
Maintainers
1

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.

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.

See this release on GitHub: v0.3.2

Keywords

dependency-injection

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts