Skip to main content

🦆DuckDB ducklake extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-ducklake

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("ducklake")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='ducklake' or 
                list_contains(aliases, 'ducklake')""")
    .fetchone()[0]
)

License

duckdb-extension-ducklake is distributed under the terms of the MIT license.

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_extension_ducklake-1.5.5-py3-none-win_amd64.whl (8.5 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_x86_64.whl (9.5 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_ducklake-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_ducklake-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f1722cf7d6fba148cc443a0f9c8bc3b20b0bce44c6c6ae54193784bd15acb0b1
MD5 194eef2452ca198925ff1dd625eb72a6
BLAKE2b-256 b243b1613c48170cb0d6a649682cf4705e7a37d75d8e2c603574226328959559

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_ducklake-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-ducklake-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.

File details

Details for the file duckdb_extension_ducklake-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_ducklake-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b631ae4dd4bd649b3db35a789dbcc859476fe231ef449b3f03f4fe4e2ef4a946
MD5 07f48cc3650972678477e1e9a037f3d3
BLAKE2b-256 cb12d4dab9f3199b3475be36bc0a30a14ae784500396b14bcbb4a29b2e52ce6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_ducklake-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-ducklake-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.

File details

Details for the file duckdb_extension_ducklake-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_ducklake-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd8280d3a20c744f7e113137a17a053f751b9cc469a9b694c43e1b8539fd30af
MD5 0e51084b7caa06bdd61d48e34b4a04d7
BLAKE2b-256 e7f084b4e1dd9297b43959bb80942609ca92d39dfb5a6b9fbc5740ee5dc9e298

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_ducklake-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-ducklake-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.

File details

Details for the file duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 48b089cccf3d609a51e2372dabf85de9dad96ce09f478b0647a2ffd316f495ef
MD5 cc804d47a21eebed7234b0ac73c62155
BLAKE2b-256 56933aa5778fb56f16aa8e3d5de79017bc5eea81527e36514314b731c6a831fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-ducklake-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.

File details

Details for the file duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6a65e39a38bd03270ed54715f5c16f6695954742b74c0c77ed1cfc0eda33f67
MD5 b546294fda915101b6d94f8d6334b060
BLAKE2b-256 b206a125c52cf1df78effc154ab25d1a42d7bb541bb8ffff439f7d4f56888cfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_ducklake-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-ducklake-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.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 files

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page