tigrbl_engine_duckdb 0.4.4.dev8__tar.gz → 0.4.5.dev4__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_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/PKG-INFO +9 -8
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/README.md +8 -7
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/pyproject.toml +1 -1
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/.gitignore +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/LICENSE +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/NOTICE +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/src/tigrbl_engine_duckdb/__init__.py +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/src/tigrbl_engine_duckdb/duck_builder.py +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/src/tigrbl_engine_duckdb/duck_session.py +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/src/tigrbl_engine_duckdb/plugin.py +0 -0
- {tigrbl_engine_duckdb-0.4.4.dev8 → tigrbl_engine_duckdb-0.4.5.dev4}/tests/test_smoke.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_duckdb
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5.dev4
|
|
4
4
|
Summary: DuckDB engine plugin for embedded analytical database sessions, OLAP workloads, and Tigrbl engine registration.
|
|
5
5
|
Project-URL: Organization, https://github.com/tigrbl
|
|
6
6
|
Project-URL: Discord, https://discord.gg/K4YTAPapjR
|
|
@@ -271,13 +271,6 @@ Application developers, data platform engineers, and operators choosing concrete
|
|
|
271
271
|
|
|
272
272
|
It exposes a `tigrbl.engine` entry point and a package `register()` hook so Tigrbl can discover or load the backend at runtime.
|
|
273
273
|
|
|
274
|
-
## Certification Status
|
|
275
|
-
|
|
276
|
-
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
277
|
-
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
278
|
-
- 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.
|
|
279
|
-
- 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`.
|
|
280
|
-
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
281
274
|
|
|
282
275
|
## Install
|
|
283
276
|
|
|
@@ -387,6 +380,14 @@ Choose `tigrbl_engine_duckdb` when the quick-answer table matches your use case.
|
|
|
387
380
|
|
|
388
381
|
This README is the package-local distribution entry point for `tigrbl_engine_duckdb`. 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.
|
|
389
382
|
|
|
383
|
+
## Certification Status
|
|
384
|
+
|
|
385
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
386
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
387
|
+
- 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.
|
|
388
|
+
- 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`.
|
|
389
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
390
|
+
|
|
390
391
|
## License
|
|
391
392
|
|
|
392
393
|
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 @@ Application developers, data platform engineers, and operators choosing concrete
|
|
|
35
35
|
|
|
36
36
|
It exposes a `tigrbl.engine` entry point and a package `register()` hook so Tigrbl can discover or load the backend at runtime.
|
|
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
|
|
|
@@ -151,6 +144,14 @@ Choose `tigrbl_engine_duckdb` when the quick-answer table matches your use case.
|
|
|
151
144
|
|
|
152
145
|
This README is the package-local distribution entry point for `tigrbl_engine_duckdb`. 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.
|
|
153
146
|
|
|
147
|
+
## Certification Status
|
|
148
|
+
|
|
149
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
150
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
151
|
+
- 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.
|
|
152
|
+
- 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`.
|
|
153
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
154
|
+
|
|
154
155
|
## License
|
|
155
156
|
|
|
156
157
|
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).
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrbl_engine_duckdb"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.5.dev4"
|
|
8
8
|
description = "DuckDB engine plugin for embedded analytical database sessions, OLAP workloads, and Tigrbl engine registration."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
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
|