Skip to content

Latest commit

 

History

History
90 lines (79 loc) · 7.2 KB

index.rst

File metadata and controls

90 lines (79 loc) · 7.2 KB

Dependency Injector --- Dependency injection microframework for Python

Dependency Injector is a dependency injection microframework for Python. It was designed to be unified, developer-friendly tool that helps to implement dependency injection design pattern in formal, pretty, Pythonic way.

Dependency Injector framework key features are:

  • Easy, smart, pythonic style.
  • Obvious, clear structure.
  • Extensibility and flexibility.
  • High performance.
  • Memory efficiency.
  • Thread safety.
  • Documentation.
  • Semantic versioning.

Dependency Injector containers and providers are implemented as C extension types using Cython.

Status

PyPi

Latest Version

License

Python versions and implementations

Supported Python versions

Supported Python implementations

Builds and tests coverage

Build Status

Docs Status

Coverage Status

Github

Github watchers

Github stargazers

Github forks

Contents

introduction/index main/installation providers/index containers/index examples/index api/index main/feedback main/changelog