You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 19 / python-enum34-1.0.4-1.lbn19.noarch

python-enum34-1.0.4-1.lbn19.noarch

Package Attributes
RPM  python-enum34-1.0.4-1.lbn19.noarch.rpm Architecture  noarch Size  301206 Created  2019/09/30 06:51:16 UTC
Package Specification
Summary Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
Group Application/Internet
License ZPL
Home Page https://pypi.python.org/packages/source/e/enum34/enum34-1.0.4.tar.gz
Description

An enumeration 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.

Module Contents ---------------

This module defines two enumeration classes that can be used to define unique sets of names and values: ``Enum`` and ``IntEnum``. It also defines one decorator, ``unique``.

``Enum``

Base class for creating enumerated constants. See section `Functional API`_ for an alternate construction syntax.

``IntEnum``

Base class for creating enumerated constants that are also subclasses of ``int``.

``unique``

Enum class decorator that ensures only one name is bound to any one value.

Requires
python-setuptools  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
/bin/sh  
rpmlib(PayloadIsXz)  
Provides
python-enum34
Conflicts
python

Document Actions