Metadata-Version: 2.4
Name: dropbear-transport
Version: 0.1.1a2
Summary: Dropbear QUIC data plane: pinned client, UDP preflight, multi-session worker server
Project-URL: Homepage, https://dropbear.dreamscalelabs.com
Project-URL: Documentation, https://dropbear.dreamscalelabs.com/docs
Author: Dreamscale Labs
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: inference,quic,robotics,transport
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.11
Requires-Dist: aioquic<2,>=1.2.0
Requires-Dist: cryptography>=43.0.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pillow>=11.0.0
Requires-Dist: pydantic>=2.9.0
Requires-Dist: websockets>=14.0
Description-Content-Type: text/markdown

# dropbear-transport

Shared QUIC transport primitives for Dropbear.

This package contains the pinned QUIC client, multi-session worker server,
wire-message models, JPEG/image helpers, and UDP preflight checks used by the
SDK, worker, control plane, validation, and E2E packages.

This is a pre-alpha implementation dependency of the public `dropbear`
package. Most users should install `dropbear`, which selects the compatible
transport version automatically; no independent transport API stability is
promised before 1.0.

Documentation: https://dropbear.dreamscalelabs.com/docs
