[ 原始碼: python-injector ]
套件:python3-injector(0.21.0-1)
python3-injector 的相關連結
Debian 的資源:
下載原始碼套件 python-injector:
- [python-injector_0.21.0-1.dsc]
- [python-injector_0.21.0.orig.tar.gz]
- [python-injector_0.21.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-injector 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python