domdf-python-tools 3.6.1-2 source package in Ubuntu

Changelog

domdf-python-tools (3.6.1-2) unstable; urgency=medium

  * Source-only upload to allow testing migratiom

 -- Josenilson Ferreira da Silva <email address hidden>  Wed, 26 Jul 2023 01:00:07 -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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
domdf-python-tools_3.6.1-2.dsc 2.7 KiB dea27fce79a74eef09878cebb1068406347dbf7e066eec6c730426e9578c7314
domdf-python-tools_3.6.1.orig.tar.gz 264.3 KiB aae8964c0a51cf9cd7b3e6cd7254d35236b5add95ce84c4e1e372f01d3c0b38f
domdf-python-tools_3.6.1-2.debian.tar.xz 8.4 KiB 56edf8d750f2c209b4ea49ad234cd347fc541edf53feb438fbf488b96a34b16d

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.