[ 原始碼: python-enum-tools ]
套件:python3-enum-tools(0.12.0-3)
python3-enum-tools 的相關連結
Debian 的資源:
下載原始碼套件 python-enum-tools:
- [python-enum-tools_0.12.0-3.dsc]
- [python-enum-tools_0.12.0.orig.tar.gz]
- [python-enum-tools_0.12.0-3.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
tools to expand Python's enum module
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.
其他與 python3-enum-tools 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
