python3-taskipy

tasks runner for Python projects

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/taskipy/taskipy


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-taskipy