python-enum

robust enumerated type support in Python
  http://pypi.python.org/pypi/enum/
  0
  no reviews



An enumeration object is an immutable sequence object built from a sequence of strings. Each value is also available as an attribute. Such values are constant. Comparisons and enumeration are supported.