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
Updated embedded libbsh2 version to 1.9.0
Re-generated C files with latest cython
Updated appveyor and travis cfgs
Updated docker wheel build for new libssh2 version
Updated gitignore
Updated changelog, travis cfg, readme
Removed windows python 3.5 and 32 bit builds
Copy file name to clipboardExpand all lines: README.rst
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,6 @@ Binary wheel packages are provided for Linux, OSX and Windows, all Python versio
33
33
34
34
pip install ssh2-python
35
35
36
-
`Conda <https://conda.io/miniconda.html>`_ is another installation option - see `documentation <http://ssh2-python.readthedocs.org/en/latest/>`_ for more detailed instructions.
37
-
38
36
For from source installation instructions, including building against system provided libssh2, `see documentation <https://ssh2-python.readthedocs.io/en/latest/installation.html#installation-from-source>`_.
39
37
40
38
For creating native system packages for Centos/RedHat, Ubuntu, Debian and Fedora, see `instructions in the documentation <http://ssh2-python.readthedocs.io/en/latest/installation.html#system-binary-packages>`_.
@@ -57,7 +55,7 @@ The library uses `Cython`_ based native code extensions as wrappers to ``libssh2
57
55
58
56
Extension features:
59
57
60
-
* Thread safe - GIL is released as much as possible
58
+
* Thread safe - GIL is released as much as possible. Note that libssh2 does not support sharing sessions across threads
61
59
* Very low overhead
62
60
* Super fast as a consequence of the excellent C library it uses and prodigious use of native code
63
61
* Object oriented - memory freed automatically and safely as objects are garbage collected by Python
0 commit comments