python3-enum34

Backport of python 3.4's enum package
  https://pypi.python.org/pypi/enum34
  0
  no reviews



Pep 435 adds an enumeration to python 3.4. this module provides a backport of that data type for older python versions. it defines two enumeration classes that can be used to define unit sets of names and values: enum and intenum.

this is the python 3 compatible package.