[ trixie ]
[ sid ]
[ ソース: domdf-python-tools ]
パッケージ: python3-domdf-python-tools (3.9.0-2)
python3-domdf-python-tools に関するリンク
Debian の資源:
domdf-python-tools ソースパッケージをダウンロード:
- [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]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の python3-domdf-python-tools 関連パッケージ
|
|
|
|
-
- 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
- または python3-supported-min (>= 3.9)
- パッケージは利用できません
-
- dep: python3-importlib-resources
- Read resources from Python packages
- または python3-supported-min (>= 3.9)
- パッケージは利用できません
-
- dep: python3-natsort
- Natural sorting for Python (Python3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python