Deprecated legacy compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.
Project description
tigrbl-canon
Deprecated legacy compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.
What is tigrbl-canon?
Deprecated legacy compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities. New code should not add this package; it exists only to carry older tigrbl_canon import paths during migrations.
Why use tigrbl-canon?
Use it only when maintaining older integrations that still import the historical canonical package boundary. Do not use it for new Tigrbl applications or extensions.
When should I install tigrbl-canon?
Install it only for compatibility migrations that still require tigrbl_canon imports. 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. It is not part of the active facade dependency path.
How does tigrbl-canon work?
It depends on current split packages and keeps historical import paths available while newer package boundaries own active behavior. It must not depend on the tigrbl facade package.
Certification Status
- Package status: deprecated, inactive compatibility 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 legacy compatibility package boundary. It should be installed only when an older integration still needs the historical tigrbl_canon import root during migration.
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. - 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-core tigrbl-base tigrbl-runtime
Audit remaining legacy imports
rg "tigrbl_canon|tigrbl-canon" .
How To Choose This Package
Choose tigrbl-canon only when an existing integration still imports tigrbl_canon and cannot migrate immediately. Choose lower-level packages such as tigrbl-core, tigrbl-base, or tigrbl-runtime when 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.4.dev7.tar.gz.
File metadata
- Download URL: tigrbl_canon-0.4.4.dev7.tar.gz
- Upload date:
- Size: 64.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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 |
a99cb690c4b1900e561940052c40f9b68af7681ea8b49023de871f685d1bea4a
|
|
| MD5 |
ae527d55057f11e19790f38ea400b303
|
|
| BLAKE2b-256 |
89867ae81653350bab266977edd6150745d0a67fbc3362c63c12da14cebc0435
|
File details
Details for the file tigrbl_canon-0.4.4.dev7-py3-none-any.whl.
File metadata
- Download URL: tigrbl_canon-0.4.4.dev7-py3-none-any.whl
- Upload date:
- Size: 90.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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 |
f9fb969f7d9b8a156888d66be3db7c66552415fe7fbe21e180bd183173e21904
|
|
| MD5 |
301cc39dec08edb354fae0d400d8f433
|
|
| BLAKE2b-256 |
2f463774eba30946ccd2106c2f5211fd4832cae97479bf30537da18388fee95c
|