python-inject 5.2.0-1 source package in Ubuntu

Changelog

python-inject (5.2.0-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Sun, 03 Dec 2023 08:51:48 +0000

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-inject_5.2.0-1.dsc 2.1 KiB 0b599064bbd91709ec0938241b39d4b8d900e7e093618d9b4e71dd1d0d262b80
python-inject_5.2.0.orig.tar.gz 19.2 KiB 864e99aacb22241dbaa461ec18791bdff71f264f6c0760e4b86eafc13a87d68c
python-inject_5.2.0-1.debian.tar.xz 2.4 KiB d0bd787690591515afad7ec035af9b799aaa7eada175f4eedd38042e4266e54c

Available diffs

No changes file available.

Binary packages built by this source

python3-inject: Python dependency injection framework

 The inject package is a Python library that provides a lightweight dependency
 injection framework. It simplifies the management of dependencies in your
 Python projects, allowing for decoupled and modular code design.
 .
 Features:
 .
  - Facilitates the injection of dependencies into Python classes and
    functions.
  - Supports various dependency injection patterns, including constructor
    injection and attribute injection.
  - Allows for the configuration of dependency bindings and scopes.
  - Promotes code reusability, testability, and maintainability through loose
    coupling.
  - Supports both runtime and compile-time dependency injection.
  - Provides integration with popular frameworks and tools.
 .
 Dependency injection is a powerful design pattern that helps manage complex
 dependencies between components. The inject library offers an elegant and
 straightforward way to implement dependency injection in Python, promoting
 better separation of concerns and easier unit testing.