Skip to main content

DuckDB in-process database

Project description

DuckDB logo

Discord PyPI Latest Release


DuckDB.org | User Guide (Python) - API Docs (Python)

DuckDB: A Fast, In-Process, Portable, Open Source, Analytical Database System

  • Simple: DuckDB is easy to install and deploy. It has zero external dependencies and runs in-process in its host application or as a single binary.
  • Portable: DuckDB runs on Linux, macOS, Windows, Android, iOS and all popular hardware architectures. It has idiomatic client APIs for major programming languages.
  • Feature-rich: DuckDB offers a rich SQL dialect. It can read and write file formats such as CSV, Parquet, and JSON, to and from the local file system and remote endpoints such as S3 buckets.
  • Fast: DuckDB runs analytical queries at blazing speed thanks to its columnar engine, which supports parallel execution and can process larger-than-memory workloads.
  • Extensible: DuckDB is extensible by third-party features such as new data types, functions, file formats and new SQL syntax. User contributions are available as community extensions.
  • Free: DuckDB and its core extensions are open-source under the permissive MIT License. The intellectual property of the project is held by the DuckDB Foundation.

Installation

Install the latest release of DuckDB directly from PyPI:

pip install duckdb

Install with all optional dependencies:

pip install 'duckdb[all]'

Contributing

See the CONTRIBUTING.md for instructions on how to set up a development environment.

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 Distribution

duckdb-1.6.0.dev276.tar.gz (17.6 MB view details)

Uploaded Source

Built Distributions

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

