{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools"},{"label":"Systems Administration","url":"https://skillfed.io/packages/category/system-systems-administration"},{"label":"Software Distribution","url":"https://skillfed.io/packages/category/system-software-distribution"},{"label":"Clustering","url":"https://skillfed.io/packages/category/system-clustering"}],"enrichment":{"capability":"Fabric executes shell commands remotely over SSH and returns results as Python objects, building on Invoke for command execution and Paramiko for SSH protocol support.","skillfed_tags":["ssh-automation","deployment","systems-administration"],"use_cases":["Automate multi-server deployments by running shell commands on remote hosts and capturing output in Python","Build system administration scripts that execute tasks across clusters of machines over SSH","Orchestrate application rollouts, configuration management, or maintenance routines on production servers","Execute ad-hoc remote commands and collect results programmatically instead of writing shell scripts","Integrate remote command execution into Python-based CI/CD pipelines or infrastructure-as-code workflows"],"what_it_does":"Fabric is a Python library for executing shell commands on remote servers over SSH. It wraps Invoke (for local command execution and CLI features) and Paramiko (for SSH protocol handling), providing a unified Python API to run commands remotely and capture their output as structured objects. It's designed for system administrators and developers who need to automate server administration, deployments, or multi-host orchestration tasks.\n\nThe library sits at the intersection of local task automation and remote execution\u2014you write Python code that reads like shell scripts but runs on remote machines, with results flowing back into your Python program. It handles SSH connection management, command execution, and result parsing, reducing boilerplate for common deployment and administration patterns.","worth_installing":"Yes. Fabric is a mature, actively maintained library (production-stable, 15487 stars, recent commits) with low install friction and no known vulnerabilities. It solves a real problem\u2014bridging Python and remote SSH execution\u2014and is well-suited for deployment automation, system administration, and infrastructure tasks. The permissive BSD license poses no obstacle. Install it if you need programmatic remote command execution."},"id":"fabric","links":{"html":"https://skillfed.io/packages/fabric","md":"https://skillfed.io/packages/fabric.md","pypi":"https://pypi.org/project/fabric/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-06","license_spdx":null,"license_treatment":"permissive","name":"fabric","python_support":"unspecified","summary":"High level SSH command execution"},"popularity":{"monthly_downloads":13714378,"position":1267,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.2.3"}
