High level SSH command execution (forked by 'fabric').
Reason this release was yanked:
Critical error
Project description
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:
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fabric_forked-3.2.2.post1.tar.gz.
File metadata
- Download URL: fabric_forked-3.2.2.post1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e493f3f6643e118b8b9ae2c481f4c9e1c949a32a92b778c6a2f828fa5d1079b
|
|
| MD5 |
e3f4bda9250ef8590a61e9f4cdcf17f1
|
|
| BLAKE2b-256 |
887f0300fcacf55291d63adcefb2b27b9499fcce4d3d176513ff32e4a753dd33
|
File details
Details for the file fabric_forked-3.2.2.post1-py3-none-any.whl.
File metadata
- Download URL: fabric_forked-3.2.2.post1-py3-none-any.whl
- Upload date:
- Size: 44.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
290d773d6385e36de0c5831a777d0bc15b899fbdee6e1ef7778cf848f6a9c594
|
|
| MD5 |
264c301fe1f340cdcb4835840ec3e717
|
|
| BLAKE2b-256 |
53a83fbe2e6e51ba9ddf5675c59add7e0a97f4bfd780f237537e7c1189fcab7f
|