slackbuilds_ponce/python/python3-websockets
fourtysixandtwo 50b38ac6d0
python/python3-websockets: Updated for version 13.0.1.
Updating and fixing UNKNOWN issue with permission from Dimitris.
Needed python3-setuptools-opt.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-07 09:08:58 +07:00
..
python3-websockets.info
python3-websockets.SlackBuild
README
slack-desc

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.