duckdb-1.6.0.dev276-cp314-cp314-win_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev276-cp314-cp314-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev276-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.6.0.dev276-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.6.0.dev276-cp314-cp314-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev276-cp314-cp314-macosx_10_15_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev276-cp314-cp314-macosx_10_15_universal2.whl (37.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

duckdb-1.6.0.dev276-cp313-cp313-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev276-cp313-cp313-win_amd64.whl (14.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev276-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.6.0.dev276-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.6.0.dev276-cp313-cp313-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev276-cp313-cp313-macosx_10_14_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

duckdb-1.6.0.dev276-cp313-cp313-macosx_10_14_universal2.whl (37.0 MB view details)

Uploaded CPython 3.13macOS 10.14+ universal2 (ARM64, x86-64)

duckdb-1.6.0.dev276-cp312-cp312-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev276-cp312-cp312-win_amd64.whl (14.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev276-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.6.0.dev276-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.6.0.dev276-cp312-cp312-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev276-cp312-cp312-macosx_10_14_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

duckdb-1.6.0.dev276-cp312-cp312-macosx_10_14_universal2.whl (36.9 MB view details)

Uploaded CPython 3.12macOS 10.14+ universal2 (ARM64, x86-64)

duckdb-1.6.0.dev276-cp311-cp311-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev276-cp311-cp311-win_amd64.whl (14.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev276-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.6.0.dev276-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

duckdb-1.6.0.dev276-cp311-cp311-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev276-cp311-cp311-macosx_10_14_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

duckdb-1.6.0.dev276-cp311-cp311-macosx_10_14_universal2.whl (36.9 MB view details)

Uploaded CPython 3.11macOS 10.14+ universal2 (ARM64, x86-64)

File details

Details for the file duckdb-1.6.0.dev276.tar.gz.

File metadata

  • Download URL: duckdb-1.6.0.dev276.tar.gz
  • Upload date:
  • Size: 17.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.6.0.dev276.tar.gz
Algorithm Hash digest
SHA256 7e77bc1a16f0fc14d5af854bb746f7c4c793a2b6a6d08c7a552e3d49d599bc7e
MD5 f1c5a94d150fbd057e278d0ef8069c75
BLAKE2b-256 01088938fd05ac0fd7540edc50c7b09bbc7c15f9ca72165a2e8f85783f88962b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276.tar.gz:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d1aa219ea7084929357f39985cdeeea910e703b2fbd5da21a94900244c1cb4d4
MD5 a1ca4eeeda554bf9e4a86319f7d76b94
BLAKE2b-256 fed48f26749c21a7f593bd5b7de42573e67c8d742f205c5b5b5eced1bdc60e3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 22e59d0996190fad323db456b049f89bd0eacdfbc6b55e096615c85d87f26b42
MD5 7cd03603ddd1fe7e4bad9b7cee9a17e1
BLAKE2b-256 82b69a65a608cdead30f7e4310d2f41dcc2d1634a9d42a8642d22ca2f5d5dd5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16aff8b8dee8623cede8f9bf4fec7dda4dba5b2baa29a3d6c536dc1c0df797db
MD5 dade7a8f91288acb769db6ecf599ef73
BLAKE2b-256 3d9c9ec5919e86fadedde8f772947c8efe43633b3ed9717bdaad843387527222

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c4cdb91b69ba2c739500af91c5a3b48a113506ac75a3b34ccaad26403ed18eb
MD5 5b4d989198c011fbfbfc5d79653df2cf
BLAKE2b-256 3b12de96d6338035db6d01d1afa1db1f02e694a86cc69c5b649f4fbfc76cf224

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a48607c513ccee7f04d1c311090653ddeba674e4daa479278597cb1b0d501c29
MD5 7af9ed793b928d1561a8bcb73ab3f5e8
BLAKE2b-256 2f33f7d6ee2486ce383e9074599a7bcdf0f8e6fee799e222d5aaa6e70dacc912

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf02cc60be3d59fe537fe284169b600fdab8ee28e88ae65d22a0ec80bce83196
MD5 fbef69ea720427f2472d256b18e05aea
BLAKE2b-256 64fce6b457c671cd7122cfa8969d74ec1fc7f82bc70dce8f9919a2f9ec7ef78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b15d77363517e64d8bc23de05bf0ff0beffa3ae9099f3dd2851d809cc37bf488
MD5 ecea18e8a3842778ca4a3a0a4aaa5b74
BLAKE2b-256 dc9ce90dcd40543cfe005bbe23fcc4e121ff7414a3aefde96aea5824563b1a4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 324c5e39dd592531635269df4daeec622c7b45cea78cb73052281c27c8940a0b
MD5 0b35d27e1e8b1e7dd9691beee4ea14ad
BLAKE2b-256 281315bee5d6850b9812b2ac5f1a57055284c72b1f65889d2a7cda28b0b62d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 42cd9b8050dbd5911ffeb7deacdb0132a67a6aa4c94fae093ce46c621b63c26e
MD5 485224629443d2ebf68471131ef35a0a
BLAKE2b-256 779b1801a0a8b5684de292e1737926ce69a21df9a88913af7141a8216c174f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f68aed37dceec0e3ad35e1a84cacc4d57a4b2480dd6991f884ae0ae4b387022
MD5 b4fbe021952988f83d4a5475d2965a2b
BLAKE2b-256 aa330087bcc3d8278e5cfdbb5ca0e8ed15171096b5404488628f4f443f7ef7d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cd5c7ae3e6bb3e496a3894d033e0c1e34768a0677e702fde6bfcce353442109
MD5 5f230a5dec53e6bf26e468b3678fabcd
BLAKE2b-256 3f394c9f8b4abccc4ee6396cb364b2022e276ccee2da7d118c21dedead549640

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2894403494fe00252d13522e37b94950edc8731dd16931389cb36c7b891662b7
MD5 8ca883035ad3aeb0c5b6ede8d024e87e
BLAKE2b-256 af2da8c5fcedf16cd935671d41b316989e7b43819073587a2168ed6d49d201d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 121ff05f06b862e95ba237c1c0dc9c7d746e657c6cd294802ebb033add2f1032
MD5 f075a52bd2a1684df1909816664b2741
BLAKE2b-256 caddf5579ac24afdfcda9770b4cb474adc55d7e8c31d92b6f7e4b9a93af954b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-macosx_10_14_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp313-cp313-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 20f99b3c5e20e665c5df80f9acefdedd2b243a5c0d857b6b80d7dd60c30010c0
MD5 c70e993e44153e26fba3365a6083893f
BLAKE2b-256 020c6752b0f245db6b973b70158e8184416ec406a0a4369f6764e15c80340c4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp313-cp313-macosx_10_14_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9bda8b82848bea1648a0407945fe81e43c34ea3eecb5dfdc6bc4b44406bdf0ed
MD5 7dfeb642a12e2ac73795f76ae3fe5354
BLAKE2b-256 28486af07c15a8ad846d2b140ff754def1b8fd66dca0f1eed07b2ea9e77ff96a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da49f13afc1d7bf07820a5e4d42c87e06229b5208a164b3ffe42b5714ec4ea3d
MD5 1918f2a3fe5e248aa0ef1387115698f5
BLAKE2b-256 2cf961ee22f9f733de31161ce75d3212660cc2691dc47f5476937b32e7987d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4738a5f86cd17a00a3bfd143ab0ded3f723849c5103fe004696c1b537c3f366
MD5 2e71092929bd6d12ccfdebb7a5ae9109
BLAKE2b-256 2e9ccdb420eb5ca5e5e0dede1143b17721b48605fa441048cc2f7822e787156a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1de0f86fed7a43c29d151dc8766320a71de194539523be48f87a6b1dd4921525
MD5 1a4a3c37c2d1afe2e42ed0bbddf5e23a
BLAKE2b-256 bb91cc146dacc028b4d3dc7325f08b7e3dd98df68a2aff935c54aeb6b3a8148b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c55e4a51045527dc3029e27150878b699e5a8e655714c2a048d5f4320cbb07c7
MD5 f476f3209dc5ce927da3de435d8c008c
BLAKE2b-256 11cb15871cf22ef65ed52e49eeea597d486fe14d54f5a348dfc83beb64dfdce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6a88f673414ac3892766a106f0b42921493ac1b550e9494e2a6edaf1a213400d
MD5 c48d06629b47da5c4d3d374027619c2a
BLAKE2b-256 c216c38751ac223fa787c7e08e624b3e4e130d14ec56e4a638304cd1d831e121

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-macosx_10_14_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp312-cp312-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 89f71820f75feaf83ad0454df23e783b18b298376bb04912b97dd3f3cd858933
MD5 e14a2f9c029e6dfebab126de199c1635
BLAKE2b-256 8dd1627fb9263e14490494c9eae5826db496a3d1640b84dfbc0e0a72d3989b74

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp312-cp312-macosx_10_14_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 07ef9cd7e2c5d78f419c733caaf276f4ff7a20152c691a930c475ebe4d684c7b
MD5 7f61ed745c7088fbc82fbc7da160cc4a
BLAKE2b-256 bb9cb8f61c6976bd17f244dc282781fc95e30cdb7f667b0a553597583d57b0e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b139d073dcf6f0d4e11d4654180add4ab0f9a7ddd4e6f0d340b0200bb1287fa7
MD5 88204ca4104c6d4f9d81b178f0c3c41f
BLAKE2b-256 360e13062dff54acd712bb380a8fb3f53a4a54032e1287f7fe52c7e8babd16df

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 636737773d37fd184dfb5199c85b5d0e0660a5c6534dc8ae50571727d33e68e5
MD5 76c3d61b0701af2356e301ea14035f8f
BLAKE2b-256 075bcd3871ff7a1834d7f6ed681e6a203f22b08dd74a472cf36cea306ed5f570

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62a7c2d519e2f6b57c192e3887e33ed190bdb21e5c502f71cb9e72748c958adf
MD5 93233a7bf3e7fed044928862b2f8494d
BLAKE2b-256 8abfa1d3fb9ca7528e60acf0780f88b8ce469a9190179724b76169c79c2091cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a146d4fba024c7e49c3d401edaf18caf09025836483fbc60fd8623a521d3a26f
MD5 6fd0c0e8668e01292d2865fd7b01393e
BLAKE2b-256 9cd1df24387dcdb33fdf664a2f0fd73fa6e4b90df77f8aef473727d8a2dcf901

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 7912e6b74e006e56ec60cd43a882c8252905b0fb36ea7ae50718ed64e009525e
MD5 f75f15f3fb262f2a47a36bc6bbdccd3f
BLAKE2b-256 1df5e4aeaed8c0421988af9ee51f32279297bfdf557f42dae8e8f90032d2e2c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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-1.6.0.dev276-cp311-cp311-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev276-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 ad63210c3508f6abb02085ebc94efe9909fe1fa5077b984399f00eb516557be6
MD5 4a694dc33c43364866cd461d89686388
BLAKE2b-256 a74651618c93c66903442358159b8fb3fa35a305b1904e30b7f4af4d334fe64d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev276-cp311-cp311-macosx_10_14_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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