No project description provided
Project description
russh
An SSH library for Python; written in Rust.
About
russh
is an easy-to-use SSH library for Python, written in Rust using PyO3.
This library aims to be as similar to paramiko as possible (for ease of use and familiarity), while also adding some opiniated features/improvements.
Currently, this library supports the SSHv2 protocol by leveraging libssh2
(using the ssh2 crate).
This library does not aim to replace paramiko, or any other Python SSH library. Rather, it's just a proof-of-concept to test the viability of a Python library written in Rust.
NOTE 1: This library is currently a work-in-progress, and should not be used in production scenarios.
NOTE 2: This library is not related to/affiliated with the russh crate. The similarity in the names of both projects is purely coincidental.
Features
- Supports the SSHv2 protocol.
- Supports SFTP.
- Supports Python 3.7 and above.
- Cross-platform (Windows, macOS and GNU/Linux).
- Simple and easy to use.
- Fast and memory-safe, thanks to the underlying Rust core.
- Extensible and well-documented.
- Stubs are included with proper type-annotations for all symbols.
Contributing
TODO
Project details
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
File details
Details for the file russh-0.5.0.tar.gz
.
File metadata
- Download URL: russh-0.5.0.tar.gz
- Upload date:
- Size: 40.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fba26aebc3e010d6e57a342e23f9bb3c171d92a84e8dce99895607ae28376de |
|
MD5 | 5f4eb5391073dd5ad4e80aa0b6b651f7 |
|
BLAKE2b-256 | 73f1809600e379e91d9b394a1214da4ab31eaf277d68b504b5ccc73b054b20f1 |
File details
Details for the file russh-0.5.0-cp37-abi3-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: russh-0.5.0-cp37-abi3-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.7+, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdb568434bdeb1bb0fac964012f18ff1d1da030641ef9b3bf4c57653e11223e7 |
|
MD5 | 6be6b1466ffb28fc2e4120d02e107670 |
|
BLAKE2b-256 | 5a13cd5b384df4e6c6ce9cbb77159d61d6caa340047e4d52c8e44aa0e46b139a |