wok-current view paramiko/description.txt @ rev 25716

Adjust mesa depends and fix loop for libegl-mesa,libglx-mesa / mesa
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 14:46:05 2024 +0000 (4 weeks ago)
parents
children
line source
1 Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol,
2 providing both client and server functionality.
3 It provides the foundation for the high-level SSH library Fabric,
4 which is what we recommend you use for common client use-cases such
5 as running remote shell commands or transferring files.
7 Direct use of Paramiko itself is only intended for users who need
8 advanced or low-level primitives or want to run an in-Python sshd.