[ 源代码: python-taskipy ]
软件包:python3-taskipy(1.14.1-1)
python3-taskipy 的相关链接
Debian 的资源:
下载源码包 python-taskipy:
- [python-taskipy_1.14.1-1.dsc]
- [python-taskipy_1.14.1.orig.tar.gz]
- [python-taskipy_1.14.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
tasks runner for Python projects
The Taskipy project is a utility for automating tasks in Python projects, providing a simple way to define and execute various development tasks. Allows style checking (lint), or other operations in a single configuration file.
stands out for:
- Allows you to execute commands such as poetry or test task in the terminal (if you are not using Poetry). - It also allows you to automatically execute, that is, actions before (pre_<task_name>) or after (post_<task_name>) a specific task, facilitating additional automations. - Supports the use of variables to reduce repetitions and improve maintainability. - Uses Python-like string formatting to flexibly configure tasks. - It can also be integrated as a development dependency via Poetry (poetry add --dev taskipy) or installed directly with pip (pip install taskipy). Compatible with projects that follow the pyproject.toml standard.
其他与 python3-taskipy 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-colorama
- Cross-platform colored terminal text in Python - Python 3.x
-
- dep: python3-psutil
- module providing convenience functions for managing processes (Python3)