AsyncSSH is a Python package which provides an asynchronous client and
server implementation of the SSHv2 protocol on top of the Python asyncio
framework. It requires Python 3.4 or later and either the PyCA or the
PyCrypto library for some cryptographic functions.

This package is released under the following terms:

    Copyright (c) 2013-2014 by Ron Frederick <ronf@timeheart.net>.
    All rights reserved.

    This program and the accompanying materials are made available under
    the terms of the Eclipse Public License v1.0 which accompanies this
    distribution and is available at:

        http://www.eclipse.org/legal/epl-v10.html

    Contributors:
        Ron Frederick - initial implementation, API, and documentation

For more information about the features of this package and detailed
documentation, please visit:

    http://asyncssh.timeheart.net/
