Skip to main content

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

Reason this release was yanked:

Critical error

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.post0.tar.gz (35.3 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.post0-py3-none-any.whl (44.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fabric_forked-3.2.2.post0.tar.gz
  • Upload date:
  • Size: 35.3 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.post0.tar.gz
Algorithm Hash digest
SHA256 9d56cd06be5d8c003b82f5b149694e2b27b6d851f706abdbbb2ae3d19b3f9776
MD5 8c7584ba1b7cb6dd3d349eb4fca54879
BLAKE2b-256 c7fa04f89fefe5bde5ca0ee502039a0052ebb8a0a5f6940c5e1c9de8306130f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fabric_forked-3.2.2.post0-py3-none-any.whl
Algorithm Hash digest
SHA256 21a70e7f4f71db49a875a08642a47e93e279a034a69be0d738b36268e3616db5
MD5 e44261d689a5ad74f1ce2de72323ff9d
BLAKE2b-256 e1bcf5b52bf65d6e62f71656ba5b923a2736b8f889c5836c774bd055878f4a30

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