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: 7.fc39 | Build date: Fri Jul 21 09:11:49 2023 |
Group: Unspecified | Build host: buildvm-s390x-22.s390.fedoraproject.org |
Size: 1690192 | Source RPM: python-aenum-3.1.0-7.fc39.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 21 2023 Fedora Release Engineering <[email protected]> - 3.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <[email protected]> - 3.1.0-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 3.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <[email protected]> - 3.1.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Aug 24 2021 Peter Robinson <[email protected]> - 3.1.0-1 - Update to 3.1.0 - Disable tests due to issue with py3.10 * Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 3.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/lib/python3.12/site-packages/aenum /usr/lib/python3.12/site-packages/aenum-3.1.0-py3.12.egg-info /usr/lib/python3.12/site-packages/aenum-3.1.0-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/aenum-3.1.0-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/aenum-3.1.0-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/aenum-3.1.0-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/aenum/CHANGES /usr/lib/python3.12/site-packages/aenum/LICENSE /usr/lib/python3.12/site-packages/aenum/README /usr/lib/python3.12/site-packages/aenum/__init__.py /usr/lib/python3.12/site-packages/aenum/__pycache__ /usr/lib/python3.12/site-packages/aenum/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/aenum/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/aenum/__pycache__/test.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/aenum/__pycache__/test.cpython-312.pyc /usr/lib/python3.12/site-packages/aenum/__pycache__/test_v3.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/aenum/__pycache__/test_v3.cpython-312.pyc /usr/lib/python3.12/site-packages/aenum/doc /usr/lib/python3.12/site-packages/aenum/doc/aenum.pdf /usr/lib/python3.12/site-packages/aenum/doc/aenum.rst /usr/lib/python3.12/site-packages/aenum/test.py /usr/lib/python3.12/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, Tue Jul 9 21:55:09 2024