wok annotate paramiko/description.txt @ rev 25524

created recipes for tree-sitter and tree-sitter-dev 0.20.7
author Hans-G?nter Theisgen
date Fri Feb 24 17:21:52 2023 +0100 (16 months ago)
parents
children
rev   line source
Hans-G?nter@25091 1 Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol,
Hans-G?nter@25091 2 providing both client and server functionality.
Hans-G?nter@25091 3 It provides the foundation for the high-level SSH library Fabric,
Hans-G?nter@25091 4 which is what we recommend you use for common client use-cases such
Hans-G?nter@25091 5 as running remote shell commands or transferring files.
Hans-G?nter@25091 6
Hans-G?nter@25091 7 Direct use of Paramiko itself is only intended for users who need
Hans-G?nter@25091 8 advanced or low-level primitives or want to run an in-Python sshd.