proto-socket/python
toki 84635c3ff4 chore(m-inbound-queue-ordering): G08 typescript gateway review + Python gateway fixes
- Add archive for 07_python_gateway cloud G08 artifacts
- Fix Python communicator and test updates
2026-06-02 15:39:11 +09:00
..
crosstest feat: dart web crosstest and related test infrastructure updates 2026-05-30 22:59:23 +09:00
proto_socket chore(m-inbound-queue-ordering): G08 typescript gateway review + Python gateway fixes 2026-06-02 15:39:11 +09:00
test chore(m-inbound-queue-ordering): G08 typescript gateway review + Python gateway fixes 2026-06-02 15:39:11 +09:00
pyproject.toml
README.md

Proto Socket Python

Python 3.11+ implementation of the Proto Socket protocol.

Supported Transports

Transport Status
TCP Supported
WebSocket Supported
TLS+TCP Supported
WSS Supported

TLS and WSS use caller-provided ssl.SSLContext values.

Development

Install the package with test dependencies:

python -m pip install -e ".[dev]"

Run same-language tests:

python -m pytest test/ -v

Run cross-language crosstests:

python crosstest/python_dart.py
python crosstest/python_go.py
python crosstest/python_kotlin.py
python crosstest/python_typescript.py