Enum Tools
Tools to expand Python’s enum module.
Docs |
|
|---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
QA |
|
Other |
This library provides the following:
enum_tools.autoenum– A Sphinx extension to document Enums better thanautoclasscan currently.@enum_tools.documentation.document_enum– A decorator to add docstrings toEnummembers from a comment at the end of the line.enum_tools.custom_enums– AdditionalEnumclasses with different functionality.
Installation
python3 -m pip install enum-tools --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
Then install
conda install enum-tools
python3 -m pip install git+https://github.com/domdfcoding/enum_tools@master --user