fabric

Simple, Pythonic remote execution and deployment.

https://github.com/fabric/fabric

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 19 committers (5.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Simple, Pythonic remote execution and deployment.

Basic Info
  • Host: GitHub
  • Owner: fabric
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: main
  • Homepage: http://fabfile.org
  • Size: 18.4 MB
Statistics
  • Stars: 15,174
  • Watchers: 457
  • Forks: 1,949
  • Open Issues: 485
  • Releases: 0
Created about 17 years ago · Last pushed 12 months ago
Metadata Files
Readme License Security

README.rst

|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 `_ (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.

Owner

  • Name: Fabric
  • Login: fabric
  • Kind: organization

Pythonic SSH library & related projects

GitHub Events

Total
  • Issues event: 28
  • Watch event: 400
  • Issue comment event: 44
  • Push event: 2
  • Pull request event: 5
  • Fork event: 26
Last Year
  • Issues event: 28
  • Watch event: 400
  • Issue comment event: 44
  • Push event: 2
  • Pull request event: 5
  • Fork event: 26

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1,404
  • Total Committers: 19
  • Avg Commits per committer: 73.895
  • Development Distribution Score (DDS): 0.021
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jeff Forcier j****f@b****g 1,374
David JM Emmett d****t@g****m 6
Chris Rose o****e@o****t 4
Rupesh Patro r****o@g****m 3
Chris Adams c****s@i****g 2
Karl Dubost k****b@l****t 2
Ryan P Kilby r****y@n****u 1
Trevor Morgan t****r@s****a 1
Antonio Feitosa a****c@g****m 1
Athmane Madjoudj a****e@f****g 1
Brian Rutledge b****e@g****m 1
David Schneider d****r@h****m 1
Henry Harutyunyan h****n@g****m 1
Israel Fruchter f****h@s****m 1
Jan Schär j****r@g****m 1
Johannes Löthberg j****s@k****m 1
Kyle Meyer k****e@k****m 1
Malcolm Jones b****s@t****m 1
RedKrieg r****g@g****m 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 167
  • Total pull requests: 55
  • Average time to close issues: 12 months
  • Average time to close pull requests: about 1 year
  • Total issue authors: 144
  • Total pull request authors: 47
  • Average comments per issue: 3.33
  • Average comments per pull request: 1.33
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 23
  • Pull requests: 8
  • Average time to close issues: 17 days
  • Average time to close pull requests: 3 months
  • Issue authors: 20
  • Pull request authors: 6
  • Average comments per issue: 0.78
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bitprophet (11)
  • yashChapaniOB (3)
  • Onyelaudochukwuka (2)
  • Padmanabha025 (2)
  • newearthmartin (2)
  • elsalina009 (2)
  • FabianClemenz (2)
  • urosdigital (2)
  • jungerm2 (2)
  • anarcat (2)
  • nexgen (2)
  • roman-ku (1)
  • bussiere (1)
  • LiviruRMIT (1)
  • fny (1)
Pull Request Authors
  • anarcat (3)
  • kuwv (2)
  • s-t-e-v-e-n-k (2)
  • brunson (2)
  • musicinmybrain (2)
  • hynek (2)
  • cunha (2)
  • Dzeddy (2)
  • SamuelMarks (2)
  • michaeljpeake (2)
  • Nikkic12 (2)
  • benlec (1)
  • woky (1)
  • messa (1)
  • graingert (1)
Top Labels
Issue Labels
Support (32) Needs investigation (24) Awaiting feedback (17) Feature (13) Needs patch (8) Nonstandard platforms (7) Bug (6) Network (6) Invalid (6) Docs (6) Configuration (5) Connection (5) UI (3) sudo() (3) ssh_config (2) Needs tests (2) Core (2) Low-hanging fruit (1) Authentication/Keys (1) Wart (1) put()/get() (1) run() (1)
Pull Request Labels
Docs (4) Low-hanging fruit (4) Feature (2) Needs tests (2) Tests (2) Needs investigation (2) Connection (2) Awaiting feedback (2) Needs changelog/docs (1) Ready to merge/rebase (1) Invalid (1) Bug (1) put()/get() (1) Nonstandard platforms (1)

Packages

  • Total packages: 4
  • Total downloads:
    • pypi 9,413,055 last-month
  • Total docker downloads: 390,280,460
  • Total dependent packages: 175
    (may contain duplicates)
  • Total dependent repositories: 5,512
    (may contain duplicates)
  • Total versions: 176
  • Total maintainers: 1
  • Total advisories: 1
pypi.org: fabric

High level SSH command execution

  • Versions: 130
  • Dependent Packages: 163
  • Dependent Repositories: 5,399
  • Downloads: 9,340,999 Last month
  • Docker Downloads: 390,279,866
Rankings
Stargazers count: 0.1%
Downloads: 0.1%
Dependent repos count: 0.1%
Dependent packages count: 0.2%
Average: 0.2%
Docker downloads count: 0.3%
Forks count: 0.3%
Maintainers (1)
Last synced: 10 months ago
pypi.org: fabric2

High level SSH command execution

  • Versions: 32
  • Dependent Packages: 8
  • Dependent Repositories: 99
  • Downloads: 72,056 Last month
  • Docker Downloads: 594
Rankings
Stargazers count: 0.1%
Forks count: 0.3%
Average: 1.2%
Dependent packages count: 1.3%
Downloads: 1.4%
Dependent repos count: 1.5%
Docker downloads count: 2.5%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: fabric
  • Homepage: http://fabfile.org
  • License: BSD-2-Clause
  • Latest release: 2.7.1
    published almost 4 years ago
  • Versions: 8
  • Dependent Packages: 4
  • Dependent Repositories: 7
Rankings
Stargazers count: 2.2%
Forks count: 2.8%
Average: 7.6%
Dependent packages count: 12.5%
Dependent repos count: 12.9%
Last synced: 11 months ago
anaconda.org: fabric

Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.

  • Homepage: http://fabfile.org
  • License: BSD 2-Clause
  • Latest release: 2.6.0
    published over 4 years ago
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 7
Rankings
Stargazers count: 6.4%
Forks count: 7.6%
Average: 26.5%
Dependent repos count: 40.8%
Dependent packages count: 51.2%
Last synced: 11 months ago