Python dependency injection framework, inspired by Guice
https://github.com/alecthomas/injector
Dependency injection as a formal pattern is less useful in Python than
in other languages, primarily due to its support for keyword
arguments, the ease with which objects can be mocked, and its dynamic
nature.
That said, 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 keyword arguments
with their values. As an added benefit, Injector encourages nicely
compartmentalised code through the use of Module s.
While being inspired by Guice, it does not slavishly replicate its
API. Providing a Pythonic API trumps faithfulness.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-injector
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Tomcat42/python-injector && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
COPYING | 0000066966 65.4 KB | |
injector-0.15.0.tar.gz | 0000017296 16.9 KB | |
python-injector.changes | 0000000160 160 Bytes | |
python-injector.spec | 0000002270 2.22 KB |
Revision 1 (latest revision is 20)
Tomáš Chvátal (scarabeus_iv)
accepted
request 676655
from
Luigi Baldoni (alois)
(revision 1)
- Initial package (v0.15.0)
Comments 0