wok diff paramiko/description.txt @ rev 25146
updated portaudio and portaudio-dev (190600_20161030 -> 19.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 15:26:46 2022 +0100 (2022-06-29) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/paramiko/description.txt Wed Jun 29 15:26:46 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol, 1.5 +providing both client and server functionality. 1.6 +It provides the foundation for the high-level SSH library Fabric, 1.7 +which is what we recommend you use for common client use-cases such 1.8 +as running remote shell commands or transferring files. 1.9 + 1.10 +Direct use of Paramiko itself is only intended for users who need 1.11 +advanced or low-level primitives or want to run an in-Python sshd.