enum34 1.1.10
0
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
Contents
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
How to Install enum34
You can install enum34 using pip
pip install enum34
or add it to a project with poetry
poetry add enum34
Package Details
- Author
- Ethan Furman
- License
- BSD License
- Homepage
- https://bitbucket.org/stoneleaf/enum34
- PyPi:
- https://pypi.org/project/enum34/
Classifiers
- Software Development
Related Packages
Errors
A list of common enum34 errors.
Code Examples
Here are some enum34
code examples and snippets.