gituser/production/: paramiko-2.7.1 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
license LGPL
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.7.1-py2.py3-none-any.whl
Size
201 KB
Type
Python Wheel
Python
2.7

This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.

To install the development version, pip install -e git+https://github.com/paramiko/paramiko/#egg=paramiko.