Tue, 25 Jun 2024 14:33:04 UTC | login

Information for build python-injector-0.21.0-3.fc40

ID291799
Package Namepython-injector
Version0.21.0
Release3.fc40
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
StartedThu, 29 Feb 2024 09:21:26 UTC
CompletedThu, 29 Feb 2024 09:21:26 UTC
Tags
f40
f41
RPMs
src
python-injector-0.21.0-3.fc40.src.rpm (info) (download)
noarch
python3-injector-0.21.0-3.fc40.noarch.rpm (info) (download)
python3-injector-doc-0.21.0-3.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 28 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.21.0-1 - 0.21.0 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.20.1-4 - Rebuilt for Python 3.12 * Wed Mar 08 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.20.1-3 - migrated to SPDX license * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 17 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 0.20.1-1 - chore(update): 0.20.1 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.19.0-3 - Rebuilt for Python 3.11