From 8916ae1c0ce60ec3ad5036a7412841a9c1e258ab Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 19 Aug 2016 16:07:49 +0700 Subject: python/fabric: Added (tool for remote execution and deployment). Signed-off-by: Willy Sudiarto Raharjo --- python/fabric/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/fabric/README (limited to 'python/fabric/README') diff --git a/python/fabric/README b/python/fabric/README new file mode 100644 index 0000000000000..8e80ced49b368 --- /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. -- cgit v1.2.3