Skip to main content

DuckDB extension package for duckdb/core-extensions/ducklake

Project description

DuckDB extensions via PIP

Installaton

pip install duckdb-ext[ducklake]

Usage

Option 1: Automatic

import duckdb
import duckdb_ext

with duckdb_ext.init(duckdb.connect()) as con:
    ...

Option 2: Manual

import duckdb
import duckdb_ext

with duckdb.connect() as con:
    con.execute("SET extension_directory = ?;", (get_extension_dir(),))
    # Ideally also:
    con.execute("SET autoinstall_known_extensions = false;")

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 Distributions

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

duckdb_ext_ducklake-1.4.4.20260205-py3-none-win_amd64.whl (17.0 MB view details)

Uploaded Python 3Windows x86-64

duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_x86_64.whl (18.2 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ x86-64

duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_aarch64.whl (16.1 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ ARM64

duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_10_9_x86_64.whl (10.8 MB view details)

Uploaded Python 3macOS 10.9+ x86-64

File details

Details for the file duckdb_ext_ducklake-1.4.4.20260205-py3-none-win_amd64.whl.

File metadata

  • Download URL: duckdb_ext_ducklake-1.4.4.20260205-py3-none-win_amd64.whl
  • Upload date:
  • Size: 17.0 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_ducklake-1.4.4.20260205-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 41439fee48013e778861044cd1a713fae3ed981be651b1dc7511779d9447b4ad
MD5 fed6436752aca218e0d1d43fcc261bde
BLAKE2b-256 22f0ad165da5ff9153eb5aacf1b6efc682f8853c143adf2b1428dedde04a099a

See more details on using hashes here.

File details

Details for the file duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: Python 3, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4442fc2e33822e26d2c5df6c73d8551d0d684790b129e20f34cd9ae91c2d72f
MD5 c667914dde6124cccca8a8b125dc35da
BLAKE2b-256 27b07af02b4a238556bc5e26456a0941e3d15edd6c468a04abdc68937cf7223f

See more details on using hashes here.

File details

Details for the file duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: Python 3, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_ducklake-1.4.4.20260205-py3-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 661cbb35c12eef006c3c58ff177a47cbe5426e5f8a743cf7a94b3fe9c2eab465
MD5 8fffb337c0460151f3eb3d616736f52d
BLAKE2b-256 907ed472cd11c0e8848b8b41874e3367aea94788fcdffce6de06c312c22d570a

See more details on using hashes here.

File details

Details for the file duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24d188aa607c1c00500eb52e5225ba2bbab83e2cd254dd26ae9a1add9527a37f
MD5 b9c11f38001b8c75529da82f59b7e8fd
BLAKE2b-256 7df092e5c7e148f7d78b2fda95e6a50ae6bbf3c4099baaf95e647bb65f901d50

See more details on using hashes here.

File details

Details for the file duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: Python 3, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_ducklake-1.4.4.20260205-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1638d39769deb2e7c279fa65954e9e4d4c8669c2e4f5d04516d906801a9dcc5
MD5 434b9eaca34e9bd4020745d79cf535e3
BLAKE2b-256 0bde4d9e9261f555ba362adeedc5e8f202d42a491995d867f67d8c2fbc3c8354

See more details on using hashes here.

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