slackbuilds/python/python3-websockets
Dimitris Zlatanidis 811633b932
python/python3-websockets: Updated for version 15.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-05-03 09:37:17 +07:00
..
README
python3-websockets.SlackBuild python/python3-websockets: Updated for version 15.0.1. 2025-05-03 09:37:17 +07:00
python3-websockets.info python/python3-websockets: Updated for version 15.0.1. 2025-05-03 09:37:17 +07:00
slack-desc

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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, Pythons standard asynchronous I/O framework,
it provides an elegant coroutine-based API.