Mon, 17 Jun 2024 17:01:13 UTC | login

Information for build python-injector-0.18.3-2.fc33

ID159387
Package Namepython-injector
Version0.18.3
Release2.fc33
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
StartedWed, 03 Jun 2020 09:48:40 UTC
CompletedWed, 03 Jun 2020 09:48:40 UTC
Tags
f33
RPMs
src
python-injector-0.18.3-2.fc33.src.rpm (info) (download)
noarch
python3-injector-0.18.3-2.fc33.noarch.rpm (info) (download)
python3-injector-doc-0.18.3-2.fc33.noarch.rpm (info) (download)
Changelog * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.18.3-2 - Rebuilt for Python 3.9 * Tue Feb 04 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.18.3-1 - Update to 0.18.3 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jan 11 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.18.2-1 - Update to 0.18.2 * Wed Dec 11 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.18.1-1 - Update to 0.18.1 * 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.