Metadata-Version: 2.4
Name: vibedata-dlt-duckdb-studio
Version: 0.6.0
Summary: VibeData dlt runtime — DuckDB Studio execution unit (intent-local runs targeting DuckDB / MotherDuck). Install this; it pulls in vibedata-dlt-duckdb-core.
Author-email: Vibedata <eng@acceleratedata.ai>
License: MIT
Requires-Python: >=3.11
Requires-Dist: vibedata-dlt-duckdb-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-studio

DuckDB Studio execution unit for the VibeData dlt runtime — the installed
distribution for DuckDB / MotherDuck domains running in the Studio-local intent
venv. It re-exports the runtime contract from `vibedata-dlt-duckdb-core` as the
stable, unit-agnostic import:

```python
from vibedata.dlt.duckdb import setup_environment, finalize
```

Install this package; it pulls in `vibedata-dlt-duckdb-core` (and transitively
`vibedata-dlt-core`). Exactly one DuckDB unit is installed per environment,
selected at provisioning time.
