[ trixie ]
[ sid ]
[ 原始碼: python-inject ]
套件:python3-inject(5.2.1-1)
python3-inject 的相關連結
Debian 的資源:
下載原始碼套件 python-inject:
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libplexus-utils2-java
- libplexus-classworlds-java-doc
- libplexus-classworlds2-java
- libplexus-interactivity-api-java
- libplexus-velocity-java
- libplexus-interpolation-java
- libplexus-utils2-java-doc
- libplexus-velocity-java-doc
- libplexus-interactivity-api-java-doc
- libplexus-interpolation-java-doc
- libguice-java
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.
其他與 python3-inject 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)