From d626c37da1d8faeb2c33b756889fd8e324b4e400 Mon Sep 17 00:00:00 2001 From: Markus Rinne Date: Fri, 14 Oct 2022 02:14:19 +0100 Subject: python/python2-websocket-client: Added (WebSocket client for python) The old webocket-client has split into py2/3. Signed-off-by: Willy Sudiarto Raharjo --- python/python2-websocket-client/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python2-websocket-client/README (limited to 'python/python2-websocket-client/README') diff --git a/python/python2-websocket-client/README b/python/python2-websocket-client/README new file mode 100644 index 0000000000..c17b37d362 --- /dev/null +++ b/python/python2-websocket-client/README @@ -0,0 +1,2 @@ +websocket-client module is WebSocket client for python. This provides +the low level APIs for WebSocket. All APIs are synchronous functions. -- cgit v1.2.3