{"library":"patchwork","title":"Patchwork","description":"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).","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install patchwork"],"cli":null},"imports":["from patchwork.transfers import rsync, download, upload","from patchwork.files import exists, is_link, read_link"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from fabric import Connection\nfrom patchwork.transfers import rsync\n\nc = Connection('user@host')\nrsync(c, '/local/path/', '/remote/path/')","lang":"python","description":"Example using Fabric Connection and patchwork's rsync function.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}