You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System packages are available on the `latest releases page <https://github.com/ParallelSSH/ssh2-python/releases/latest>`_ built on Centos/RedHat 6/7, Ubuntu 14.04/16.04, Debian 7/8 and Fedora 22/23/24.
22
21
22
+
23
23
Installation from Source
24
24
_________________________
25
25
@@ -46,15 +46,18 @@ RedHat
46
46
API Feature Set
47
47
________________
48
48
49
-
Currently the entirety of the `libssh2`_ API has been implemented. `API documentation is available <https://readthedocs.org/projects/ssh2-python/badge/?version=latest>`_ for ``ssh2-python``.
50
49
51
-
Complete example scripts for various operations can be found in the `examples directory`.
50
+
Currently the vast majority of the `libssh2`_ API has been implemented with only few exceptions.
51
+
52
+
Complete example scripts for various operations can be found in the `examples directory`_.
53
+
54
+
In addition, as ``ssh2-python`` is a thin wrapper of ``libssh2`` with Python semantics, its code examples can be ported straight over to Python with only minimal changes.
52
55
53
-
In addition, ``ssh2-python`` is a thin wrapper of ``libssh2`` with Python semantics - its code examples can be ported straight over to Python with only minimal changes.
54
56
55
57
Quick Start
56
58
_____________
57
59
60
+
58
61
Both byte and unicode strings are accepted as arguments and encoded appropriately. To change default encoding change the value of ``ssh2.utils.ENCODING``. Channel output is always byte strings.
59
62
60
63
See `Complete Example`_ for a complete example including socket connect.
0 commit comments