Implementation of the WebSocket Protocol for Python
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.
| Release | Stable | Testing | 
|---|---|---|
| Fedora Rawhide | 15.0.1-9.fc44 | - | 
| Fedora 43 | 15.0.1-9.fc43 | 15.0.1-9.fc43 | 
| Fedora 42 | 14.1-2.fc42 | - | 
| Fedora 41 | 12.0-5.fc41 | - | 
| Fedora EPEL 8 | 9.1-2.el8 | - | 
			You can contact the maintainers of this package via email at
			python-websockets dash maintainers at fedoraproject dot org.