Metadata-Version: 1.1
Name: asyncssh
Version: 0.8.1
Summary: AsyncSSH: Asynchronous SSHv2 client and server library
Home-page: http://asyncssh.timeheart.net/
Author: Ron Frederick
Author-email: <ronf@timeheart.net>
License: Eclipse Public License v1.0
Download-URL: http://asyncssh.timeheart.net/asyncssh-0.8.1.tar.gz
Description: 
        This package provides an asynchronous client and server implementation of
        the SSHv2 protocol, based on the Python asyncio framework. It depends on
        Python 3.4 or later and the PyCrypto library for some cryptographic functions.
        
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Requires: Crypto (>= 2.6)
