diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-19 16:07:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | 8916ae1c0ce60ec3ad5036a7412841a9c1e258ab (patch) | |
tree | e5d11019076950f69aa9481d0aff51117825bf32 /python/fabric/slack-desc | |
parent | 7ce2917c5307617a6416f3c1bccb0cd5d6b089a1 (diff) | |
download | slackbuilds-8916ae1c0ce60ec3ad5036a7412841a9c1e258ab.tar.gz |
python/fabric: Added (tool for remote execution and deployment).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/fabric/slack-desc')
-rw-r--r-- | python/fabric/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python/fabric/slack-desc b/python/fabric/slack-desc new file mode 100644 index 0000000000..6c077e1e7d --- /dev/null +++ b/python/fabric/slack-desc @@ -0,0 +1,18 @@ +# 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------------------------------------------------------| +fabric: fabric (tool for remote execution and deployment) +fabric: +fabric: Fabric is a Python (2.5-2.7) library and command-line tool for +fabric: streamlining the use of SSH for application deployment or systems +fabric: administration tasks. +fabric: +fabric: Homepage: http://www.fabfile.org/ +fabric: +fabric: +fabric: +fabric: |