[ol7_developer_EPEL] python3-aenum-2.2.3-4.el7.noarch

Name:python3-aenum
Version:2.2.3
Release:4.el7
Architecture:noarch
Group:Unspecified
Size:1475556
License:BSD
RPM: python3-aenum-2.2.3-4.el7.noarch.rpm
Source RPM: python-aenum-2.2.3-4.el7.src.rpm
Build Date:Thu Oct 08 2020
Build Host:jenkins-172-17-0-2-69cf6c58-f4b5-4e55-8584-338b038120d2.appad3iad.osdevelopmeniad.oraclevcn.com
Vendor:Oracle America
URL:https://bitbucket.org/stoneleaf/aenum
Summary:Advanced Enumerations, NamedTuples and NamedConstants for Python
Description:
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.

Changelog (Show File list) (Show related packages)