domdf-python-tools 3.7.0-1 source package in Ubuntu

Changelog

domdf-python-tools (3.7.0-1) unstable; urgency=medium

  * New upstream version 3.7.0

 -- Josenilson Ferreira da Silva <email address hidden>  Fri, 27 Oct 2023 18:54:36 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
domdf-python-tools_3.7.0-1.dsc 2.7 KiB e9a85ff2b07625216d76e72e46380cd378ce4a0734ea81e9ecc2b89cb8ddab65
domdf-python-tools_3.7.0.orig.tar.gz 264.6 KiB 35952da9dea1fe77d154f32022182a8df364c46cb2304c3a49c3e8c7183d00b4
domdf-python-tools_3.7.0-1.debian.tar.xz 8.4 KiB 5e158eba8006e3d357570f85360895663363ac79d9b7d2776c14f92d83d0bb16

Available diffs

No changes file available.

Binary packages built by this source

python3-domdf-python-tools: Helpful functions for Python

 Domdf-python-tools" is a set of command-line tools for Python that can be used
 for many common tasks in Python software development.
 .
 The program is distributed as a Python package and can be installed using pip.
 It is designed to be easily integrated into software development workflows and
 to help automate repetitive tasks.
 .
 Highlights:
  * Version management of Python packages, including creating manifest files and
    packaging packages in tar.gz or wheel format.
  * Automatic document generation from source code files using Sphinx.
  * Source code analysis for style issues, using the flake8 tool.
  * Running completed tests on a project, using tox and pytest.
  * And other useful features like automatically generating a README.md file for
    GitHub.