doit3
Automation tool (Python3) to execute any kind of task in a build-tools fashion
Install
- All systems
-
curl cmd.cat/doit3.sh
- Debian
-
apt-get install python3-doit - Ubuntu
-
apt-get install python3-doit - Kali Linux
-
apt-get install python3-doit - Fedora
-
dnf install python3-doit - Windows (WSL2)
-
sudo apt-get updatesudo 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.