summaryrefslogtreecommitdiffstats
path: root/python/python2-invoke/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-09-23 09:03:26 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 09:03:26 +0700
commit8488c6a5967e0642a50a30c52197f6eaf58e4cd0 (patch)
treec16acb15c9d6e0654cd38595ae201302a0d68291 /python/python2-invoke/README
parent74c8ad3bebfe5fff5118633a315f1218692045e1 (diff)
downloadslackbuilds-8488c6a5967e0642a50a30c52197f6eaf58e4cd0.tar.gz
slackbuilds-8488c6a5967e0642a50a30c52197f6eaf58e4cd0.tar.xz
python/python2-invoke: Added (pythonic task execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-invoke/README')
-rw-r--r--python/python2-invoke/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python2-invoke/README b/python/python2-invoke/README
new file mode 100644
index 0000000000..c571eeaa0a
--- /dev/null
+++ b/python/python2-invoke/README
@@ -0,0 +1,4 @@
+Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented
+subprocesses and organizing executable Python code into CLI-invokable
+tasks.It draws inspiration from various sources (make/rake,
+Fabric 1.x, etc) to arrive at a powerful & clean feature set.