tigrbl-canon 0.4.1.dev6__tar.gz → 0.4.2.dev3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/PKG-INFO +59 -102
  2. tigrbl_canon-0.4.2.dev3/README.md +78 -0
  3. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/pyproject.toml +17 -6
  4. tigrbl_canon-0.4.1.dev6/README.md +0 -126
  5. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/LICENSE +0 -0
  6. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/__init__.py +0 -0
  7. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/column/infer/__init__.py +0 -0
  8. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/column/infer/core.py +0 -0
  9. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/column/infer/jsonhints.py +0 -0
  10. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/column/infer/planning.py +0 -0
  11. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/column/infer/types.py +0 -0
  12. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/column/infer/utils.py +0 -0
  13. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/__init__.py +0 -0
  14. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/app_mro_collect.py +0 -0
  15. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/apply.py +0 -0
  16. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/collect.py +0 -0
  17. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/collect_decorated_schemas.py +0 -0
  18. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/column_mro_collect.py +0 -0
  19. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/columns.py +0 -0
  20. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/config_resolver.py +0 -0
  21. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/context.py +0 -0
  22. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/core_resolver.py +0 -0
  23. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/defaults.py +0 -0
  24. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/diagnostics.py +0 -0
  25. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/engine_resolver.py +0 -0
  26. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/handlers/__init__.py +0 -0
  27. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/handlers/builder.py +0 -0
  28. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/handlers/ctx.py +0 -0
  29. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/handlers/identifiers.py +0 -0
  30. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/handlers/namespaces.py +0 -0
  31. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/handlers/steps.py +0 -0
  32. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/hook_mro_collect.py +0 -0
  33. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/hooks.py +0 -0
  34. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/mapping_resolver.py +0 -0
  35. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/model.py +0 -0
  36. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/model_helpers.py +0 -0
  37. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/model_registry.py +0 -0
  38. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/op_mro_collect.py +0 -0
  39. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/op_resolver.py +0 -0
  40. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/passes.py +0 -0
  41. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/plan.py +0 -0
  42. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/precedence.py +0 -0
  43. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/responses_resolver.py +0 -0
  44. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/__init__.py +0 -0
  45. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/attach.py +0 -0
  46. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/collection.py +0 -0
  47. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/common.py +0 -0
  48. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/helpers.py +0 -0
  49. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/io.py +0 -0
  50. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/io_headers.py +0 -0
  51. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/member.py +0 -0
  52. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/router.py +0 -0
  53. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rest/routing.py +0 -0
  54. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/router/common.py +0 -0
  55. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/router/include.py +0 -0
  56. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/router/resource_proxy.py +0 -0
  57. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/router/rpc.py +0 -0
  58. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/router_mro_collect.py +0 -0
  59. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/rpc.py +0 -0
  60. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/schemas/__init__.py +0 -0
  61. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/schemas/builder.py +0 -0
  62. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/schemas/defaults.py +0 -0
  63. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/schemas/utils.py +0 -0
  64. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/table.py +0 -0
  65. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/table_mro_collect.py +0 -0
  66. {tigrbl_canon-0.4.1.dev6 → tigrbl_canon-0.4.2.dev3}/tigrbl_canon/mapping/traversal.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl-canon
3
- Version: 0.4.1.dev6
4
- Summary: Canonical mapping, routing, symbol resolution, and naming utilities for Tigrbl framework packages and generated API surfaces.
3
+ Version: 0.4.2.dev3
4
+ Summary: Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
7
7
  http://www.apache.org/licenses/
@@ -204,14 +204,16 @@ License: Apache License
204
204
  See the License for the specific language governing permissions and
205
205
  limitations under the License.
206
206
  License-File: LICENSE
207
- Keywords: tigrbl,asgi,api,json-rpc,rest,sqlalchemy,pydantic,canon,canonicalization,routing,mapping,openapi,openrpc,schema-first
207
+ Keywords: tigrbl,asgi,api,canonical mapping,compatibility,deprecated,router binding,schema attachment,column inference,json-rpc,rpc,rest,canon,canonicalization,routing,mapping,openapi,openrpc,schema-first,migration
208
208
  Author: Jacob Stewart
209
209
  Author-email: jacob@swarmauri.com
210
210
  Requires-Python: >=3.10,<3.15
211
- Classifier: Development Status :: 3 - Alpha
211
+ Classifier: Development Status :: 7 - Inactive
212
+ Classifier: Environment :: Web Environment
212
213
  Classifier: Intended Audience :: Developers
213
214
  Classifier: Intended Audience :: Information Technology
214
215
  Classifier: Framework :: AsyncIO
216
+ Classifier: License :: OSI Approved :: Apache Software License
215
217
  Classifier: Operating System :: OS Independent
216
218
  Classifier: Programming Language :: Python
217
219
  Classifier: Programming Language :: Python :: 3
@@ -222,8 +224,11 @@ Classifier: Programming Language :: Python :: 3.12
222
224
  Classifier: Programming Language :: Python :: 3.13
223
225
  Classifier: Programming Language :: Python :: 3.14
224
226
  Classifier: Topic :: Internet :: WWW/HTTP
227
+ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
228
+ Classifier: Topic :: Software Development :: Code Generators
225
229
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
226
230
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
231
+ Classifier: Typing :: Typed
227
232
  Requires-Dist: tigrbl
