python-enum-tools 0.11.0-1 source package in Ubuntu

Changelog

python-enum-tools (0.11.0-1) unstable; urgency=medium

  * Initial release. (Closes: #1019745)

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 09 Dec 2023 21:31:27 -0300

Upload details

Uploaded by:
Josenilson Ferreira da Silva
Uploaded to:
Sid
Original maintainer:
Josenilson Ferreira da Silva
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-enum-tools_0.11.0-1.dsc 2.4 KiB 45bcd27e1f77fad54e8c077a6f2bb6eb4d66dd09bee3a64a1794043070e69626
python-enum-tools_0.11.0.orig.tar.xz 161.2 KiB eab4ef29cdbd758af3d078b0ce432abc65e10499f16a23cbcfcc2b3d4edfe283
python-enum-tools_0.11.0-1.debian.tar.xz 4.3 KiB 8181090891476e4d1db7647bd7ee225dd79cae1992938783ebe05721280025e3

No changes file available.

Binary packages built by this source

python3-enum-tools: 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.