Realtime, streaming, datagram, websocket, and event operation handlers for Tigrbl ASGI runtimes.
Project description
tigrbl-ops-realtime
Realtime, streaming, datagram, websocket, and event operation handlers for Tigrbl ASGI runtimes.
What is tigrbl-ops-realtime?
Realtime, streaming, datagram, websocket, and event operation handlers for Tigrbl ASGI runtimes.
Why use tigrbl-ops-realtime?
Use it when you need this operation-family boundary directly instead of consuming operations through the top-level facade.
When should I install tigrbl-ops-realtime?
Install it for framework internals, extension packages, or focused tests that target this operation plane.
Who is tigrbl-ops-realtime for?
Framework maintainers and extension authors working near Tigrbl operation dispatch.
Where does tigrbl-ops-realtime fit?
tigrbl-ops-realtime lives at pkgs/core/tigrbl_ops_realtime and serves focused operation dispatch behavior inside the Tigrbl runtime model.
How does tigrbl-ops-realtime work?
It contributes operation handlers and dispatch-facing primitives consumed by the facade, runtime, and kernel layers.
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.
Install
uv add tigrbl-ops-realtime
pip install tigrbl-ops-realtime
Surface Coverage
| Surface | Value |
|---|---|
| PyPI package | tigrbl-ops-realtime |
| Repository path | pkgs/core/tigrbl_ops_realtime |
| Python import root | tigrbl_ops_realtime |
| 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-realtime owns the operation-family package boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
Implementation orientation:
tigrbl_ops_realtime: ops
Public API and Import Surface
- Import roots:
tigrbl_ops_realtime. - Public symbols:
append_chunk,checkpoint,download,publish,send_datagram,subscribe,tail,upload. - Workspace dependencies: none declared.
- External runtime dependencies: none declared.
Usage Examples
Verify the installed package
python -m pip show tigrbl-ops-realtime
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl-ops-realtime"))
PY
Import the package boundary
import importlib
module = importlib.import_module("tigrbl_ops_realtime")
print(module.__name__)
Import a public symbol
from tigrbl_ops_realtime import append_chunk
print(append_chunk)
Use with the facade when building applications
uv add tigrbl tigrbl-ops-realtime
python - <<'PY'
import tigrbl
print(tigrbl.__name__)
PY
How To Choose This Package
Choose tigrbl-ops-realtime when the quick-answer table matches your use case. Choose tigrbl instead when you want the full public facade. Choose a lower-level package such as tigrbl-core, tigrbl-base, or tigrbl-runtime when you are building framework extensions or testing a specific internal boundary.
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_realtime.
Package-local Boundary
This README is the package-local distribution entry point for tigrbl-ops-realtime. 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.
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_realtime-0.4.4.tar.gz.
File metadata
- Download URL: tigrbl_ops_realtime-0.4.4.tar.gz
- Upload date:
- Size: 9.2 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 |
595ae8c2d73312d46872cd488ba48eccdc80195b29b10b7be441422da8f1aa9f
|
|
| MD5 |
81111d9dff977cd8bb5c34c4559a2b0b
|
|
| BLAKE2b-256 |
e361562f5a0584cab8f7f1a68b5fc50857954fa5f486ff2c9b2170a9278297f8
|
File details
Details for the file tigrbl_ops_realtime-0.4.4-py3-none-any.whl.
File metadata
- Download URL: tigrbl_ops_realtime-0.4.4-py3-none-any.whl
- Upload date:
- Size: 13.3 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 |
8caed96d8d27003afba714f939f44ae87638f3e384402b01af1a3ec24b415750
|
|
| MD5 |
712709a8b8ff5108d77fbe878bda0b24
|
|
| BLAKE2b-256 |
192b17684fcf68035199a3a0e75b4a2af2c50654d337f4b8feb8e8adf96e2d4f
|