228
233
  Requires-Dist: tigrbl-atoms
229
234
  Requires-Dist: tigrbl-base
@@ -234,116 +239,71 @@ Project-URL: Discord, https://discord.gg/K4YTAPapjR
234
239
  Project-URL: Homepage, https://github.com/tigrbl/tigrbl
235
240
  Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
236
241
  Project-URL: Organization, https://github.com/tigrbl
237
- Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon
242
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/deprecated/tigrbl_canon
238
243
  Description-Content-Type: text/markdown
239
244
 
240
- ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
245
+ <div align="center">
246
+ <h1>tigrbl-canon</h1>
247
+ <img src="https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png" alt="Tigrbl logo" width="140"/>
248
+ <p><strong>Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.</strong></p>
249
+ <a href="https://pypi.org/project/tigrbl-canon/"><img src="https://img.shields.io/pypi/v/tigrbl-canon?label=PyPI" alt="PyPI version for tigrbl-canon"/></a>
250
+ <a href="https://pypi.org/project/tigrbl-canon/"><img src="https://static.pepy.tech/badge/tigrbl-canon" alt="Downloads for tigrbl-canon"/></a>
251
+ <a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/deprecated/tigrbl_canon/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/deprecated/tigrbl_canon/README.md.svg?label=hits" alt="Repository hits for tigrbl-canon README"/></a>
252
+ <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
253
+ <a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20to%203.15-3776ab" alt="Python requirement for tigrbl-canon"/></a>
254
+ <a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-deprecated-6b7280" alt="Workspace group for tigrbl-canon"/></a>
255
+ </div>
241
256
 
242
- <p align="center">
243
- <a href="https://pepy.tech/project/tigrbl-canon">
244
- <img src="https://static.pepy.tech/badge/tigrbl-canon" alt="Pepy downloads for tigrbl-canon"/></a>
245
- <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon/">
246
- <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon.svg" alt="Repository views for tigrbl-canon"/></a>
247
- <a href="https://pypi.org/project/tigrbl-canon/">
248
- <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
249
- <a href="https://pypi.org/project/tigrbl-canon/">
250
- <img src="https://img.shields.io/pypi/l/tigrbl-canon" alt="PyPI license metadata for tigrbl-canon"/></a>
251
- <a href="https://pypi.org/project/tigrbl-canon/">
252
- <img src="https://img.shields.io/pypi/v/tigrbl-canon?label=tigrbl-canon&color=green" alt="PyPI version for tigrbl-canon"/></a>
253
- </p>
257
+ ## Deprecation Status
254
258
 
255
- ---
259
+ `tigrbl-canon` is deprecated and kept only as a compatibility package while callers migrate to the maintained `tigrbl` facade and package-specific runtime surfaces.
256
260
 
257
- <h1 align="center">Tigrbl canon</h1>
258
-
259
- **Normalize an API surface: [inspect canonical mapping passes](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon/tigrbl_canon/mapping).**
260
-
261
- tigrbl-canon is a canonicalization package for canonical mapping, routing, and symbol resolution utilities for Tigrbl packages.
262
-
263
- `tigrbl-canon` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, OpenAPI/OpenRPC documentation surfaces, and PyPI distributions that complete the system.
264
-
265
- ## Resident concepts
266
-
267
- - `tigrbl_canon` owns canonical mapping: operation MRO collection, hook MRO collection, column collection, schema defaults, REST path planning, RPC method mapping, engine resolution, diagnostics, and canonical context assembly.
268
- - Canon ops are documented here because this package decides how decorated model, router, app, column, schema, hook, and engine inputs become one deterministic operation map.
269
- - Use this package when you need to understand why an operation exists, which hook chain applies, which engine binding wins, or how REST and JSON-RPC exposure are derived from the same operation definition.
261
+ ## Install
270
262
 
271
- ## Package ecosystem cross-links
263
+ ```bash
264
+ uv add tigrbl-canon
265
+ ```
272
266
 
273
- Every Tigrbl Python package links to its sibling distributions on PyPI so package indexes, search engines, answer engines, dependency scanners, and human readers can move through the installable package graph without falling back to source-tree paths.
267
+ ```bash
268
+ pip install tigrbl-canon
269
+ ```
274
270
 
