XLSX engine plugin for Excel workbook-backed tables, worksheet data access, and Tigrbl tabular workflows.
Project description
tigrbl_engine_xlsx
XLSX engine plugin for Excel workbook-backed tables, worksheet data access, and Tigrbl tabular workflows.
What is tigrbl_engine_xlsx?
XLSX engine plugin for Excel workbook-backed tables, worksheet data access, and Tigrbl tabular workflows.
Why use tigrbl_engine_xlsx?
Use it when a Tigrbl application needs this backend without installing every engine package.
When should I install tigrbl_engine_xlsx?
Install it when the storage, analytics, cache, or integration workload named by this package is the intended runtime backend.
Who is tigrbl_engine_xlsx for?
Application developers, data platform engineers, and operators choosing concrete persistence or data-plane behavior.
Where does tigrbl_engine_xlsx fit?
tigrbl_engine_xlsx lives at pkgs/engines/tigrbl_engine_xlsx and serves Excel workbook-backed tabular workflows.
How does tigrbl_engine_xlsx work?
It exposes a tigrbl.engine entry point and a package register() hook so Tigrbl can discover or load the backend at runtime.
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_engine_xlsx
pip install tigrbl_engine_xlsx
Surface Coverage
| Surface | Value |
|---|---|
| PyPI package | tigrbl_engine_xlsx |
| Repository path | pkgs/engines/tigrbl_engine_xlsx |
| Python import root | tigrbl_engine_xlsx |
| Console scripts | none declared |
| Entry points | tigrbl.engine |
| Optional extras | none declared |
| Legal files | LICENSE, NOTICE |
| Supported Python | `3.10 |
What It Owns
tigrbl_engine_xlsx owns the engine plugin 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_engine_xlsx: engine, session
Public API and Import Surface
- Import roots:
tigrbl_engine_xlsx. - Public symbols:
WorkbookCatalog,XlsxEngine,XlsxSession,register,xlsx_capabilities,xlsx_engine. - Workspace dependencies:
tigrbl. - External runtime dependencies:
openpyxl>=3.1.
Usage Examples
Verify the installed package
python -m pip show tigrbl_engine_xlsx
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl_engine_xlsx"))
PY
Register the engine plugin explicitly
from tigrbl_engine_xlsx import register
register()
Discover the engine through package metadata
from importlib.metadata import entry_points
for entry_point in entry_points(group="tigrbl.engine"):
if entry_point.module.startswith("tigrbl_engine_xlsx"):
plugin_register = entry_point.load()
plugin_register()
Install alongside the facade
uv add tigrbl tigrbl_engine_xlsx
pip install tigrbl tigrbl_engine_xlsx
How To Choose This Package
Choose tigrbl_engine_xlsx 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
tigrbltigrbl-coretigrbl-runtimetigrbl_engine_sqlitetigrbl_engine_postgrestigrbl_engine_duckdbtigrbl_engine_pandas
Documentation Links
- Workspace docs
- Package catalog
- Package layout
- Current target
- Current state
- SSOT registry
- Release workflow
Support
- Community: Discord.
- Issues: GitHub Issues.
- Repository: pkgs/engines/tigrbl_engine_xlsx.
Package-local Boundary
This README is the package-local distribution entry point for tigrbl_engine_xlsx. 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_engine_xlsx-0.4.4.tar.gz.
File metadata
- Download URL: tigrbl_engine_xlsx-0.4.4.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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 |
66d13fc7eb940aec1a304742f64e5e56e3cec4a0a42a64b6e6287671b4747e3c
|
|
| MD5 |
88347927030125b3d0ce4b23845b52b2
|
|
| BLAKE2b-256 |
b0d9692a0b29e3dd7d282554263580a494a6c131cf2970442c37c3339f2f8e44
|
File details
Details for the file tigrbl_engine_xlsx-0.4.4-py3-none-any.whl.
File metadata
- Download URL: tigrbl_engine_xlsx-0.4.4-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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 |
4a0f3eaa22bcd4cce744bdda274eeaec6eb4f6e2eadb4cdc82d67ead349448c1
|
|
| MD5 |
a7cb108398142f8eece7196a31e02c18
|
|
| BLAKE2b-256 |
51c3268d4c567db704f9c4c574c7f7de8893e5fcf314a632885968621714f106
|