enum34
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
To install this package, run one of the following:
enumeration is a set of symbolic names bound to unique, constant values. Within it, the members can be compared by identity and the enumeration itself can be iterated over.
Summary
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
Information Last Updated
Mar 25, 2025 at 16:22
License
BSD 3-Clause
Total Downloads
6.2K
Platforms
GitHub Repository
https://bitbucket.org/stoneleaf/enum34Documentation
https://pypi.python.org/pypi/enum34