[ trixie ]
[ sid ]
[ 源代码: 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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python