
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.