Mon, 17 Jun 2024 18:49:39 UTC | login

Information for build python-injector-0.17.0-1.fc31

ID128686
Package Namepython-injector
Version0.17.0
Release1.fc31
Epoch
SummaryPython dependency injection framework inspired by Guice
DescriptionDependency 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Sep 2019 12:28:51 UTC
CompletedFri, 20 Sep 2019 12:28:51 UTC
Tags
f31
f32
RPMs
src
python-injector-0.17.0-1.fc31.src.rpm (info) (download)
noarch
python3-injector-0.17.0-1.fc31.noarch.rpm (info) (download)
python3-injector-doc-0.17.0-1.fc31.noarch.rpm (info) (download)
Changelog * Sun Sep 01 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.17.0-1 - Update to 0.17.0 * Mon Aug 19 2019 Miro HronĨok <mhroncok@redhat.com> - 0.16.1-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 11 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.16.1-1 - Update to 0.16.1 * Sun Mar 24 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.15.0-2 - Update to 0.15.0 - Added docs and spec file fixes. * Wed Mar 20 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.14.1-2 - Initial package.