Skip to main content

High level SSH command execution (forked by 'fabric').

Project description

PyPI - Package Version PyPI - Python Version PyPI - Fabric Licence PyPI - FabricForked Licence

Welcome to FabricForked!

Description (FabricForked)

FabricForked is a fork of the Fabric library, which transplants the existing library functionality to a new typing and corrects some elements WITHOUT STRUCTURALLY CHANGING ANYTHING!

Description (Fabric)

Fabric - is a high level Python 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.

Usage

The Fabric methods have not changed in any way, the only thing you will have to do is redefine the imports on FabricForked:

import os

password = os.environ.get('FABRIC_FORKED_SSH_PASSWORD', None)

import fabric_forked as fabric
from fabric_forked import Connection, Result


with Connection('localhost', port=22, user='fabricforked', connect_kwargs={'password': password}) as connection:
    result = connection.run()
    if result is not None:
        ...

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fabric_forked-3.2.2.post2.tar.gz (33.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fabric_forked-3.2.2.post2-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file fabric_forked-3.2.2.post2.tar.gz.

File metadata

  • Download URL: fabric_forked-3.2.2.post2.tar.gz
  • Upload date:
  • Size: 33.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.12.8 Windows/10

File hashes

Hashes for fabric_forked-3.2.2.post2.tar.gz
Algorithm Hash digest
SHA256 0e3f168861f2f4b9d2c7ad6686533e85427d88bb441d32350408e7d3aeaf3534
MD5 8e269aec0df2031b611e9c7f341ae23f
BLAKE2b-256 abc52188e5b17d3e1594e43794a9823c3c076096f12dc8fabf45483f9786f6b9

See more details on using hashes here.

File details

Details for the file fabric_forked-3.2.2.post2-py3-none-any.whl.

File metadata

File hashes

Hashes for fabric_forked-3.2.2.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 e6638d6eb94cd887ef0f21f97045327a373b67c69560246d0a8334d7ea7ee7e6
MD5 5c3fe997b10c423ffb3cded1df355937
BLAKE2b-256 efc3717f08196d2b6cac4220459fb748d6bba9b76cd134a5c61be744bacfc069

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page