| TASKPY(1) | General Commands Manual | TASKPY(1) |
taskipy - Taskipy automation tool for Python projects
task [-h] [--help] [--list] [name] [args]
The Taskipy project is a utility for automating tasks in Python projects, providing a simple way to define and execute various development tasks. It allows tasks like style checking (lint) or other operations to be defined and executed via a single configuration file.
To install Taskipy as a dev dependency, use Poetry: poetry add --dev taskipy For Anaconda Python-based environments, Taskipy is also available via conda-forge: conda install -c conda-forge taskipy
-h, --help Show help message and exit.
-l, --list Show a list of available tasks.
To list available tasks: task -l
To run a specific task: task test
Available tasks include:
Take a look at https://github.com/taskipy/taskipy?tab=readme-ov-file#readme for more information on how to use Taskipy.
Taskipy was created by Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>. Please visit https://github.com/taskipy/taskipy/issues for any issues related to Taskipy.
| July 2024 | Taskipy Manual |