/ssh4py

Python bindings for libssh2

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

== Depenendencies ==

- Python (2.4 or later)
- libssh2 (1.2.2 or later)
- zlib (1.2.x or later)

== Installation ==

python setup.py build
python setup.py install (as root)

== License ==

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

== Authors ==

Sebastian Noack <sebastian.noack@gmail.com>
Vincent Jaulin <vincent.jaulin@keyphrene.com>