Name: | python3.11-websockets |
---|---|
Version: | 9.1 |
Release: | 1.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 875892 |
License: | BSD |
RPM: | python3.11-websockets-9.1-1.0.1.el8.x86_64.rpm |
Source RPM: | python-websockets-9.1-1.0.1.el8.src.rpm |
Build Date: | Mon Aug 26 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/aaugustin/websockets |
Summary: | An implementation of the WebSocket Protocol for python with asyncio |
Description: | websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite. Built on top of Python’s asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications. |