Installation
This package is intended to be a part of dev dependencies and is available
from dltHub PyPI index. Below is an example pyproject.toml
for uv
.
[project]
name = "dlt-portable-data-lake-demo"
dependencies = [
"dlt[duckdb,parquet,deltalake,filesystem,snowflake]>=1.4.1a0",
"dlt-plus>=0.2.6",
"enlighten",
"duckdb<=1.1.2"
]
[tool.uv]
dev-dependencies = [
"dlt-plus-tests>=0.1.2",
]
[[tool.uv.index]]
name = "dlt-hub"
url = "https://pypi.dlthub.com"
explicit=true
[tool.uv.sources]
dlt-plus = { index = "dlt-hub" }
dlt-plus-tests = { index = "dlt-hub" }
If you want to view or hack the source code:
pip download --index-url https://pypi.dlthub.com --no-deps dlt-plus-tests
then you need to unpack the downloaded wheel.