++++++
Changes
--------
* Forked from ssh2-python and renamed ssh2-python3. The reason being:
* Fix a bug where Python would segfault when GC was performed under certain conditions.
* Use Python's internal PyMalloc for libssh2 allocator.
* Add generic message method that allows Python code to form a packet.
* Support for Python 3 only, remove Python 2 support.
* Add support for setting up forward to remote Unix socket.