python-paramiko
Port variant py39
Summary SSH2 protocol library (3.9)
Package version 2.12.0
Homepage https://paramiko.org
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 11 NOV 2022, 01:49:22 UTC
Port created 05 FEB 2019, 15:55:37 UTC
Subpackage Descriptions
single |version| |python| |license| |ci| |coverage| :alt: PyPI - Package Version :alt: PyPI - Python Version :alt: PyPI - License :alt: CircleCI :alt: Codecov Welcome to Paramiko! ==================== Paramiko is a pure-Python [#]_ (2.7, 3.4+) implementation of the SSHv2 protocol [#]_, 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. .. [#] Paramiko relies on [cryptography] for crypto functionality, which makes use of C and Rust extensions but has many precompiled options available. See [our installation page ] for details. .. [#] SSH is defined in :rfc-reference:`4251`, :rfc-reference:`4252`, :rfc-reference:`4253` and :rfc-reference:`4254`. The primary working implementation of the protocol is the [OpenSSH project ]. Paramiko implements a large portion of the SSH feature set, but there are occasional gaps.
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py39
autoselect-python:single:standard
Build and Runtime python39:single:standard
Runtime (only) python-bcrypt:single:py39
python-cryptography:single:py39
python-PyNaCl:single:py39
python-six:single:py39
Download groups
main mirror://PYPIWHL/71/6d/95777fd66507106d2f8f81d005255c237187951644f85a5bd0baeec8a88f
Distribution File Information
b2df1a6325f6996ef55a8789d0462f5b502ea83b3c990cbb5bbe57345c6812c4 213084 paramiko-2.12.0-py2.py3-none-any.whl
Ports that require python-paramiko:py39
python-scp:py39 Scp module for paramiko (3.9)