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

Changelog

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

  * New upstream version 3.9.0

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 06 Jul 2024 01:56:27 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
domdf-python-tools_3.9.0-1.dsc 2.9 KiB 480d9397be965435ebab89e25e524137ded02b4653f0bcc282c012b6b64e681e
domdf-python-tools_3.9.0.orig.tar.gz 265.1 KiB 652c4b63db55b6cd247c1ec86b9f267fce1fdd4b6b6ad3bbc7126fb5259eb4fd
domdf-python-tools_3.9.0-1.debian.tar.xz 9.3 KiB 7ee23c7b770b0c7fe0216126fd358ae778bbd9bc7d719e53a9315544312adf61

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.