Metadata-Version: 2.4
Name: tigrbl-runtime
Version: 0.1.11.dev2
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: tigrbl-typing
Requires-Dist: tigrbl-kernel
Requires-Dist: tigrbl-atoms
Requires-Dist: tigrbl-base
Requires-Dist: tigrbl-core
Requires-Dist: numba>=0.61.2
Summary: Runtime pipeline and Rust execution bridge for Tigrbl.
Keywords: tigrbl,sdk,standards,framework
Author-email: Jacob Stewart <jacob@swarmauri.com>
License-Expression: Apache-2.0
Requires-Python: >=3.10, <3.14
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# tigrbl_runtime

This file is a package-local distribution entry point.
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.

## Canonical repository docs

- `README.md`
- `docs/README.md`
- `docs/conformance/CURRENT_TARGET.md`
- `docs/conformance/CURRENT_STATE.md`
- `docs/conformance/NEXT_STEPS.md`
- `docs/governance/DOC_POINTERS.md`
- `docs/developer/PACKAGE_CATALOG.md`
- `docs/developer/PACKAGE_LAYOUT.md`

## Package identity

- workspace path: `pkgs/core/tigrbl_runtime`
- workspace class: hybrid core Python/Rust package
- implementation layout: `tigrbl_runtime/` and `src/`

Long-form repository documentation is governed from `docs/`.

