We have some enumerated types spread throughout the codebase but they are treated as simple classes (see TrackKind, NeighborGapPolicy, MarkerColor to name a few). Since these are currently simple ...
Note: This package was removed from PyPI because it was found to be a duplicate of aenum.AutoNumberEnum which existed first and will likely be better supported. Also see the new Python 3.6+ enum.auto.