Metadata-Version: 2.1
Name: paramiko-fork
Version: 2.7.2
Summary: SSH2 protocol library
Home-page: https://github.com/paramiko/paramiko/
Author: Jeff Forcier
Author-email: jeff@bitprophet.org
License: LGPL
Description: 
        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``.
        
        This build is built on top of https://github.com/paramiko/paramiko with some new 
        feature prs not merged yet. And it is most likely a temporary solution for
        access these new features easily.
        
        You can reach https://github.com/liangxiao1/paramiko/tree/xiliang for more details.
        
        PR#1643: Add rsa-sha2-256 and rsa-sha2-512 algorithms
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: gssapi
Provides-Extra: ed25519
Provides-Extra: invoke
Provides-Extra: all
