- Dart, Go, Kotlin, Python, TypeScript 전 언어 간 crosstest에 FullName 테스트 추가 - crosstest 파일 40개 이상에 FullName 필드 지원 코드 추가 - 테스트 매트릭스 스크립트 및 마일스톤 문서 업데이트 |
||
|---|---|---|
| .. | ||
| bench | ||
| crosstest | ||
| proto_socket | ||
| test | ||
| 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