python-injector 0.21.0-1 source package in Ubuntu

Changelog

python-injector (0.21.0-1) unstable; urgency=medium

  * New upstream release.

 -- Mike Gabriel <email address hidden>  Sun, 07 Apr 2024 17:33:13 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-injector_0.21.0-1.dsc 2.1 KiB 19e7ca07f270fbf0830e720fb8d17e8d0a081482df39f9e38772d18ecd82d374
python-injector_0.21.0.orig.tar.gz 45.5 KiB a2f057c6811368d0fa400a8f05c7789273a9bdacccd02f06ff8913b651872540
python-injector_0.21.0-1.debian.tar.xz 2.9 KiB 1cb0eac77407f34759b0061c5537adf8c8bc905f9706c07e6699bbc5be377d61

Available diffs

No changes file available.

Binary packages built by this source

python3-injector: 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 <module>.
 .
 This package installs the library for Python 3.