DuckDB extensions as python package
Project description
pip installable DuckDB extensions
pip installable duckdb core extensions so you don't have to leave your python ecosystem behind.
Table of Contents
Available extensions
- duckdb_extension_autocomplete
- duckdb_extension_avro
- duckdb_extension_aws
- duckdb_extension_azure
- duckdb_extension_delta
- duckdb_extension_ducklake
- duckdb_extension_encodings
- duckdb_extension_excel
- duckdb_extension_fts
- duckdb_extension_httpfs
- duckdb_extension_iceberg
- duckdb_extension_icu
- duckdb_extension_inet
- duckdb_extension_json
- duckdb_extension_motherduck
- duckdb_extension_mysql
- duckdb_extension_mysql_scanner
- duckdb_extension_odbc
- duckdb_extension_odbc_scanner
- duckdb_extension_parquet
- duckdb_extension_postgres
- duckdb_extension_postgres_scanner
- duckdb_extension_spatial
- duckdb_extension_sqlite3
- duckdb_extension_sqlite
- duckdb_extension_sqlite_scanner
- duckdb_extension_tpcds
- duckdb_extension_tpch
- duckdb_extension_ui
- duckdb_extension_unity_catalog
- duckdb_extension_vortex
- duckdb_extension_vss
The architectures supported:
linux_amd64linux_arm64osx_arm64osx_amd64windows_amd64
Compatible with duckdb==1.5.0
Release cadence
This repository does not publish on every upstream DuckDB extension commit.
For a change (for example in duckdb-excel) to show up here:
- The change must be included in DuckDB's published extension artifact for a specific DuckDB version.
- This repository must bump to that same DuckDB version and publish a new tag.
CI builds run on pushes and pull requests, but PyPI publishing happens only for tagged releases in this repository. Maintainer steps for version bumps are documented in CONTRIBUTING.md.
Artifact integrity checks
- Release builds verify SHA-256 checksums for downloaded extension binaries using
extension_checksums.json. - If checksums are missing or mismatched, the build fails.
- Local developer breakglass is available via
DUCKDB_EXTENSIONS_ALLOW_UNVERIFIED=1for emergency debugging only. - Breakglass is blocked in GitHub Actions to ensure published artifacts are always checksum-verified.
Installation
First install duckdb-extensions.
pip install duckdb-extensions
Then one of the extensions.
pip install duckdb-extension-httpfs
You are ready to install the extension for duckdb.
from duckdb_extensions import import_extension
import_extension("httpfs")
Verify that the extension is installed.
import duckdb
print(
duckdb.sql("""SELECT installed
FROM duckdb_extensions() where extension_name='httpfs'""")
.fetchone()[0]
)
Licensing
duckdb-extensionsrepository code and wrapper/package code are distributed under the terms of the MIT license.- Bundled extension binaries are downloaded from upstream providers and may be governed by different licenses or terms.
- See THIRD_PARTY_LICENSES.md for extension-by-extension provenance and upstream terms references.
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 Distributions
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 duckdb_extensions-1.5.0-py3-none-any.whl.
File metadata
- Download URL: duckdb_extensions-1.5.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc4d825462f51556a59eb46522a3f0906b27537f5ae1beb5c7c4e6bf095b57b4
|
|
| MD5 |
bedfd4878c58e2c537085d5c19019ad7
|
|
| BLAKE2b-256 |
3c10b86d4bf9e84dce7478cb861f8f38cf03041d7d9c3bae152b98cf12e2820a
|
Provenance
The following attestation bundles were made for duckdb_extensions-1.5.0-py3-none-any.whl:
Publisher:
publish-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
duckdb_extensions-1.5.0-py3-none-any.whl -
Subject digest:
cc4d825462f51556a59eb46522a3f0906b27537f5ae1beb5c7c4e6bf095b57b4 - Sigstore transparency entry: 1102188903
- Sigstore integration time:
-
Permalink:
santosh-d3vpl3x/duckdb_extensions@a1d3ab28d8b044842ca9df2bd8670095393d5373 -
Branch / Tag:
refs/tags/v1.5.0a1 - Owner: https://github.com/santosh-d3vpl3x
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@a1d3ab28d8b044842ca9df2bd8670095393d5373 -
Trigger Event:
push
-
Statement type: