/awesome-dependency-injection-in-python

A curated list of awesome things related to dependency inversion / dependency injection in Python. (Contributions welcomed).

Awesome Dependency Injection in Python

A curated list of awesome things related to dependency inversion / dependency injection in Python.

Awesome

Talks / slides

  • Python Dependency Injection (PDF) (Alex Martelli, 2008).
  • Fang: Pythonic dependency injection (video) (Nathan Craike, 2015).

Articles / blog posts

Books

Software

DI Frameworks

  • returns ★1974: "Make your functions return something meaningful, typed, and safe!"
  • python-dependency-injector ★1692: "Dependency injection microframework for Python"
  • Injector ★738: "Python dependency injection framework, inspired by Guice".
  • Inject ★482: Python dependency injection
  • Dependencies ★278: "Dependency Injection for Humans."
  • Punq ★117: "An IoC container for Python 3.6+."
  • Lagom ★30: Type based auto-wiring dependency injection with support for async and threading.
  • Antidote ★29: "Dependency injection for Python"
  • Rodi ★26: Dependency injection for Python 3.

Archived or unmaintained

  • Serum ★81: "Dependency injection framework for Python 3.6"
  • Aiodine ★53: "Async-first Python dependency injection library"
  • Wiring ★30: Architectural foundation for Python applications. (Unmaintained).

Integration with web frameworks