ssh2-python
ssh2-python copied to clipboard
Python bindings for libssh2 C library.
This is not an issue with ssh2-python, I just need some help getting it to work on stock alpine. I built an app and now I'm trying to add docker...
Hello, would you consider shipping `ssh2-python` musllinux wheel? Details about that solution are mentioned in [PEP 656](https://www.python.org/dev/peps/pep-0656/). This will significantly improve installation time by reduction of additional compilation. Thanks for...
This PR is a starting point for packaging all the parallel-ssh ecosystem to debian, the end goal being to have a python3-parallel-ssh package. I've already started working on parallel-ssh and...
Update from LGPL-2.1 to LGPL-3.0. https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html https://www.gnu.org/licenses/lgpl-3.0.html
Update from LGPL-2.1 to LGPL-3.0. https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html https://www.gnu.org/licenses/lgpl-3.0.html
Steps to repro: use this lib in requirements.txt set up any env (via pycharm/command line/w.e.) try to install this lib. I did it via poetry install, but also followed every...
I tried everything to make this work: ``` brew install cmake brew install libssh2 pip install --upgrade pip setuptools wheel pip install ssh2-python brew info libssh2 ``` Everything seems to...