Source: python-injector Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Martin Wimpress , Mike Gabriel , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-typing-extensions, Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/alecthomas/injector/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-injector.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-injector Testsuite: autopkgtest-pkg-python Package: python3-injector Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-typing-extensions, Description: Python dependency injection framework 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 . . This package installs the library for Python 3.