Skip to main content

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.

PyPI - Version PyPI - Python Version


Table of Contents

Available extensions

The architectures supported:

  • linux_amd64_gcc4
  • osx_arm64
  • osx_amd64
  • windows_amd64

Compatible with duckdb==1.1.3

Note:

  • No windows_amd64 for duckdb_extension_substrait

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 extension_importer
extension_importer.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]
)

License

duckdb-extensions is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

duckdb_extensions-1.1.3a0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file duckdb_extensions-1.1.3a0-py3-none-any.whl.

File metadata

File hashes

Hashes for duckdb_extensions-1.1.3a0-py3-none-any.whl
Algorithm Hash digest
SHA256 56f7701feb561d286873b6f17b5cce7d117253bac1d94103d1391aec65cf0eb2
MD5 5156aaa19a1873b6164db838b21ee4a5
BLAKE2b-256 845b50efc9de29219004e352258fcdc02351a60423a16019873930e17cba6820

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extensions-1.1.3a0-py3-none-any.whl:

Publisher: publish-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page