python3-enum-tools

tools to expand Python's enum module

Description

The enum tools package provides additional tools to expand the functionality of Python's standard enum module. Here are some of the key features this package offers:
 - enum_tools.autoenum:
    This part of the package is a Sphinx extension that
    enhances the Enums documentation. It has improved documentation compared
    to what Sphinx's default autoclass convention provides for Enums.
 - @enum_tools.documentation.document_enum:
    This is a decorator that allows you to add docstrings to Enums members
    based on the comments at the end of each line. This can be useful for
    improving documentation associated with each Enum member.
 - enum_tools.custom_enums:
    offers custom enumerations with additional functionality. May include
    specialized Enums that extend or change the default behavior of the Python
    enum module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/domdfcoding/enum_tools


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-enum-tools