gituser/docker_multiarch/: paramiko-2.9.2 metadata and description

Homepage Simple index

SSH2 protocol library

author Jeff Forcier
author_email jeff@bitprophet.org
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  • Operating System :: OS Independent
  • Topic :: Internet
  • Topic :: Security :: Cryptography
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
license LGPL
project_urls
  • Docs, https://docs.paramiko.org
  • Source, https://github.com/paramiko/paramiko
  • Issues, https://github.com/paramiko/paramiko/issues
  • Changelog, https://www.paramiko.org/changelog.html
  • CI, https://app.circleci.com/pipelines/github/paramiko/paramiko
provides_extras invoke
requires_dist
  • bcrypt (>=3.1.3)
  • cryptography (>=2.5)
  • pynacl (>=1.0.1)
  • pyasn1 (>=0.1.7) ; extra == 'all'
  • pynacl (>=1.0.1) ; extra == 'all'
  • bcrypt (>=3.1.3) ; extra == 'all'
  • invoke (>=1.3) ; extra == 'all'
  • gssapi (>=1.4.1) ; (platform_system != "Windows") and extra == 'all'
  • pywin32 (>=2.1.8) ; (platform_system == "Windows") and extra == 'all'
  • pynacl (>=1.0.1) ; extra == 'ed25519'
  • bcrypt (>=3.1.3) ; extra == 'ed25519'
  • pyasn1 (>=0.1.7) ; extra == 'gssapi'
  • gssapi (>=1.4.1) ; (platform_system != "Windows") and extra == 'gssapi'
  • pywin32 (>=2.1.8) ; (platform_system == "Windows") and extra == 'gssapi'
  • invoke (>=1.3) ; extra == 'invoke'
File Tox results History
paramiko-2.9.2-py2.py3-none-any.whl
Size
206 KB
Type
Python Wheel
Python
2.7

PyPI - Package Version PyPI - Python Version PyPI - License CircleCI Codecov

Welcome to Paramiko!

Paramiko is a pure-Python [1] (2.7, 3.4+) 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.