doit

Automation tool (Python3) to execute any kind of task in a build-tools fashion

Install

All systems
curl cmd.cat/doit.sh
Debian Debian
apt-get install python3-doit
Ubuntu
apt-get install python3-doit
Arch Arch Linux
pacman -S python3-doit
image/svg+xml Kali Linux
apt-get install python3-doit
Fedora
dnf install python3-doit
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-doit
Raspbian
apt-get install python3-doit

python3-doit

Automation tool (Python3) to execute any kind of task in a build-tools fashion

doit is an automation tool that brings the power of build-tools to execute any kind of task. A task describes some computation to be done (actions), and contains some extra meta-data. The actions can be external programs or Python functions. A single task may define more than one action. doit uses the task’s meta-data to: * cache task results * correct execution order * parallel execution * powerful dependency system This is the Python 3 version of the package.

python-doit

Automation tool to execute any kind of task in a build-tools fashion

doit is an automation tool that brings the power of build-tools to execute any kind of task. A task describes some computation to be done (actions), and contains some extra meta-data. The actions can be external programs or Python functions. A single task may define more than one action. doit uses the task??s meta-data to: * cache task results * correct execution order * parallel execution * powerful dependency system