Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabric/fabric
Simple, Pythonic remote execution and deployment.
https://github.com/fabric/fabric
Last synced: 6 days ago
JSON representation
Simple, Pythonic remote execution and deployment.
- Host: GitHub
- URL: https://github.com/fabric/fabric
- Owner: fabric
- License: bsd-2-clause
- Created: 2009-05-01T01:14:24.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T00:10:27.000Z (7 months ago)
- Last Synced: 2024-10-14T12:05:21.789Z (20 days ago)
- Language: Python
- Homepage: http://fabfile.org
- Size: 18.4 MB
- Stars: 14,843
- Watchers: 462
- Forks: 1,940
- Open Issues: 475
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github - 服务器部署和运维
- awesome-ops - fabric/fabric - 2-Clause|14828|2009-05-01|2024-04-03 | 一种简单、具有 Python 风格的远程执行和部署方法。 | (运维自动化)
- best-of-python - GitHub - 26% open · ⏱️ 26.01.2024): (Infrastructure & DevOps)
- awesome-python-resources - GitHub - 23% open · ⏱️ 14.07.2022): (DevOps 工具)
- awesome-rainmana - fabric/fabric - Simple, Pythonic remote execution and deployment. (Python)
- awesome-for-beginners - Fabric - hanging-fruit)_ <br> Pythonic remote execution and deployment. (Python)
- awesome-list - Fabric - Simple, Pythonic remote execution and deployment. (DevOps / Data Management)
- awesome-python-again -
- starred-awesome - fabric - Simple, Pythonic remote execution and deployment. (Python)
- StarryDivineSky - fabric/fabric
- jimsghstars - fabric/fabric - Simple, Pythonic remote execution and deployment. (Python)
- fucking-awesome-for-beginners - Fabric - hanging-fruit)_ <br> Pythonic remote execution and deployment. (Python)
README
|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: CodecovWelcome 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.To find out what's new in this version of Fabric, please see `the changelog
`_.The project maintainer keeps a `roadmap
`_ on his website.