aboutsummaryrefslogtreecommitdiff
path: root/python/doit/README
diff options
context:
space:
mode:
authorGiancarlo Dessì <slack@giand.it>2022-04-02 10:35:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:09 +0700
commitd328ee40fbf284f340cdb9f484cdfd8486a03725 (patch)
treee4b9b4ffe08882f59ffd62199d67675528f3120c /python/doit/README
parent91320a9ad3599887d026623d3061f7437ea4608b (diff)
python/doit: Added (task management tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/doit/README')
-rw-r--r--python/doit/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/doit/README b/python/doit/README
new file mode 100644
index 0000000000..e37c318d61
--- /dev/null
+++ b/python/doit/README
@@ -0,0 +1,6 @@
+doit is a modern open-source build-tool written in python for
+building and managing custom work-flows. It can be used on systems
+test/integration automation, scientific computational pipelines,
+content generation, configuration management, and other contexts.
+
+NOTE: pyinotify must be installed with python3 support.