Fabric

简单的,Pythonic 的远程执行和部署。「Simple, Pythonic remote execution and deployment.」

  • 所有者: fabric/fabric
  • 平台: Linux, Mac, Windows
  • 许可证: BSD 2-Clause "Simplified" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

欢迎来到 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 01:14:24
推送于2024-04-03 00:10:27
最后一次提交
发布数145
最新版本名称3.2.2 (发布于 2023-08-30 21:41:35)
第一版名称0.0.1 (发布于 2008-01-13 22:34:30)
用户参与
星数15.1k
关注者数456
派生数1.9k
提交数1.6k
已启用问题?
问题数1772
打开的问题数430
拉请求数111
打开的拉请求数50
关闭的拉请求数397
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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 <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>
.