Fabric 2 is not at 100% feature parity with 1.x! Some features have been explicitly dropped, but others simply have not been ported over yet, either due to time constraints or because said features need to be re-examined in a modern context. More information at: https://www.fabfile.org/upgrading.html#upgrading https://www.fabfile.org/upgrading.html#upgrade-specifics Changelog: https://www.fabfile.org/changelog.html Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D20683
8 lines
378 B
Text
8 lines
378 B
Text
Fabric is a high level Python library designed to execute shell commands
|
|
remotely over SSH, yielding useful Python objects in return.
|
|
|
|
It builds on top of Invoke (subprocess command execution and command-line
|
|
features) and Paramiko (SSH protocol implementation), extending their APIs
|
|
to complement one another and provide additional functionality.
|
|
|
|
WWW: https://www.fabfile.org
|