Metadata-Version: 2.4
Name: vibedata-dlt-duckdb-core
Version: 0.3.0
Summary: VibeData dlt runtime — DuckDB platform shared core (runtime contract + operator local-secrets provider). Depended on by the DuckDB execution units; not installed to run a pipeline on its own.
Author-email: Vibedata <eng@acceleratedata.ai>
License: MIT
Requires-Python: >=3.11
Requires-Dist: dlt[duckdb]>=1.0.0
Requires-Dist: vibedata-dlt-core
Provides-Extra: dev
Requires-Dist: pytest-mock>=3.12; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# vibedata-dlt-duckdb-core

DuckDB-platform shared core for the VibeData dlt runtime. The DuckDB runtime
contract (`setup_environment` / `finalize`) and the operator-managed local
secrets provider, shared by every DuckDB execution unit
(`vibedata-dlt-duckdb-studio`, and any future DuckDB unit).

Import namespace: `vibedata.dlt.duckdb_core`. Depends on `vibedata-dlt-core`.
This is a dependency package — it is not installed to run a pipeline on its own.
