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

Changelog

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

  [ Bastian Germann ]
  * Build with whey
  * Enable coincidence

  [ Josenilson Ferreira da Silva ]
  * New upstream version 0.12.0
  * debian/patches/001.backend-change.patch: Removed unnecessary patch

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 06 Apr 2024 12:18:47 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-enum-tools_0.12.0-1.dsc 2.4 KiB f334865d377488ef3fd0c13a54020451dcbc0ad96553cd523f62ea463aa9db3f
python-enum-tools_0.12.0.orig.tar.gz 175.3 KiB add118464b5ac24215953e26086f020b9f128b1e39cc23fdeb7673a379f22e28
python-enum-tools_0.12.0-1.debian.tar.xz 4.0 KiB a86292d27fedacee43a4c76814177814e91db83acd5fe5e07aab6450d4e6c4ac

Available diffs

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.