tigrbl-base 0.4.4.dev7__tar.gz → 0.4.5.dev1__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.
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/PKG-INFO +9 -8
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/README.md +8 -7
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/pyproject.toml +1 -1
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/LICENSE +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/NOTICE +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/__init__.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_alias_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_app_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_assembly.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_binding_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_column_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_datatype_lowering.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_engine_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_engine_provider_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_headers_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_hook_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_mapping_access.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_middleware_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_op_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_request_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_response_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_rest_map.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_router_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_rpc_map.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_schema_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_security_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_session_abc.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_session_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_storage.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_table_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_table_registry_base.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/__init__.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/infer/__init__.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/infer/core.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/infer/jsonhints.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/infer/planning.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/infer/types.py +0 -0
- {tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/column/infer/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-base
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5.dev1
|
|
4
4
|
Summary: Base contract package for Tigrbl apps, routers, tables, sessions, middleware, requests, responses, bindings, and engine interfaces.
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -278,13 +278,6 @@ Framework maintainers, extension authors, and advanced users composing Tigrbl fr
|
|
|
278
278
|
|
|
279
279
|
It owns a narrow layer in the split workspace and is consumed by higher-level packages through explicit dependencies.
|
|
280
280
|
|
|
281
|
-
## Certification Status
|
|
282
|
-
|
|
283
|
-
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
284
|
-
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
285
|
-
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
286
|
-
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
287
|
-
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
288
281
|
|
|
289
282
|
## Install
|
|
290
283
|
|
|
@@ -456,6 +449,14 @@ Choose `tigrbl-base` when the quick-answer table matches your use case. Choose [
|
|
|
456
449
|
|
|
457
450
|
This file is a package-local distribution entry point. This README is the package-local distribution entry point for `tigrbl-base`. 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.
|
|
458
451
|
|
|
452
|
+
## Certification Status
|
|
453
|
+
|
|
454
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
455
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
456
|
+
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
457
|
+
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
458
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
459
|
+
|
|
459
460
|
## License
|
|
460
461
|
|
|
461
462
|
Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
@@ -35,13 +35,6 @@ Framework maintainers, extension authors, and advanced users composing Tigrbl fr
|
|
|
35
35
|
|
|
36
36
|
It owns a narrow layer in the split workspace and is consumed by higher-level packages through explicit dependencies.
|
|
37
37
|
|
|
38
|
-
## Certification Status
|
|
39
|
-
|
|
40
|
-
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
41
|
-
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
42
|
-
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
43
|
-
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
44
|
-
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
45
38
|
|
|
46
39
|
## Install
|
|
47
40
|
|
|
@@ -213,6 +206,14 @@ Choose `tigrbl-base` when the quick-answer table matches your use case. Choose [
|
|
|
213
206
|
|
|
214
207
|
This file is a package-local distribution entry point. This README is the package-local distribution entry point for `tigrbl-base`. 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.
|
|
215
208
|
|
|
209
|
+
## Certification Status
|
|
210
|
+
|
|
211
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
212
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
213
|
+
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
214
|
+
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
215
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
216
|
+
|
|
216
217
|
## License
|
|
217
218
|
|
|
218
219
|
Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-base"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.5.dev1"
|
|
4
4
|
description = "Base contract package for Tigrbl apps, routers, tables, sessions, middleware, requests, responses, bindings, and engine interfaces."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_base-0.4.4.dev7 → tigrbl_base-0.4.5.dev1}/tigrbl_base/_base/_engine_provider_base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|