| Version | 1.3.2 |
|---|---|
| Publisher | Fabric |
| Release date | Dec 21, 2012 |
| Date added | Dec 21, 2012 |
| Os requirements | Windows 2003, Windows Vista, Windows, Windows 7, Windows XP |
| Requirements | Python 2.5 |
| Total downloads | 20 |
| Price | Free |
Description
Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. It provides a basic suite of operations for executing local or remote shell commands (normally or via ``sudo``) and uploading or downloading files as well as auxiliary functionality such as prompting the running user for input or aborting execution. Typical use involves creating a Python module containing one or more functions, then executing them via the ``fab`` command-line tool.