loongson/pypi/: paramiko-2.4.1 metadata and description

Homepage Simple index Newer version available

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
license LGPL
platform
  • Posix; MacOS X; Windows
requires_dist
  • bcrypt (>=3.1.3)
  • cryptography (>=1.5)
  • pynacl (>=1.0.1)
  • pyasn1 (>=0.1.7)

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
paramiko-2.4.1-py2.py3-none-any.whl
Size
189 KB
Type
Python Wheel
Python
2.7
paramiko-2.4.1.tar.gz
Size
1 MB
Type
Source

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.

Required packages:
Cryptography

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