websockets · PyPI - The Python Package Index
https://pypi.org/project/websockets14.11.2021 · websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard asynchronous I/O framework, it provides an elegant coroutine-based API. Documentation is available on Read the Docs.
A WebSocket client for Python
https://pythonawesome.com/a-websocket-client-for-python10.09.2021 · websocket-client. The websocket-client module is a WebSocket client for Python. It provides access to low level APIs for WebSockets. All APIs are for synchronous functions. websocket-client supports only hybi-13. License. BSD; Documentation. This project’s documentation can be found at https://websocket-client.readthedocs.io/ Contributing