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 python2-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 python2-aenum

Found 2 RPM for python2-aenum

PackageSummaryDistributionDownload
python2-aenum-2.2.3-bp153.1.15.noarch.htmlAdvanced Enumerations, NamedTuples, and NamedConstantsOpenSuSE Leap 15.3 for noarchpython2-aenum-2.2.3-bp153.1.15.noarch.rpm
python2-aenum-2.2.3-lp152.1.1.noarch.htmlAdvanced Enumerations, NamedTuples, and NamedConstantsOpenSuSE Leap 15.2 for noarchpython2-aenum-2.2.3-lp152.1.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet