Patchwork is a deployment and system administration library, powered by Fabric. It provides a set of functions for common operations like file transfer, directory management, and package management. Current version 1.0.1, released last in 2014; library is in maintenance mode (no updates since).
pip install patchworkVerified import paths — ran on the pinned version, not inferred.
Example using Fabric Connection and patchwork's rsync function.
Use from fabric import Connection then Connection('host'). Refer to patchwork docs.Pin fabric<3 in your requirements.
Use `fabric.runners.Sudo` or set `c.sudo()` before calling patchwork functions.