Mon, 13 May 2024 04:14:17 UTC | login

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

ID132017
Package Namepython-injector
Version0.17.0
Release1.fc32
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
StartedTue, 03 Dec 2019 11:30:28 UTC
CompletedTue, 03 Dec 2019 11:30:28 UTC
Tags
f32
f33
RPMs
src
python-injector-0.17.0-1.fc32.src.rpm (info) (download)
noarch
python3-injector-0.17.0-1.fc32.noarch.rpm (info) (download)
python3-injector-doc-0.17.0-1.fc32.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.