summaryrefslogtreecommitdiffstats
path: root/python/invoke/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-03-18 02:01:52 +0100
committer Erik Hanson2014-03-21 19:01:19 +0100
commit92b1cf39d2ee9b422c6a9785283bc4b57e0ddea9 (patch)
treecdad10d388501b2123ef2e302a6fa0a691fe7898 /python/invoke/README
parent0e9287557cb855e6d63062f53b315f4b2656c0d4 (diff)
downloadslackbuilds-92b1cf39d2ee9b422c6a9785283bc4b57e0ddea9.tar.gz
python/invoke: Added (Pythonic task execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/invoke/README')
-rw-r--r--python/invoke/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/invoke/README b/python/invoke/README
new file mode 100644
index 0000000000..93a953a02f
--- /dev/null
+++ b/python/invoke/README
@@ -0,0 +1,3 @@
+Invoke is a Python (2.6+ and 3.2+) task execution tool & library,
+drawing inspiration from various sources to arrive at a powerful
+& clean feature set.