aboutsummaryrefslogtreecommitdiff
path: root/python/python2-websocket-client/README
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2022-10-14 02:14:19 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:34 +0700
commitd626c37da1d8faeb2c33b756889fd8e324b4e400 (patch)
treeb37dec0706ee2a9e06740b90231894c7b2140a65 /python/python2-websocket-client/README
parent860570bceea5a8d92ad3ee89a8acb82983d93a79 (diff)
python/python2-websocket-client: Added (WebSocket client for python)
The old webocket-client has split into py2/3. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-websocket-client/README')
-rw-r--r--python/python2-websocket-client/README2
1 files changed, 2 insertions, 0 deletions
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.