Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python311-aenum

Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants 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. If using Python 3 there is built-in support for unique values, multiple values, auto-numbering, and suspension of aliasing (members with the same value are not identical), 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; consequently, it can have duplicate values.

Found 1 sites for python311-aenum

Found 3 RPM for python311-aenum

PackageSummaryDistributionDownload
python311-aenum-3.1.15-2.2.noarch.htmlAdvanced Enumerations, NamedTuples, and NamedConstantsOpenSuSE Tumbleweed for noarchpython311-aenum-3.1.15-2.2.noarch.rpm
python311-aenum-3.1.15-2.2.noarch.htmlAdvanced Enumerations, NamedTuples, and NamedConstantsOpenSuSE Ports Tumbleweed for noarchpython311-aenum-3.1.15-2.2.noarch.rpm
Advanced Enumerations, NamedTuples, and NamedConstantspython311-aenum-3.1.15-2.2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet