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
  • linux_arm64
  • osx_arm64
  • osx_amd64
  • windows_amd64

Compatible with duckdb==1.3.1

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

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

If you're not sure about the file name format, learn more about wheel file names.

duckdb_extensions-1.3.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file duckdb_extensions-1.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for duckdb_extensions-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 64bf2caeb061454e67c576dfc9954a7abc78873cc19b97e8de1b9341a37f696d
MD5 3d670d6b5d32669a68d56506fba68459
BLAKE2b-256 9973bae762dbd56dce428ce804a6c471998cb554dc2872d637a9c5592b0526fd

See more details on using hashes here.

Provenance

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

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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