diff options
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 |
commit | 8488c6a5967e0642a50a30c52197f6eaf58e4cd0 (patch) | |
tree | c16acb15c9d6e0654cd38595ae201302a0d68291 /python/python2-invoke/slack-desc | |
parent | 74c8ad3bebfe5fff5118633a315f1218692045e1 (diff) |
python/python2-invoke: Added (pythonic task execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-invoke/slack-desc')
-rw-r--r-- | python/python2-invoke/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-invoke/slack-desc b/python/python2-invoke/slack-desc new file mode 100644 index 0000000000000..7a1da105336ce --- /dev/null +++ b/python/python2-invoke/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-invoke: python2-invoke (Pythonic task execution) +python2-invoke: +python2-invoke: Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented +python2-invoke: ubprocesses and organizing executable Python code into CLI-invokable +python2-invoke: tasks. +python2-invoke: +python2-invoke: Homepage: https://www.pyinvoke.org/ +python2-invoke: +python2-invoke: +python2-invoke: +python2-invoke: |