fab

Simple Pythonic remote deployment tool

Install

All systems
curl cmd.cat/fab.sh
Debian Debian
apt-get install fabric
Ubuntu
apt-get install fabric
Arch Arch Linux
pacman -S fabric
image/svg+xml Kali Linux
apt-get install fabric
Fedora
dnf install fabric
Windows (WSL2)
sudo apt-get update sudo apt-get install fabric
OS X
brew install fabric
Raspbian
apt-get install fabric

fabric

Simple Pythonic remote deployment tool

Fabric is designed to upload files and run shell commands on a number of servers in parallel or serially. These commands are grouped in tasks (which are regular Python functions) and specified in a 'fabfile.' It is similar to Capistrano, except it's implemented in Python and doesn't expect you to be deploying Rails applications.

python2-fabric3

Python3-compatible fork of Fabric