diff options
author | 2015-08-09 08:30:02 +0700 | |
---|---|---|
committer | 2015-08-09 23:03:37 +0700 | |
commit | 90ac2fc675da1b069c38b2917ce576c8c09d7087 (patch) | |
tree | a4f62947e6975f8e9958cf43af06c5e75ad0c76a /python/websocket-client/README | |
parent | 37158b8a57bb7d294e0daced8b544327496d693b (diff) | |
download | slackbuilds-90ac2fc675da1b069c38b2917ce576c8c09d7087.tar.gz slackbuilds-90ac2fc675da1b069c38b2917ce576c8c09d7087.tar.xz |
python/websocket-client: Added (WebSocket client for python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/websocket-client/README')
-rw-r--r-- | python/websocket-client/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/websocket-client/README b/python/websocket-client/README new file mode 100644 index 0000000000..5a1072ea30 --- /dev/null +++ b/python/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. |