1Metadata-Version: 1.0
2Name: ssh
3Version: 1.8.0
4Summary: SSH2 protocol library
5Home-page: https://github.com/bitprophet/ssh/
6Author: Jeff Forcier
7Author-email: jeff@bitprophet.org
8License: LGPL
9Description:
10        This is a library for making SSH2 connections (client or server).
11        Emphasis is on using SSH2 as an alternative to SSL for making secure
12        connections between python scripts.  All major ciphers and hash methods
13        are supported.  SFTP client and server mode are both supported too.
14
15        Required packages:
16        pyCrypto
17
18        To install the `in-development version <https://github.com/bitprophet/ssh/tarball/master#egg=ssh-dev>`_, use `pip install ssh==dev`.
19
20Platform: Posix; MacOS X; Windows
21Classifier: Development Status :: 5 - Production/Stable
22Classifier: Intended Audience :: Developers
23Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
24Classifier: Operating System :: OS Independent
25Classifier: Topic :: Internet
26Classifier: Topic :: Security :: Cryptography
27