diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-18 08:01:52 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:19 -0500 |
commit | 92b1cf39d2ee9b422c6a9785283bc4b57e0ddea9 (patch) | |
tree | cdad10d388501b2123ef2e302a6fa0a691fe7898 /python/invoke/README | |
parent | 0e9287557cb855e6d63062f53b315f4b2656c0d4 (diff) | |
download | slackbuilds-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/README | 3 |
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. |