blob: 80040f53b9f16299b6f14844e6fb5c8ed6fd0fcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-dlt
pkgdesc = dlt: data load tool (Python library/CLI) for loading data into warehouses/lakes
pkgver = 1.15.0
pkgrel = 1
url = https://github.com/dlt-hub/dlt
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
depends = python
optdepends = python-duckdb: DuckDB destination (extra: duckdb/motherduck)
optdepends = python-psycopg: PostgreSQL destination (extra: postgres)
optdepends = python-pymysql: MySQL/MariaDB destination (extra: sql-database)
optdepends = python-trino: Trino destination (extra: trino)
optdepends = python-clickhouse-connect: ClickHouse destination (extra: clickhouse)
optdepends = python-snowflake-connector-python: Snowflake destination (extra: snowflake)
optdepends = python-google-cloud-bigquery: BigQuery destination (extra: bigquery) [AUR/extra]
optdepends = python-redshift-connector: Amazon Redshift (extra: redshift) [AUR]
optdepends = python-pyathena: AWS Athena (extra: athena) [AUR]
optdepends = python-boto3: AWS S3/Redshift helpers (extras: s3/redshift)
optdepends = python-pyarrow: Parquet/Arrow utilities (extra: parquet)
optdepends = python-sqlalchemy: SQL engines support (extra: sqlalchemy)
source = https://files.pythonhosted.org/packages/source/d/dlt/dlt-1.15.0.tar.gz
sha256sums = 3dff1419649c984c183ba2ae53bfa60f4d0d7cf3590c1388997886dbe7bfee97
pkgname = python-dlt
|