python-paramiko
Port variant py38
Summary SSH2 protocol library (PY38)
Package version 2.8.0
Homepage https://paramiko.org
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 11 OCT 2021, 22:56:49 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)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Runtime (only) python-bcrypt:single:py38
python-cryptography:single:py38
python-PyNaCl:single:py38
Download groups
main mirror://PYPIWHL/72/b5/7b99a3da446338c8b5c73da549e8bc8d8c3a066a9d535e64191ac3b77137
Distribution File Information
def3ec612399bab4e9f5eb66b0ae5983980db9dd9120d9e9c6ea3ff673865d1c 206255 paramiko-2.8.0-py2.py3-none-any.whl
Ports that require python-paramiko:py38
python-scp:py38 Scp module for paramiko (PY38)