aboutsummaryrefslogtreecommitdiff
path: root/python/python3-invoke/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-09-23 09:04:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 09:04:13 +0700
commit3a3f6d4988752b0b73615a2b942822439df7050d (patch)
treeb36877d48860d0a3ab5af3638fb6787b7b051550 /python/python3-invoke/README
parent8488c6a5967e0642a50a30c52197f6eaf58e4cd0 (diff)
python/python3-invoke: Added (pythonic task execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-invoke/README')
-rw-r--r--python/python3-invoke/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-invoke/README b/python/python3-invoke/README
new file mode 100644
index 0000000000000..c571eeaa0ac3b
--- /dev/null
+++ b/python/python3-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.