freebsd-ports/devel/py-fabric/pkg-descr
Kubilay Kocak 47fbd4f907 devel/py-fabric: Update to 1.8.3
- Update to 1.8.3
- pkg-descr: Tab to space in WWW:
- Pet portlint

PR:		189837
Submitted by:	Bartek Rutkowski <ports at robakdesign dot com>
2014-06-08 12:17:08 +00:00

10 lines
391 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