275
- Core packages:
276
- - [`tigrbl`](https://pypi.org/project/tigrbl/) - Schema-first ASGI API framework for REST, JSON-RPC, OpenAPI, OpenRPC, SQLAlchemy models, typed validation, lifecycle hooks, and engine plugins.
277
- - [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/) - Runtime atom utilities for Tigrbl planning, dispatch, transport ingress, egress, and high-throughput ASGI execution pipelines.
278
- - [`tigrbl-base`](https://pypi.org/project/tigrbl-base/) - Abstract base interfaces for Tigrbl APIs, engines, providers, sessions, transports, and reusable runtime components.
279
- - [`tigrbl-canon`](https://pypi.org/project/tigrbl-canon/) (this package) - Canonical mapping, routing, symbol resolution, and naming utilities for Tigrbl framework packages and generated API surfaces.
280
- - [`tigrbl_client`](https://pypi.org/project/tigrbl_client/) - Typed Python client helpers for calling Tigrbl REST, JSON-RPC, OpenAPI, and generated schema-first API surfaces.
281
- - [`tigrbl-concrete`](https://pypi.org/project/tigrbl-concrete/) - Concrete Tigrbl implementations for reusable framework behavior, sessions, routes, responses, and base abstraction adapters.
282
- - [`tigrbl-core`](https://pypi.org/project/tigrbl-core/) - Core Tigrbl framework specifications, decorators, schemas, hooks, operations, and primitives for schema-first APIs.
283
- - [`tigrbl-kernel`](https://pypi.org/project/tigrbl-kernel/) - Kernel orchestration for composing Tigrbl runtime plans, bindings, operation dispatch, and optimized ASGI execution.
284
- - [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/) - Analytical OLAP operation boundaries for Tigrbl workloads, query-oriented APIs, and engine integrations.
285
- - [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/) - Transactional OLTP operation handlers for Tigrbl CRUD, bulk, REST, JSON-RPC, and database-backed workloads.
286
- - [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/) - Realtime, streaming, datagram, websocket, and event operation handlers for Tigrbl ASGI runtimes.
287
- - [`tigrbl-orm`](https://pypi.org/project/tigrbl-orm/) - SQLAlchemy ORM tables, mixins, columns, model helpers, and persistence primitives for Tigrbl applications.
288
- - [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) - Runtime pipeline helpers and execution bridge surfaces for Tigrbl ASGI applications, transports, and operation dispatch.
289
- - [`tigrbl_spec`](https://pypi.org/project/tigrbl_spec/) - Shared Tigrbl interfaces, protocol definitions, compatibility targets, and specification artifacts for framework integration.
290
- - [`tigrbl_tests`](https://pypi.org/project/tigrbl_tests/) - Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.
291
- - [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/) - Typing protocols, aliases, generics, and shared type helpers for Tigrbl framework packages and extensions.
271
+ ## What It Owns
292
272
 
293
- Engine packages:
294
- - [`tigrbl_engine_bigquery`](https://pypi.org/project/tigrbl_engine_bigquery/) - BigQuery engine plugin for Google BigQuery warehouse sessions, analytics workloads, and Tigrbl engine registration.
295
- - [`tigrbl_engine_clickhouse`](https://pypi.org/project/tigrbl_engine_clickhouse/) - ClickHouse engine plugin for analytical database sessions, warehouse workloads, and Tigrbl engine registration.
296
- - [`tigrbl_engine_csv`](https://pypi.org/project/tigrbl_engine_csv/) - CSV engine plugin for file-backed tables, pandas DataFrames, and lightweight Tigrbl data workflows.
297
- - [`tigrbl_engine_dataframe`](https://pypi.org/project/tigrbl_engine_dataframe/) - DataFrame engine plugin for transactional pandas sessions and in-process Tigrbl analytics workloads.
298
- - [`tigrbl_engine_duckdb`](https://pypi.org/project/tigrbl_engine_duckdb/) - DuckDB engine plugin for embedded analytical database sessions, OLAP workloads, and Tigrbl engine registration.
299
- - [`tigrbl_engine_inmemcache`](https://pypi.org/project/tigrbl_engine_inmemcache/) - In-memory cache engine plugin for process-local TTL, LRU, and fast Tigrbl cache workflows.
300
- - [`tigrbl_engine_inmemory`](https://pypi.org/project/tigrbl_engine_inmemory/) - In-memory database engine plugin for process-local transactional storage, copy-on-write snapshots, and Tigrbl testing.
301
- - [`tigrbl_engine_membloom`](https://pypi.org/project/tigrbl_engine_membloom/) - In-memory Bloom filter engine plugin for membership checks, rotating TTL windows, and Tigrbl API workflows.
302
- - [`tigrbl_engine_memdedupe`](https://pypi.org/project/tigrbl_engine_memdedupe/) - In-memory dedupe engine plugin for idempotency tracking, duplicate suppression, and Tigrbl workflow coordination.
303
- - [`tigrbl_engine_memkv`](https://pypi.org/project/tigrbl_engine_memkv/) - In-memory key-value engine plugin for process-local KV storage, cache workflows, and lightweight Tigrbl services.
304
- - [`tigrbl_engine_memlru`](https://pypi.org/project/tigrbl_engine_memlru/) - In-memory LRU engine plugin for least-recently-used cache behavior and process-local Tigrbl data workflows.
305
- - [`tigrbl_engine_mempubsub`](https://pypi.org/project/tigrbl_engine_mempubsub/) - In-memory pub/sub engine plugin for process-local publish-subscribe channels, events, and Tigrbl realtime workflows.
306
- - [`tigrbl_engine_memqueue`](https://pypi.org/project/tigrbl_engine_memqueue/) - In-memory queue engine plugin for process-local tasks, message workflows, and Tigrbl runtime coordination.
307
- - [`tigrbl_engine_memrate`](https://pypi.org/project/tigrbl_engine_memrate/) - In-memory rate-limit engine plugin for API quotas, counters, windows, and Tigrbl governance workflows.
308
- - [`tigrbl_engine_numpy`](https://pypi.org/project/tigrbl_engine_numpy/) - NumPy engine plugin for array-to-table helpers, analytical workflows, and Tigrbl data integration.
309
- - [`tigrbl_engine_pandas`](https://pypi.org/project/tigrbl_engine_pandas/) - Pandas engine plugin for transactional DataFrame sessions, tabular workflows, and Tigrbl data integration.
310
- - [`tigrbl_engine_pgsqli_wal`](https://pypi.org/project/tigrbl_engine_pgsqli_wal/) - PostgreSQL and SQLite WAL engine plugin for transactional Tigrbl workflows and database-backed engine registration.
311
- - [`tigrbl_engine_postgres`](https://pypi.org/project/tigrbl_engine_postgres/) - PostgreSQL engine plugin for SQLAlchemy sessions, async database workflows, and Tigrbl application persistence.
312
- - [`tigrbl_engine_pyspark`](https://pypi.org/project/tigrbl_engine_pyspark/) - PySpark engine plugin for distributed DataFrame integration, analytics workloads, and Tigrbl data workflows.
313
- - [`tigrbl_engine_redis`](https://pypi.org/project/tigrbl_engine_redis/) - Redis engine plugin for cache, data structures, and Tigrbl engine workflows backed by Redis.
314
- - [`tigrbl_engine_rediscachethrough`](https://pypi.org/project/tigrbl_engine_rediscachethrough/) - Redis cache-through engine plugin for Redis, PostgreSQL, and Tigrbl data-access acceleration workflows.
315
- - [`tigrbl_engine_snowflake`](https://pypi.org/project/tigrbl_engine_snowflake/) - Snowflake engine plugin for warehouse sessions, analytical workloads, and Tigrbl engine registration.
316
- - [`tigrbl_engine_sqlite`](https://pypi.org/project/tigrbl_engine_sqlite/) - SQLite engine plugin for SQLAlchemy sessions, local transactional storage, and Tigrbl application persistence.
317
- - [`tigrbl_engine_xlsx`](https://pypi.org/project/tigrbl_engine_xlsx/) - XLSX engine plugin for Excel workbook-backed tables, worksheet data access, and Tigrbl tabular workflows.
273
+ `tigrbl-canon` is a deprecated canon boundary inside the split Python workspace. Key implementation roots include `tigrbl_canon` with `tigrbl_canon/mapping/`.
318
274
 
319
- Application packages:
320
- - [`tigrbl_acme_ca`](https://pypi.org/project/tigrbl_acme_ca/) - ACME v2 certificate authority app for Tigrbl tables, certificate automation, TLS workflows, and API surfaces.
321
- - [`tigrbl_spiffe`](https://pypi.org/project/tigrbl_spiffe/) - SPIFFE and SPIRE identity app for Tigrbl with workload identity tables, UDS transport, and HTTP API surfaces.
275
+ ## Use It When
322
276
 
323
- Source-tree links remain available from each package identity section; this ecosystem section is intentionally PyPI-first for package discovery and installation routing.
277
+ Avoid new direct use of `tigrbl-canon`. Existing consumers should treat this package as a migration bridge and prefer the top-level `tigrbl` facade or maintained package-specific surfaces.
324
278
 
325
- ## Install
279
+ ## Public Surface
326
280
 
327
- ```bash
328
- pip install tigrbl-canon
329
- ```
281
+ - `tigrbl_canon` exposes `_DEPRECATION_MESSAGE`.
330
282
 
331
- ## Package discovery
283
+ ## Internal Layout
332
284
 
333
- `tigrbl-canon` is described for package indexes, search engines, answer engines, and AI coding tools as: Canonical mapping, routing, symbol resolution, and naming utilities for Tigrbl framework packages and generated API surfaces.
285
+ - Workspace path: `pkgs/deprecated/tigrbl_canon`.
286
+ - Package class: `deprecated compatibility package`.
287
+ - Python requirement: `>=3.10,<3.15`.
288
+ - `tigrbl_canon` modules: `tigrbl_canon/mapping/`.
334
289
 
335
- Use `tigrbl-canon` when you need Tigrbl's schema-first ASGI package graph for REST APIs, JSON-RPC APIs, OpenAPI documentation, OpenRPC documentation, SQLAlchemy-backed models, Pydantic validation, typed operation specs, runtime dispatch, and installable engine or application extensions.
290
+ ## Dependency Surface
336
291
 
337
- Discovery terms: tigrbl, ASGI, schema-first API framework, REST API, JSON-RPC API, OpenAPI documentation, OpenRPC documentation, SQLAlchemy models, Pydantic validation, typed validation, operation dispatch, engine plugins, api, json-rpc, rest, sqlalchemy, pydantic, canon, canonicalization, routing, mapping, openapi, openrpc, schema-first.
292
+ - Workspace package dependencies: [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/), [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/), [`tigrbl`](https://pypi.org/project/tigrbl/).
293
+ - External runtime dependencies: none declared.
294
+ - Optional extras: none declared.
338
295
 
339
- ## Package-local entry point
296
+ ## Related Packages
340
297
 
341
- This file is a package-local distribution entry point.
342
- It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
298
+ - [`tigrbl`](https://pypi.org/project/tigrbl/)
299
+ - [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/)
300
+ - [`tigrbl-base`](https://pypi.org/project/tigrbl-base/)
301
+ - [`tigrbl-core`](https://pypi.org/project/tigrbl-core/)
302
+ - [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/)
303
+ - [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/)
343
304
 
344
- ## Canonical repository docs
305
+ ## Canonical Repository Docs
345
306
 
346
- - `README.md`
347
307
  - `docs/README.md`
348
308
  - `docs/conformance/CURRENT_TARGET.md`
349
309
  - `docs/conformance/CURRENT_STATE.md`
@@ -352,15 +312,12 @@ It is not the authoritative location for repository governance, current target s
352
312
  - `docs/developer/PACKAGE_CATALOG.md`
353
313
  - `docs/developer/PACKAGE_LAYOUT.md`
354
314
 
355
- ## Package identity
315
+ ## Package-local Boundary
316
+
317
+ This file is a package-local distribution entry point.
318
+ Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
356
319
 
357
- - canonical repository: `https://github.com/tigrbl/tigrbl`
358
- - organization: `https://github.com/tigrbl`
359
- - social: `https://discord.gg/K4YTAPapjR`
360
- - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon`
361
- - workspace path: `pkgs/core/tigrbl_canon`
362
- - workspace class: core Python package
363
- - implementation layout: `tigrbl_canon/`
320
+ ## License
364
321
 
365
- Long-form repository documentation is governed from `docs/`.
322
+ Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
366
323
 
@@ -0,0 +1,78 @@
1
+ <div align="center">
2
+ <h1>tigrbl-canon</h1>
3
+ <img src="https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png" alt="Tigrbl logo" width="140"/>
4
+ <p><strong>Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities.</strong></p>
5
+ <a href="https://pypi.org/project/tigrbl-canon/"><img src="https://img.shields.io/pypi/v/tigrbl-canon?label=PyPI" alt="PyPI version for tigrbl-canon"/></a>
6
+ <a href="https://pypi.org/project/tigrbl-canon/"><img src="https://static.pepy.tech/badge/tigrbl-canon" alt="Downloads for tigrbl-canon"/></a>
7
+ <a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/deprecated/tigrbl_canon/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/deprecated/tigrbl_canon/README.md.svg?label=hits" alt="Repository hits for tigrbl-canon README"/></a>
8
+ <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
9
+ <a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20to%203.15-3776ab" alt="Python requirement for tigrbl-canon"/></a>
10
+ <a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-deprecated-6b7280" alt="Workspace group for tigrbl-canon"/></a>
11
+ </div>
12
+
13
+ ## Deprecation Status
14
+
15
+ `tigrbl-canon` is deprecated and kept only as a compatibility package while callers migrate to the maintained `tigrbl` facade and package-specific runtime surfaces.
16
+
17
+ ## Install
18
+
19
+ ```bash
20
+ uv add tigrbl-canon
21
+ ```
22
+
23
+ ```bash
24
+ pip install tigrbl-canon
25
+ ```
26
+
27
+ ## What It Owns
28
+
29
+ `tigrbl-canon` is a deprecated canon boundary inside the split Python workspace. Key implementation roots include `tigrbl_canon` with `tigrbl_canon/mapping/`.
30
+
31
+ ## Use It When
32
+
33
+ Avoid new direct use of `tigrbl-canon`. Existing consumers should treat this package as a migration bridge and prefer the top-level `tigrbl` facade or maintained package-specific surfaces.
34
+
35
+ ## Public Surface
36
+
37
+ - `tigrbl_canon` exposes `_DEPRECATION_MESSAGE`.
38
+
39
+ ## Internal Layout
40
+
41
+ - Workspace path: `pkgs/deprecated/tigrbl_canon`.
42
+ - Package class: `deprecated compatibility package`.
43
+ - Python requirement: `>=3.10,<3.15`.
44
+ - `tigrbl_canon` modules: `tigrbl_canon/mapping/`.
45
+
46
+ ## Dependency Surface
47
+
48
+ - Workspace package dependencies: [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/), [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/), [`tigrbl`](https://pypi.org/project/tigrbl/).
49
+ - External runtime dependencies: none declared.
50
+ - Optional extras: none declared.
51
+
52
+ ## Related Packages
53
+
54
+ - [`tigrbl`](https://pypi.org/project/tigrbl/)
55
+ - [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/)
56
+ - [`tigrbl-base`](https://pypi.org/project/tigrbl-base/)
57
+ - [`tigrbl-core`](https://pypi.org/project/tigrbl-core/)
58
+ - [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/)
59
+ - [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/)
60
+
61
+ ## Canonical Repository Docs
62
+
63
+ - `docs/README.md`
64
+ - `docs/conformance/CURRENT_TARGET.md`
65
+ - `docs/conformance/CURRENT_STATE.md`
66
+ - `docs/conformance/NEXT_STEPS.md`
67
+ - `docs/governance/DOC_POINTERS.md`
68
+ - `docs/developer/PACKAGE_CATALOG.md`
69
+ - `docs/developer/PACKAGE_LAYOUT.md`
70
+
71
+ ## Package-local Boundary
72
+
73
+ This file is a package-local distribution entry point.
74
+ Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
75
+
76
+ ## License
77
+
78
+ Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
@@ -1,17 +1,22 @@
1
1
  [project]
2
2
  name = "tigrbl-canon"
3
- version = "0.4.1.dev6"
4
- description = "Canonical mapping, routing, symbol resolution, and naming utilities for Tigrbl framework packages and generated API surfaces."
3
+ version = "0.4.2.dev3"
4
+ description = "Deprecated compatibility package for Tigrbl canonical mapping, router binding, schema attachment, RPC and REST exposure, and column inference utilities."
5
5
  readme = "README.md"
6
6
  license = { file = "LICENSE" }
7
7
  keywords = [
8
8
  "tigrbl",
9
9
  "asgi",
10
10
  "api",
11
+ "canonical mapping",
12
+ "compatibility",
13
+ "deprecated",
14
+ "router binding",
15
+ "schema attachment",
16
+ "column inference",
11
17
  "json-rpc",
18
+ "rpc",
12
19
  "rest",
13
- "sqlalchemy",
14
- "pydantic",
15
20
  "canon",
16
21
  "canonicalization",
17
22
  "routing",
@@ -19,12 +24,15 @@ keywords = [
19
24
  "openapi",
20
25
  "openrpc",
21
26
  "schema-first",
27
+ "migration",
22
28
  ]
23
29
  classifiers = [
24
- "Development Status :: 3 - Alpha",
30
+ "Development Status :: 7 - Inactive",
31
+ "Environment :: Web Environment",
25
32
  "Intended Audience :: Developers",
26
33
  "Intended Audience :: Information Technology",
27
34
  "Framework :: AsyncIO",
35
+ "License :: OSI Approved :: Apache Software License",
28
36
  "Operating System :: OS Independent",
29
37
  "Programming Language :: Python",
30
38
  "Programming Language :: Python :: 3",
@@ -35,8 +43,11 @@ classifiers = [
35
43
  "Programming Language :: Python :: 3.13",
36
44
  "Programming Language :: Python :: 3.14",
37
45
  "Topic :: Internet :: WWW/HTTP",
46
+ "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
47
+ "Topic :: Software Development :: Code Generators",
38
48
  "Topic :: Software Development :: Libraries :: Application Frameworks",
39
49
  "Topic :: Software Development :: Libraries :: Python Modules",
50
+ "Typing :: Typed",
40
51
  ]
41
52
  requires-python = ">=3.10,<3.15"
42
53
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
@@ -55,7 +66,7 @@ dependencies = [
55
66
  Organization = "https://github.com/tigrbl"
56
67
  Discord = "https://discord.gg/K4YTAPapjR"
57
68
  Homepage = "https://github.com/tigrbl/tigrbl"
58
- Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon"
69
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/deprecated/tigrbl_canon"
59
70
  Issues = "https://github.com/tigrbl/tigrbl/issues"
60
71
 
61
72
  [tool.uv.sources]
@@ -1,126 +0,0 @@
1
- ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
2
-
3
- <p align="center">
4
- <a href="https://pepy.tech/project/tigrbl-canon">
5
- <img src="https://static.pepy.tech/badge/tigrbl-canon" alt="Pepy downloads for tigrbl-canon"/></a>
6
- <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon/">
7
- <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon.svg" alt="Repository views for tigrbl-canon"/></a>
8
- <a href="https://pypi.org/project/tigrbl-canon/">
9
- <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
10
- <a href="https://pypi.org/project/tigrbl-canon/">
11
- <img src="https://img.shields.io/pypi/l/tigrbl-canon" alt="PyPI license metadata for tigrbl-canon"/></a>
12
- <a href="https://pypi.org/project/tigrbl-canon/">
13
- <img src="https://img.shields.io/pypi/v/tigrbl-canon?label=tigrbl-canon&color=green" alt="PyPI version for tigrbl-canon"/></a>
14
- </p>
15
-
16
- ---
17
-
18
- <h1 align="center">Tigrbl canon</h1>
19
-
20
- **Normalize an API surface: [inspect canonical mapping passes](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon/tigrbl_canon/mapping).**
21
-
22
- tigrbl-canon is a canonicalization package for canonical mapping, routing, and symbol resolution utilities for Tigrbl packages.
23
-
24
- `tigrbl-canon` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, OpenAPI/OpenRPC documentation surfaces, and PyPI distributions that complete the system.
25
-
26
- ## Resident concepts
27
-
28
- - `tigrbl_canon` owns canonical mapping: operation MRO collection, hook MRO collection, column collection, schema defaults, REST path planning, RPC method mapping, engine resolution, diagnostics, and canonical context assembly.
29
- - Canon ops are documented here because this package decides how decorated model, router, app, column, schema, hook, and engine inputs become one deterministic operation map.
30
- - Use this package when you need to understand why an operation exists, which hook chain applies, which engine binding wins, or how REST and JSON-RPC exposure are derived from the same operation definition.
31
-
32
- ## Package ecosystem cross-links
33
-
34
- Every Tigrbl Python package links to its sibling distributions on PyPI so package indexes, search engines, answer engines, dependency scanners, and human readers can move through the installable package graph without falling back to source-tree paths.
35
-
36
- Core packages:
37
- - [`tigrbl`](https://pypi.org/project/tigrbl/) - Schema-first ASGI API framework for REST, JSON-RPC, OpenAPI, OpenRPC, SQLAlchemy models, typed validation, lifecycle hooks, and engine plugins.
38
- - [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/) - Runtime atom utilities for Tigrbl planning, dispatch, transport ingress, egress, and high-throughput ASGI execution pipelines.
39
- - [`tigrbl-base`](https://pypi.org/project/tigrbl-base/) - Abstract base interfaces for Tigrbl APIs, engines, providers, sessions, transports, and reusable runtime components.
40
- - [`tigrbl-canon`](https://pypi.org/project/tigrbl-canon/) (this package) - Canonical mapping, routing, symbol resolution, and naming utilities for Tigrbl framework packages and generated API surfaces.
41
- - [`tigrbl_client`](https://pypi.org/project/tigrbl_client/) - Typed Python client helpers for calling Tigrbl REST, JSON-RPC, OpenAPI, and generated schema-first API surfaces.
42
- - [`tigrbl-concrete`](https://pypi.org/project/tigrbl-concrete/) - Concrete Tigrbl implementations for reusable framework behavior, sessions, routes, responses, and base abstraction adapters.
43
- - [`tigrbl-core`](https://pypi.org/project/tigrbl-core/) - Core Tigrbl framework specifications, decorators, schemas, hooks, operations, and primitives for schema-first APIs.
44
- - [`tigrbl-kernel`](https://pypi.org/project/tigrbl-kernel/) - Kernel orchestration for composing Tigrbl runtime plans, bindings, operation dispatch, and optimized ASGI execution.
45
- - [`tigrbl-ops-olap`](https://pypi.org/project/tigrbl-ops-olap/) - Analytical OLAP operation boundaries for Tigrbl workloads, query-oriented APIs, and engine integrations.
46
- - [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/) - Transactional OLTP operation handlers for Tigrbl CRUD, bulk, REST, JSON-RPC, and database-backed workloads.
47
- - [`tigrbl-ops-realtime`](https://pypi.org/project/tigrbl-ops-realtime/) - Realtime, streaming, datagram, websocket, and event operation handlers for Tigrbl ASGI runtimes.
48
- - [`tigrbl-orm`](https://pypi.org/project/tigrbl-orm/) - SQLAlchemy ORM tables, mixins, columns, model helpers, and persistence primitives for Tigrbl applications.
49
- - [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) - Runtime pipeline helpers and execution bridge surfaces for Tigrbl ASGI applications, transports, and operation dispatch.
50
- - [`tigrbl_spec`](https://pypi.org/project/tigrbl_spec/) - Shared Tigrbl interfaces, protocol definitions, compatibility targets, and specification artifacts for framework integration.
51
- - [`tigrbl_tests`](https://pypi.org/project/tigrbl_tests/) - Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.
52
- - [`tigrbl-typing`](https://pypi.org/project/tigrbl-typing/) - Typing protocols, aliases, generics, and shared type helpers for Tigrbl framework packages and extensions.
53
-
54
- Engine packages:
55
- - [`tigrbl_engine_bigquery`](https://pypi.org/project/tigrbl_engine_bigquery/) - BigQuery engine plugin for Google BigQuery warehouse sessions, analytics workloads, and Tigrbl engine registration.
56
- - [`tigrbl_engine_clickhouse`](https://pypi.org/project/tigrbl_engine_clickhouse/) - ClickHouse engine plugin for analytical database sessions, warehouse workloads, and Tigrbl engine registration.
57
- - [`tigrbl_engine_csv`](https://pypi.org/project/tigrbl_engine_csv/) - CSV engine plugin for file-backed tables, pandas DataFrames, and lightweight Tigrbl data workflows.
58
- - [`tigrbl_engine_dataframe`](https://pypi.org/project/tigrbl_engine_dataframe/) - DataFrame engine plugin for transactional pandas sessions and in-process Tigrbl analytics workloads.
59
- - [`tigrbl_engine_duckdb`](https://pypi.org/project/tigrbl_engine_duckdb/) - DuckDB engine plugin for embedded analytical database sessions, OLAP workloads, and Tigrbl engine registration.
60
- - [`tigrbl_engine_inmemcache`](https://pypi.org/project/tigrbl_engine_inmemcache/) - In-memory cache engine plugin for process-local TTL, LRU, and fast Tigrbl cache workflows.
61
- - [`tigrbl_engine_inmemory`](https://pypi.org/project/tigrbl_engine_inmemory/) - In-memory database engine plugin for process-local transactional storage, copy-on-write snapshots, and Tigrbl testing.
62
- - [`tigrbl_engine_membloom`](https://pypi.org/project/tigrbl_engine_membloom/) - In-memory Bloom filter engine plugin for membership checks, rotating TTL windows, and Tigrbl API workflows.
63
- - [`tigrbl_engine_memdedupe`](https://pypi.org/project/tigrbl_engine_memdedupe/) - In-memory dedupe engine plugin for idempotency tracking, duplicate suppression, and Tigrbl workflow coordination.
64
- - [`tigrbl_engine_memkv`](https://pypi.org/project/tigrbl_engine_memkv/) - In-memory key-value engine plugin for process-local KV storage, cache workflows, and lightweight Tigrbl services.
65
- - [`tigrbl_engine_memlru`](https://pypi.org/project/tigrbl_engine_memlru/) - In-memory LRU engine plugin for least-recently-used cache behavior and process-local Tigrbl data workflows.
66
- - [`tigrbl_engine_mempubsub`](https://pypi.org/project/tigrbl_engine_mempubsub/) - In-memory pub/sub engine plugin for process-local publish-subscribe channels, events, and Tigrbl realtime workflows.
67
- - [`tigrbl_engine_memqueue`](https://pypi.org/project/tigrbl_engine_memqueue/) - In-memory queue engine plugin for process-local tasks, message workflows, and Tigrbl runtime coordination.
68
- - [`tigrbl_engine_memrate`](https://pypi.org/project/tigrbl_engine_memrate/) - In-memory rate-limit engine plugin for API quotas, counters, windows, and Tigrbl governance workflows.
69
- - [`tigrbl_engine_numpy`](https://pypi.org/project/tigrbl_engine_numpy/) - NumPy engine plugin for array-to-table helpers, analytical workflows, and Tigrbl data integration.
70
- - [`tigrbl_engine_pandas`](https://pypi.org/project/tigrbl_engine_pandas/) - Pandas engine plugin for transactional DataFrame sessions, tabular workflows, and Tigrbl data integration.
71
- - [`tigrbl_engine_pgsqli_wal`](https://pypi.org/project/tigrbl_engine_pgsqli_wal/) - PostgreSQL and SQLite WAL engine plugin for transactional Tigrbl workflows and database-backed engine registration.
72
- - [`tigrbl_engine_postgres`](https://pypi.org/project/tigrbl_engine_postgres/) - PostgreSQL engine plugin for SQLAlchemy sessions, async database workflows, and Tigrbl application persistence.
73
- - [`tigrbl_engine_pyspark`](https://pypi.org/project/tigrbl_engine_pyspark/) - PySpark engine plugin for distributed DataFrame integration, analytics workloads, and Tigrbl data workflows.
74
- - [`tigrbl_engine_redis`](https://pypi.org/project/tigrbl_engine_redis/) - Redis engine plugin for cache, data structures, and Tigrbl engine workflows backed by Redis.
75
- - [`tigrbl_engine_rediscachethrough`](https://pypi.org/project/tigrbl_engine_rediscachethrough/) - Redis cache-through engine plugin for Redis, PostgreSQL, and Tigrbl data-access acceleration workflows.
76
- - [`tigrbl_engine_snowflake`](https://pypi.org/project/tigrbl_engine_snowflake/) - Snowflake engine plugin for warehouse sessions, analytical workloads, and Tigrbl engine registration.
77
- - [`tigrbl_engine_sqlite`](https://pypi.org/project/tigrbl_engine_sqlite/) - SQLite engine plugin for SQLAlchemy sessions, local transactional storage, and Tigrbl application persistence.
78
- - [`tigrbl_engine_xlsx`](https://pypi.org/project/tigrbl_engine_xlsx/) - XLSX engine plugin for Excel workbook-backed tables, worksheet data access, and Tigrbl tabular workflows.
79
-
80
- Application packages:
81
- - [`tigrbl_acme_ca`](https://pypi.org/project/tigrbl_acme_ca/) - ACME v2 certificate authority app for Tigrbl tables, certificate automation, TLS workflows, and API surfaces.
82
- - [`tigrbl_spiffe`](https://pypi.org/project/tigrbl_spiffe/) - SPIFFE and SPIRE identity app for Tigrbl with workload identity tables, UDS transport, and HTTP API surfaces.
83
-
84
- Source-tree links remain available from each package identity section; this ecosystem section is intentionally PyPI-first for package discovery and installation routing.
85
-
86
- ## Install
87
-
88
- ```bash
89
- pip install tigrbl-canon
90
- ```
91
-
92
- ## Package discovery
93
-
94
- `tigrbl-canon` is described for package indexes, search engines, answer engines, and AI coding tools as: Canonical mapping, routing, symbol resolution, and naming utilities for Tigrbl framework packages and generated API surfaces.
95
-
96
- Use `tigrbl-canon` when you need Tigrbl's schema-first ASGI package graph for REST APIs, JSON-RPC APIs, OpenAPI documentation, OpenRPC documentation, SQLAlchemy-backed models, Pydantic validation, typed operation specs, runtime dispatch, and installable engine or application extensions.
97
-
98
- Discovery terms: tigrbl, ASGI, schema-first API framework, REST API, JSON-RPC API, OpenAPI documentation, OpenRPC documentation, SQLAlchemy models, Pydantic validation, typed validation, operation dispatch, engine plugins, api, json-rpc, rest, sqlalchemy, pydantic, canon, canonicalization, routing, mapping, openapi, openrpc, schema-first.
99
-
100
- ## Package-local entry point
101
-
102
- This file is a package-local distribution entry point.
103
- It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
104
-
105
- ## Canonical repository docs
106
-
107
- - `README.md`
108
- - `docs/README.md`
109
- - `docs/conformance/CURRENT_TARGET.md`
110
- - `docs/conformance/CURRENT_STATE.md`
111
- - `docs/conformance/NEXT_STEPS.md`
112
- - `docs/governance/DOC_POINTERS.md`
113
- - `docs/developer/PACKAGE_CATALOG.md`
114
- - `docs/developer/PACKAGE_LAYOUT.md`
115
-
116
- ## Package identity
117
-
118
- - canonical repository: `https://github.com/tigrbl/tigrbl`
119
- - organization: `https://github.com/tigrbl`
120
- - social: `https://discord.gg/K4YTAPapjR`
121
- - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon`
122
- - workspace path: `pkgs/core/tigrbl_canon`
123
- - workspace class: core Python package
124
- - implementation layout: `tigrbl_canon/`
125
-
126
- Long-form repository documentation is governed from `docs/`.