| Name: | python3-websockets |
|---|---|
| Version: | 12.0 |
| Release: | 5.el10 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 1249187 |
| License: | BSD-3-Clause |
| RPM: | python3-websockets-12.0-5.el10.aarch64.rpm |
| Source RPM: | python-websockets-12.0-5.el10.src.rpm |
| Build Date: | Wed Jan 29 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/aaugustin/websockets |
| Summary: | Implementation of the WebSocket Protocol for Python |
| 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. |