loongson/pypi/: paramiko-3.4.0 metadata and description
SSH2 protocol library
| author | Jeff Forcier |
| author_email | jeff@bitprophet.org |
| classifiers |
|
| license | LGPL |
| project_urls |
|
| provides_extras | invoke |
| requires_dist |
|
| requires_python | >=3.6 |
| File | Tox results | History |
|---|---|---|
paramiko-3.4.0-py3-none-any.whl
|
|
Welcome to Paramiko!
Paramiko is a pure-Python [1] (3.6+) implementation of the SSHv2 protocol [2], providing both client and server functionality. It provides the foundation for the high-level SSH library Fabric, which is what we recommend you use for common client use-cases such as running remote shell commands or transferring files.
Direct use of Paramiko itself is only intended for users who need advanced/low-level primitives or want to run an in-Python sshd.
For installation information, changelogs, FAQs and similar, please visit our main project website; for API details, see the versioned docs. Additionally, the project maintainer keeps a roadmap on his personal site.