Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
F

fabric

> 编程语言
开源

Simple, Pythonic remote execution and deployment.

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

工具介绍

Simple, Pythonic remote execution and deployment.

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

核心特点

  • •Python

> 标签

Python

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

> 工具信息

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

> 相关工具

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