freebsd-ports/devel/py-fabric/pkg-descr
Wesley Shields 79088bd126 Update to 1.5.1.
Trim header.
Switch to depending upon py-paramiko.
Add TESTS option.
Whitespace in pkg-descr.

PR:		ports/173733
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2012-12-02 01:28:29 +00:00

10 lines
392 B
Text

Fabric is a simple pythonic remote deployment tool.
It is designed to upload files to, and run shell commands on, a number
of servers in parallel or serially. These commands are grouped in tasks
(regular python functions) and specified in a 'fabfile.'
This is called remote automation, and the primary use case is deploying
applications to multiple similar hosts.
WWW: http://fabfile.org/