Metadata-Version: 2.4
Name: tcm-client-test
Version: 0.1.0
Summary: Official Python WebSocket client for Triton Client Manager.
Author-email: Adrián Morillas Pérez <adrianmorillasperez@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/adrirubim/triton_client_manager
Project-URL: Repository, https://github.com/adrirubim/triton_client_manager
Project-URL: Issues, https://github.com/adrirubim/triton_client_manager/issues
Keywords: triton,websocket,orchestrator,client
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: websockets<13,>=12

# tcm-client (Python SDK for Triton Client Manager)

This package provides a small, official Python SDK for talking to the
**Triton Client Manager** WebSocket API.

It wraps the `/ws` endpoint with a high-level client (`TcmWebSocketClient`)
and helpers like `quickstart_queue_stats` so you can integrate without
vendoring code from the server repository.

For full API contract details (message format, types and examples), see the
main project documentation:

- WebSocket contract: `docs/WEBSOCKET_API.md`
- Architecture and runtime: `docs/ARCHITECTURE.md`

