百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

fabric

> 编程语言
开源

简单,Pythonic远程执行和部署.

15.5K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

简单,Pythonic远程执行和部署.

|version| |python| |license| |ci| |coverage|

.. |version| image:: https://img.shields.io/pypi/v/fabric :target: https://pypi.org/project/fabric/ :alt: PyPI - Package Version .. |python| image:: https://img.shields.io/pypi/pyversions/fabric :target: https://pypi.org/project/fabric/ :alt: PyPI - Python Version .. |license| image:: https://img.shields.io/pypi/l/fabric :target: https://github.com/fabric/fabric/blob/main/LICENSE :alt: PyPI - License .. |ci| image:: https://img.shields.io/circleci/build/github/fabric/fabric/main :target: https://app.circleci.com/pipelines/github/fabric/fabric :alt: CircleCI .. |coverage| image:: https://img.shields.io/codecov/c/gh/fabric/fabric :target: https://app.codecov.io/gh/fabric/fabric :alt: Codecov

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 <https://pyinvoke.org>_ (subprocess command execution and command-line features) and Paramiko <https://paramiko.org>_ (SSH protocol implementation), extending their APIs to complement one another and provide additional functionality.

To find out what's new in this version of Fabric, please see the changelog <https://fabfile.org/changelog.html#{}>_.

The project maintainer keeps a roadmap <https://bitprophet.org/projects#roadmap>_ on his website.

Issues· 509 开放

查看全部 Issues在 GitHub 打开
  • #2376

    请支持 invoke > 3.0

    Bug更新于 2026年8月30日
  • #2357

    从 Python 3.14 起,无法与 .run() 命令进行交互

    BugNeeds investigationPython versions更新于 2026年8月24日
  • #2349

    句子结束使用方法名的句子后依次以类名开始

    DocsNeeds patchLow-hanging fruit更新于 2026年8月10日
  • #2351

    程序在未读取输入流的情况下退出时出现 ThreadException(OSError(Socket is closed))

    BugGroup更新于 2026年8月10日
  • #2364

    错误: 当 inline_env 设置为 True 时,通过未经过消毒的 env 变量进行命令注入

    BugConnection更新于 2026年8月10日
  • #2354

    ssh_config 中的 `ProxyJump none` 未被正确处理

    FeatureNeeds changelog/docsReady to merge/rebasessh_config更新于 2026年8月10日
  • #2345

    get() 处于挂起状态

    Support更新于 2026年8月10日
  • #2318

    Fabric 1.15 中的废弃警告 - Paramiko 2.12.0

    PackagingSupportNeeds investigation更新于 2026年8月10日
  • #2342

    线索例外: 连接重置 Error : [Errno 104]

    SupportNeeds investigation更新于 2026年8月10日
  • #2326

    是否可以让 fabric.{put, get} 支持 Pathlib.Path 构造?

    FeatureNeeds patch更新于 2026年8月10日

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言