4 projects
brutalsystems-realtime-client
Python SDK for the realtime service — WebSocket subscriber + publisher and a generic JWT minter. `pip install brutalsystems-realtime-client`, then `import realtime_client`.
brutalsystems-realtime-core
Shared wire contract for the realtime service — WS frames, channel grammar, and JWT auth. The single source of truth depended on by both the SDK and the service. Import as `realtime_core`.
brutalsystems-jobs-client
Python SDK for jobs-service — HTTP client, pod wrapper, warm consumer, and handler registry. `pip install brutalsystems-jobs-client`, then `import jobs_client`.
brutalsystems-jobs-core
Shared wire contract for jobs-service — envelope, policy, and the JOBS_* pod-env contract. The single source of truth depended on by both the SDK and the service. Import as `jobs_core`.