File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ channels :
2
+ - conda-forge
3
+ dependencies :
4
+ - python
5
+ - setuptools
6
+ - libssh2
7
+ - toolchain3
Original file line number Diff line number Diff line change
1
+ conda :
2
+ file : .environment.yml
3
+ python :
4
+ setup_py_install : true
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Super fast SSH2 protocol library. ``ssh2-python`` provides Python bindings for `
17
17
:target: https://pypi.python.org/pypi/ssh2-python
18
18
.. image :: https://img.shields.io/pypi/pyversions/ssh2-python.svg
19
19
:target: https://pypi.python.org/pypi/ssh2-python
20
+ .. image :: https://readthedocs.org/projects/ssh2-python/badge/?version=latest
21
+ :target: http://ssh2-python.readthedocs.org/en/latest/
22
+ :alt: Latest documentation
23
+
20
24
21
25
Installation
22
26
______________
Original file line number Diff line number Diff line change 18
18
#
19
19
import os
20
20
import sys
21
- sys .path .insert (0 , os .path .abspath ('..' ))
22
21
import ssh2
23
22
24
23
You can’t perform that action at this time.
0 commit comments