fabric

Fabric is a high level Python library designed to execute shell commands remotely over SSH, yielding useful Python objects in return. This allows for simple automated deploys, with understandable syntax and tied to the actual project.

Official
https://fabfile.org

bnzk Tools
https://github.com/bnzk/fabric-bnzk

Using this technology