python-enum34-doc

Backport of python 3.4's enum package (documentation)
  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 common documentation package.