From b271bdadc0539b97fdd25794f16b72fe540cc42c Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 14 Oct 2022 00:06:45 +0100 Subject: python/python3-websocket-client: Added (WebSocket client for python) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-websocket-client/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-websocket-client/README (limited to 'python/python3-websocket-client/README') diff --git a/python/python3-websocket-client/README b/python/python3-websocket-client/README new file mode 100644 index 0000000000..fbbb948ab1 --- /dev/null +++ b/python/python3-websocket-client/README @@ -0,0 +1,3 @@ +python3-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