WebSockets state-machine based protocol implementation
This module contains a pure-Python implementation of a WebSocket
protocol stack. It's written from the ground up to be embeddable in
whatever program you choose to use, ensuring that you can
communicate via WebSockets, as defined in RFC6455
, regardless of your
programming paradigm.
This module does not provide a parsing layer, a network layer, or
any rules about concurrency. Instead, it's a purely in-memory
solution, defined in terms of data actions and WebSocket frames.
RFC6455 and Compression Extensions for WebSocket via RFC7692
are fully supported.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / python-wsproto
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-wsproto && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-wsproto.changes | 0000001376 1.34 KB | |
python-wsproto.spec | 0000002294 2.24 KB | |
wsproto-0.14.1.tar.gz | 0000051640 50.4 KB |
Revision 8 (latest revision is 30)
Luigi Baldoni (alois)
accepted
request 706557
from
Luigi Baldoni (alois)
(revision 8)
- Update to version 0.14.1 * Loosen the h11 requirement to >= 0.8.1 as wsproto is compatible with 0.9 onwards. * Stop installing a "test" package on installation.
Comments 0