python-paramiko
Port variant v12
Summary SSH2 protocol library (3.12)
Package version 3.5.1
Homepage https://paramiko.org
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 06 FEB 2025, 02:33:23 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 [#]_ (3.6+) 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. .. [#] OpenSSH's RFC specification page is a fantastic resource and collection of links that we won't bother replicating here: https://www.openssh.com/specs.html OpenSSH itself also happens to be our primary reference implementation: when in doubt, we consult how they do things, unless there are good reasons not to. There are always some gaps, but we do our best to reconcile them when possible.
Configuration Switches (platform-specific settings discarded)
PY312 ON Build using Python 3.12 PY313 OFF Build using Python 3.13
Package Dependencies by Type
Build (only) python312:dev:std
python-pip:single:v12
autoselect-python:single:std
Build and Runtime python312:primary:std
Runtime (only) python-bcrypt:single:v12
python-cryptography:single:v12
python-PyNaCl:single:v12
Download groups
main mirror://PYPIWHL/15/f8/c7bd0ef12954a81a1d3cea60a13946bd9a49a0036a5927770c461eade7ae
Distribution File Information
43b9a0501fc2b5e70680388d9346cf252cfb7d00b0667c39e80eb43a408b8f61 227298 python-src/paramiko-3.5.1-py3-none-any.whl
Ports that require python-paramiko:v12
python-junos-eznc:v12 Junos 'EZ' automation for non-programmers (3.12)
python-napalm:v12 Vendor-agnostic router interaction libary (3.12)
python-ncclient:v12 Python library for NETCONF clients (3.12)
python-netmiko:v12 Simplify CLI connections to network devices (3.12)
python-scp:v12 Scp module for paramiko (3.12)