The net/py-wsproto,python3 port
py3-wsproto-1.2.0p0 – state-machine based WebSocket protocol implementation (cvsweb github mirror)
Description
This is 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. It 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.WWW: https://github.com/python-hyper/wsproto/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.11/site-packages/wsproto-1.2.0.dist-info/
- /usr/local/lib/python3.11/site-packages/wsproto-1.2.0.dist-info/LICENSE
- /usr/local/lib/python3.11/site-packages/wsproto-1.2.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/wsproto-1.2.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/wsproto-1.2.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/wsproto-1.2.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/wsproto/
- /usr/local/lib/python3.11/site-packages/wsproto/__init__.py
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/connection.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/connection.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/events.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/events.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/extensions.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/extensions.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/frame_protocol.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/frame_protocol.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/handshake.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/handshake.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/typing.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/typing.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/utilities.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/__pycache__/utilities.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/wsproto/connection.py
- /usr/local/lib/python3.11/site-packages/wsproto/events.py
- /usr/local/lib/python3.11/site-packages/wsproto/extensions.py
- /usr/local/lib/python3.11/site-packages/wsproto/frame_protocol.py
- /usr/local/lib/python3.11/site-packages/wsproto/handshake.py
- /usr/local/lib/python3.11/site-packages/wsproto/py.typed
- /usr/local/lib/python3.11/site-packages/wsproto/typing.py
- /usr/local/lib/python3.11/site-packages/wsproto/utilities.py