# fabric **Repository Path**: stdu-jtxy_liwx/fabric ## Basic Information - **Project Name**: fabric - **Description**: Simple, Pythonic remote execution and deployment. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: 2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2021-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Welcome to Fabric! ================== Fabric is a high level Python (2.7, 3.4+) 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. For a high level introduction, including example code, please see `our main project website `_; or for detailed API docs, see `the versioned API website `_.