Dependency injection, the Python way
Dependency injection the python way, the good way. Not a port of Guice or Spring. Key features: - Fast. - Thread-safe. - Simple to use. - Does not steal class constructors. - Does not try to manage your application object graph. - Transparently integrates into tests. - Supports type hinting in Python 3.5+. - Autoparams leveraging type annotations.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 4.3.1-5.fc35 | - |
Fedora 35 | 4.3.1-5.fc35 | - |
Fedora 34 | 4.3.1-3.fc34 | - |
You can contact the maintainers of this package via email at
python-inject dash maintainers at fedoraproject dot org
.