summaryrefslogtreecommitdiffstats
path: root/python/fabric/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-19 11:07:49 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:49:48 +0200
commit8916ae1c0ce60ec3ad5036a7412841a9c1e258ab (patch)
treee5d11019076950f69aa9481d0aff51117825bf32 /python/fabric/README
parent7ce2917c5307617a6416f3c1bccb0cd5d6b089a1 (diff)
downloadslackbuilds-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/README')
-rw-r--r--python/fabric/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fabric/README b/python/fabric/README
new file mode 100644
index 0000000000..8e80ced49b
--- /dev/null
+++ b/python/fabric/README
@@ -0,0 +1,3 @@
+Fabric is a Python (2.5-2.7) library and command-line tool
+for streamlining the use of SSH for application deployment
+or systems administration tasks.