欢迎来到 Fabric
Fabric 是一个高级 Python (2.7, 3.4+) 库,旨在通过 SSH 远程执行 shell 命令,返回有用的 Python 对象。它建立在 Invoke (子进程命令执行和命令行特性) 和 Paramiko (SSH 协议实现) 的基础上,扩展了它们的 API,使其相互补充并提供额外的功能。
关于高层次的介绍,包括示例代码,请看 我们的主项目网站;或者详细的 API 文档,请看版本化的 API 网站。
简单的,Pythonic 的远程执行和部署。「Simple, Pythonic remote execution and deployment.」
欢迎来到 Fabric
Fabric 是一个高级 Python (2.7, 3.4+) 库,旨在通过 SSH 远程执行 shell 命令,返回有用的 Python 对象。它建立在 Invoke (子进程命令执行和命令行特性) 和 Paramiko (SSH 协议实现) 的基础上,扩展了它们的 API,使其相互补充并提供额外的功能。
关于高层次的介绍,包括示例代码,请看 我们的主项目网站;或者详细的 API 文档,请看版本化的 API 网站。
| 名稱與所有者 | fabric/fabric |
|---|---|
| 主編程語言 | Python |
| 編程語言 | Python (語言數: 1) |
| 平台 | Linux, Mac, Windows |
| 許可證 | BSD 2-Clause "Simplified" License |
| 創建於 | 2009-05-01 09:14:24 |
|---|---|
| 推送於 | 2025-07-21 01:33:07 |
| 最后一次提交 | |
| 發布數 | 145 |
| 最新版本名稱 | 3.2.2 (發布於 2023-08-31 09:41:35) |
| 第一版名稱 | 0.0.1 (發布於 2008-01-14 05:34:30) |
| 星數 | 15.3k |
|---|---|
| 關注者數 | 445 |
| 派生數 | 2k |
| 提交數 | 1.6k |
| 已啟用問題? | |
| 問題數 | 1780 |
| 打開的問題數 | 438 |
| 拉請求數 | 111 |
| 打開的拉請求數 | 53 |
| 關閉的拉請求數 | 398 |
| 已啟用Wiki? | |
|---|---|
| 已存檔? | |
| 是復刻? | |
| 已鎖定? | |
| 是鏡像? | |
| 是私有? |
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 <http://pyinvoke.org>_ (subprocess command execution and
command-line features) and Paramiko <http://paramiko.org>_ (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 <http://fabfile.org>; or for detailed API docs, see
the versioned API website <http://docs.fabfile.org>.