[ trixie ]
[ sid ]
[ Bron: domdf-python-tools ]
Pakket: python3-domdf-python-tools (3.9.0-2)
Verwijzigingen voor python3-domdf-python-tools
Debian bronnen:
Het bronpakket domdf-python-tools downloaden:
- [domdf-python-tools_3.9.0-2.dsc]
- [domdf-python-tools_3.9.0.orig.tar.gz]
- [domdf-python-tools_3.9.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-domdf-python-tools gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- of python3-supported-min (>= 3.9)
- Pakket niet beschikbaar
-
- dep: python3-importlib-resources
- Read resources from Python packages
- of python3-supported-min (>= 3.9)
- Pakket niet beschikbaar
-
- dep: python3-natsort
- Natural sorting for Python (Python3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python