Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.
Project description
tigrbl-canon
Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.
What is tigrbl-canon?
Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.
Why use tigrbl-canon?
Use it only when maintaining older integrations that still import the historical canonical package boundary.
When should I install tigrbl-canon?
Install it for compatibility migrations; prefer the current split packages for new work.
Who is tigrbl-canon for?
Maintainers carrying legacy Tigrbl integrations forward.
Where does tigrbl-canon fit?
tigrbl-canon lives at pkgs/deprecated/tigrbl_canon and serves legacy compatibility while migrating to current split packages.
How does tigrbl-canon work?
It depends on current split packages and keeps historical import paths available while newer package boundaries own active behavior.
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-canon
pip install tigrbl-canon
Surface Coverage
| Surface | Value |
|---|---|
| PyPI package | tigrbl-canon |
| Repository path | pkgs/deprecated/tigrbl_canon |
| Python import root | tigrbl_canon |
| Console scripts | none declared |
| Entry points | none declared |
| Optional extras | none declared |
| Legal files | LICENSE, NOTICE |
| Supported Python | `3.10 |
What It Owns
tigrbl-canon owns the deprecated compatibility 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_canon: column/, mapping/
Public API and Import Surface
- Import roots:
tigrbl_canon. - Public symbols:
_DEPRECATION_MESSAGE. - Workspace dependencies:
tigrbl-ops-oltp,tigrbl-base,tigrbl-core,tigrbl-runtime,tigrbl-atoms,tigrbl. - External runtime dependencies: none declared.
Usage Examples
Verify the installed package
python -m pip show tigrbl-canon
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl-canon"))
PY
Import the compatibility boundary
import tigrbl_canon
print(tigrbl_canon.__name__)
Prefer current split packages for new code
uv add tigrbl tigrbl-core tigrbl-runtime
Audit remaining legacy imports
rg "tigrbl_canon|tigrbl-canon" .
How To Choose This Package
Choose tigrbl-canon 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/deprecated/tigrbl_canon.
Package-local Boundary
This README is the package-local distribution entry point for tigrbl-canon. 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_canon-0.4.2.tar.gz.
File metadata
- Download URL: tigrbl_canon-0.4.2.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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 |
4196f2aac6c203c64e94bea01bba609083ec213ac88f6541f1921c340574f091
|
|
| MD5 |
5ce3004c249cd26681c79bee96de9ded
|
|
| BLAKE2b-256 |
72d865c84551d774902a2c03d1cf0cf827c75fc953552a18d59dafe51e679fdb
|
File details
Details for the file tigrbl_canon-0.4.2-py3-none-any.whl.
File metadata
- Download URL: tigrbl_canon-0.4.2-py3-none-any.whl
- Upload date:
- Size: 88.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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 |
5b6324aecc171c2a89b9e76dd3dd051583b202c18fc2b621243fa77711de2662
|
|
| MD5 |
ceaaacea4fdd68b9ecc0e83b0bb0be9e
|
|
| BLAKE2b-256 |
5b01f413dc69a59fc87a1e3ae84212a0bfb845ff0347eedf3cd0fbd7676b3eca
|