From c6497933c09769af1a80048a8e1359297b5a2016 Mon Sep 17 00:00:00 2001 From: Abner Date: Sat, 26 Jul 2014 13:31:42 +0800 Subject: [PATCH] Add SSH module Paramiko --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 361c606..8637ad8 100644 --- a/README.md +++ b/README.md @@ -623,6 +623,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the 0MQ message library. * [txZMQ](https://github.com/smira/txZMQ) - Twisted based wrapper for the 0MQ message library. * [Crossbar](http://crossbar.io) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn). +* [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality. ## WebSocket