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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-injector && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0.18.3.tar.gz | 0000043256 42.2 KB | |
python-injector.changes | 0000002865 2.8 KB | |
python-injector.spec | 0000002378 2.32 KB |
Revision 5 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 792593
from
Steve Kowalik (StevenK)
(revision 5)
- Update to 0.18.3: * Fixed Python 3.5.3 compatibility * Added remaining type hints to the codebase so that the client code can have better static typing safety * Fixed UnsatisfiedRequirement string representation (this time for real) * Added forward return type reference support to provider methods
Comments 0