python-inject:Python依赖注入

时间:2024-06-14 12:03:10
【文件属性】:

文件名称:python-inject:Python依赖注入

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-14 12:03:10

Python

python注入 依赖注入是python的好方法。 不是Guice或Spring的港口。 主要特征 快速地。 线程安全的。 易于使用。 不窃取类的构造函数。 不要尝试管理您的应用程序对象图。 透明地集成到测试中。 支持Python 3.5+( v4.* )和Python 2.7–3.5( v3.* )。 在Python 3.5+中支持类型提示。 利用类型注释的自动参数。 Python支持 Python 注入版本 3.6+ 4.1+ 3.5 4.0 <3> = 3.5中支持此功能。 @ inject . autoparams () def ref


【文件预览】:
python-inject-master
----MANIFEST.in(93B)
----CHANGES.md(2KB)
----.travis.yml(292B)
----LICENSE(11KB)
----test()
--------test_binder.py(1KB)
--------test_injector.py(2KB)
--------test_param.py(900B)
--------test_autoparams.py(6KB)
--------__init__.py(270B)
--------test_attr.py(1002B)
--------test_params.py(5KB)
--------test_functional.py(4KB)
--------test_instance.py(253B)
--------test_inject_configuration.py(2KB)
----setup.py(1KB)
----README.md(8KB)
----makefile(206B)
----.gitignore(646B)
----test37()
--------test_dataclass.py(1KB)
--------test_future.py(689B)
----inject()
--------__init__.py(16KB)
--------py.typed(0B)

网友评论