[ol7_u2_base] python-enum34-1.0.4-1.el7.noarch

Name:python-enum34
Version:1.0.4
Release:1.el7
Architecture:noarch
Group:Development/Libraries
Size:329922
License:BSD
RPM: python-enum34-1.0.4-1.el7.noarch.rpm
Source RPM: python-enum34-1.0.4-1.el7.src.rpm
Build Date:Fri Sep 11 2015
Build Host:x86-ol7-builder-04.us.oracle.com
Vendor:Oracle America
URL:https://pypi.python.org/pypi/enum34
Summary:Backport of Python 3.4 Enum
Description:
Python 3.4 introduced official support for enumerations.  This is a
backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4.

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.

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, that ensures only unique member names are present
in an enumeration.

Changelog (Show File list) (Show related packages)