Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-aenum | Distribution: Fedora Project |
Version: 3.1.0 | Vendor: Fedora Project |
Release: 11.fc41 | Build date: Sat Jul 20 03:39:24 2024 |
Group: Unspecified | Build host: buildvm-x86-25.iad2.fedoraproject.org |
Size: 1710746 | Source RPM: python-aenum-3.1.0-11.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://pypi.org/project/aenum/ | |
Summary: Advanced Enumerations, NamedTuples and NamedConstants for Python |
aenum includes a Python stdlib Enum-compatible data type, as well as a metaclass-based NamedTuple implementation and a NamedConstant class. An Enum is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. Support exists for unique values, multiple values, auto-numbering, and suspension of aliasing, plus the ability to have values automatically bound to attributes. A NamedTuple is a class-based, fixed-length tuple with a name for each possible position accessible using attribute-access notation as well as the standard index notation. A NamedConstant is a class whose members cannot be rebound; it lacks all other Enum capabilities, however.
BSD
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 3.1.0-10 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.1.0-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/python3.13/site-packages/aenum /usr/lib/python3.13/site-packages/aenum-3.1.0-py3.13.egg-info /usr/lib/python3.13/site-packages/aenum-3.1.0-py3.13.egg-info/PKG-INFO /usr/lib/python3.13/site-packages/aenum-3.1.0-py3.13.egg-info/SOURCES.txt /usr/lib/python3.13/site-packages/aenum-3.1.0-py3.13.egg-info/dependency_links.txt /usr/lib/python3.13/site-packages/aenum-3.1.0-py3.13.egg-info/top_level.txt /usr/lib/python3.13/site-packages/aenum/CHANGES /usr/lib/python3.13/site-packages/aenum/LICENSE /usr/lib/python3.13/site-packages/aenum/README /usr/lib/python3.13/site-packages/aenum/__init__.py /usr/lib/python3.13/site-packages/aenum/__pycache__ /usr/lib/python3.13/site-packages/aenum/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/aenum/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/aenum/__pycache__/test.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/aenum/__pycache__/test.cpython-313.pyc /usr/lib/python3.13/site-packages/aenum/__pycache__/test_v3.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/aenum/__pycache__/test_v3.cpython-313.pyc /usr/lib/python3.13/site-packages/aenum/doc /usr/lib/python3.13/site-packages/aenum/doc/aenum.pdf /usr/lib/python3.13/site-packages/aenum/doc/aenum.rst /usr/lib/python3.13/site-packages/aenum/test.py /usr/lib/python3.13/site-packages/aenum/test_v3.py /usr/share/doc/python3-aenum /usr/share/doc/python3-aenum/CHANGES /usr/share/doc/python3-aenum/README /usr/share/doc/python3-aenum/doc /usr/share/doc/python3-aenum/doc/aenum.pdf /usr/share/doc/python3-aenum/doc/aenum.rst /usr/share/licenses/python3-aenum /usr/share/licenses/python3-aenum/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 8 05:04:48 2024