1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: domdf-python-tools
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
faker <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-coincidence <!nocheck>,
python3-coverage <!nocheck>,
python3-flake8 <!nocheck>,
python3-flask,
python3-funcy <!nocheck>,
python3-hatch-requirements-txt,
python3-hatchling,
python3-natsort <!nocheck>,
python3-pandas <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-click <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-regressions <!nocheck>,
python3-pytest-rerunfailures <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-pytz <!nocheck>,
python3-sphinx,
python3-typing-extensions,
tzdata-legacy <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/domdfcoding/domdf_python_tools
Vcs-Browser: https://salsa.debian.org/python-team/packages/domdf-python-tools
Vcs-Git: https://salsa.debian.org/python-team/packages/domdf-python-tools.git
Package: python3-domdf-python-tools
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: 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.
|