Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.13.0 source code.tar.gz | 2025-01-13 | 164.8 kB | |
2.13.0 source code.zip | 2025-01-13 | 220.1 kB | |
README.md | 2025-01-13 | 443 Bytes | |
Totals: 3 Items | 385.4 kB | 0 |
Changes
- Minimum version updates for
ssh2-python
andssh-python
. - Added support for Python 3.12+, removed support for Python <3.8.
- Package tests under top level
tests
directory are now cross platform and may be run by vendors. Project CI specific ntegration tests moved into their own space.
Fixes
- Calling
HostOutput.stdin.flush
with apssh.clients.ssh
client would raise exception.