WebTransport control-plane operation handlers for Tigrbl stream and session coordination.
Project description
tigrbl-ops-webtransport
WebTransport control-plane operation handlers for Tigrbl stream and session coordination.
What is tigrbl-ops-webtransport?
WebTransport control-plane operation handlers for Tigrbl stream and session coordination.
Why use tigrbl-ops-webtransport?
Use it when WebTransport stream lifecycle commands need a focused operation-family boundary instead of being embedded in realtime payload handlers or runtime code.
When should I install tigrbl-ops-webtransport?
Install it for framework internals, extension packages, or focused tests that target WebTransport control-plane operation dispatch.
Who is tigrbl-ops-webtransport for?
Framework maintainers and extension authors working near WebTransport operation planning and control-plane dispatch.
Where does tigrbl-ops-webtransport fit?
tigrbl-ops-webtransport lives at pkgs/core/tigrbl_ops_webtransport and owns control-plane commands such as opening and closing WebTransport streams and sessions.
How does tigrbl-ops-webtransport work?
It returns structured control-plane command payloads that atoms and runtime projections can pass toward the delegated WebTransport server stack.
Install
uv add tigrbl-ops-webtransport
pip install tigrbl-ops-webtransport
Surface Coverage
| Surface | Value |
|---|---|
| PyPI package | tigrbl-ops-webtransport |
| Repository path | pkgs/core/tigrbl_ops_webtransport |
| Python import root | tigrbl_ops_webtransport |
| Console scripts | none declared |
| Entry points | none declared |
| Optional extras | none declared |
| Legal files | LICENSE, NOTICE |
| Supported Python | `3.10 |
What It Owns
tigrbl-ops-webtransport owns the operation-family package boundary for WebTransport control-plane commands. It does not own HTTP/3, QUIC, TLS, stream scheduling, or server-stack conformance.
Implementation orientation:
tigrbl_ops_webtransport: ops
Public API and Import Surface
- Import roots:
tigrbl_ops_webtransport. - Public symbols:
open_bidi_stream,open_unidi_stream,close_stream,close_session. - Workspace dependencies: none declared.
- External runtime dependencies: none declared.
Usage Examples
Verify the installed package
python -m pip show tigrbl-ops-webtransport
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl-ops-webtransport"))
PY
Import the package boundary
import importlib
module = importlib.import_module("tigrbl_ops_webtransport")
print(module.__name__)
Import a public symbol
from tigrbl_ops_webtransport import open_bidi_stream
print(open_bidi_stream)
Use with the facade when building applications
uv add tigrbl tigrbl-ops-webtransport
python - <<'PY'
import tigrbl
print(tigrbl.__name__)
PY
How To Choose This Package
Choose tigrbl-ops-webtransport when you need WebTransport stream/session control-plane commands directly. Choose tigrbl instead when you want the full public facade. Choose tigrbl-ops-realtime for publish, subscribe, tail, upload, download, chunk, datagram, and checkpoint operation handlers.
Related Packages
Documentation Links
- Workspace docs
- Package catalog
- Package layout
- Current target
- Current state
- SSOT registry
- Release workflow
Support
- Community: Discord.
- Issues: GitHub Issues.
- Repository: pkgs/core/tigrbl_ops_webtransport.
Package-local Boundary
This README is the package-local distribution entry point for tigrbl-ops-webtransport. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
Certification Status
- Package status: governed package in the
tigrbl/tigrblworkspace. - Governance source: SSOT registry.
- Release evidence: publish workflow validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
- Local certification guard:
pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.pyverifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge,LICENSE, andNOTICE. - Scope note: this README documents the package boundary. Runtime feature support remains governed by
.ssot/entities and the conformance docs linked below.
License
Licensed under the Apache License, Version 2.0. See LICENSE, NOTICE, and the official Apache 2.0 license text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tigrbl_ops_webtransport-0.4.5.dev2.tar.gz.
File metadata
- Download URL: tigrbl_ops_webtransport-0.4.5.dev2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0ef3cc8ca0ed50704ef142922ff0d51f841faf02a6a1bbb44b58da6f61eab35
|
|
| MD5 |
f05b3d2a986516a7325f0cc965cb3ace
|
|
| BLAKE2b-256 |
6634c1348803e9bcd7be36e8a63f25d64ed28e3c74bbb22ecf0bbbe2e99d2349
|
File details
Details for the file tigrbl_ops_webtransport-0.4.5.dev2-py3-none-any.whl.
File metadata
- Download URL: tigrbl_ops_webtransport-0.4.5.dev2-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
886da9cf684cc552f7f5905ee881fc96f4edad5c772da23274856712d998372c
|
|
| MD5 |
d6f77e284008a3e59e9ad327d9c0b627
|
|
| BLAKE2b-256 |
85da8b27b7c077d12f8146b3a917f3daeeb4431814b21b1c500b8eeac63f0861
|