Metadata-Version: 2.5
Name: capture-runtime-client
Version: 0.4.1
Summary: Capture Runtime HTTP, in-memory, discovery, and protocol client SDK.
License: MIT
Requires-Python: <3.15,>=3.12
Requires-Dist: httpx<1.0.0,>=0.27.0
Requires-Dist: pydantic<3.0.0,>=2.13.4
Description-Content-Type: text/markdown

# capture-runtime-client

Backend-side Capture Runtime client SDK.  It owns loopback endpoint
validation, readiness/schema-hash negotiation, authenticated HTTP and
deterministic in-memory transports, canonical v2 request methods, SSE decoding, and
redacted common errors. Generated Pydantic models are private SDK build input;
consumers import them from `capture_runtime_client`, never from a generated
contracts package.
