WebSockets state-machine based protocol implementation

Edit Package python-wsproto

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.

Refresh
Refresh
Source Files
Filename Size Changed
python-wsproto.changes 0000000795 795 Bytes
python-wsproto.spec 0000002181 2.13 KB
wsproto-0.12.0.tar.gz 0000045252 44.2 KB
Revision 2 (latest revision is 15)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 654112 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 2)
- Update to version 0.12.0
  * Support h11 ~0.8.1.
  * Support Python 3.7.
  * Make the close-handshake more explicit, by sending a close
    frame on reciept of a close frame.
  * Bugfix fix deflate after a non-compressable message.
  * Bugfix connection header acceptance, by accepting Connection
    header values that are comma separated lists.
- Remove superfluous devel dependency for noarch package
Comments 0
openSUSE Build Service is sponsored by