Package python3-module-injector: Information
Source package: python3-module-injector
Version: 0.24.0-alt1
Build time: Jan 10, 2026, 10:31 AM in the task #404660
Category: Development/Python3
Report package bugHome page: https://github.com/alecthomas/injector
License: BSD-3-Clause
Summary: Python dependency injection framework, inspired by Guice
Description:
While dependency injection is easy to do in Python due to its support for keyword arguments, the ease with which objects can be mocked and its dynamic nature, a framework for assisting in this process can remove a lot of boiler-plate from larger applications. That's where Injector can help. It automatically and transitively provides dependencies for you. As an added benefit, Injector encourages nicely compartmentalised code through the use of :ref:modules <module>.
Maintainer: Andrey Cherepanov
Last changed
Jan. 10, 2026 Andrey Cherepanov 0.24.0-alt1
- New version.
Nov. 29, 2025 Andrey Cherepanov 0.23.0-alt1
- New version.
July 16, 2025 Andrey Cherepanov 0.22.0-alt1
- New version.