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.dev265.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.dev265-cp314-cp314-win_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev265-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.dev265-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.dev265-cp314-cp314-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev265-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.dev265-cp314-cp314-macosx_10_15_universal2.whl (36.9 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev265-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.dev265-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.dev265-cp313-cp313-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev265-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.dev265-cp313-cp313-macosx_10_14_universal2.whl (36.9 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev265-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.dev265-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.dev265-cp312-cp312-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev265-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.dev265-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.dev265-cp311-cp311-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev265-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.dev265-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.dev265-cp311-cp311-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev265-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.dev265-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.dev265.tar.gz.

File metadata

  • Download URL: duckdb-1.6.0.dev265.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.dev265.tar.gz
Algorithm Hash digest
SHA256 b857381e75f30484e52e187318823d7f423d42bc4a88fcfae45e6df0eb8a8041
MD5 dc4bc1b782bbfe04141f0379ecce13de
BLAKE2b-256 046d084ea1372ca473abe4c39ef093d5b08372f58f1293370a5ebcc3a9b38aa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265.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.dev265-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e439a7fa6ab6fc890e05605eeacd2fa82e072666322a5c386b3ec4b7b773ec59
MD5 1c3ce2195063679c1f107a9b9ad789e8
BLAKE2b-256 4e28cd2fc84e47157e1898b39b7bf9583f4a7d8cf00654a6346fbbf63137a455

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c854d5e0b7bf36f51ca3358dd75eb7cafd7bf85a8ab250deb7e703977b4db5ef
MD5 5de5e53ffe1af3cc7409ca4d30cbe976
BLAKE2b-256 6448139e1e34d8c3668e9715aa52e1cae12296904d0db20b02470483de8a8074

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88fc05cb71a1fefed0c6e12d8d6ad9d28a2f1399b5abbf852dc297eacb67f346
MD5 d962592035c33d849247fb2793afd4f1
BLAKE2b-256 6d0dba0bb1251f9432e48392c2488aedcc53de7d2ba453a99ff2eacc7a56bd35

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10e1cf438230483ffcc28acb56a9af555ede628243dbf0b0236b8104552a3c69
MD5 757602a0eb6ec4667a84c9d901dc6e2c
BLAKE2b-256 db0995f0502f4e330d85e45e8a56b605c90988092d4dd6b45a8c81223a342efe

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd09adc2ff3bfe0bf1a0e55c4e522e99fc7ff91ec71c4a6aa6be1923e61efbac
MD5 0a80a2d2d9bd2ee3bb804a10bc5d4978
BLAKE2b-256 a592aa8df40b5a13769732a89a29fe98de3198915ff7bb44a465ebe202d97605

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0ce027b01ed90e7b6b2d8392c75935007ea86a9da5c3735197120de7024b7da2
MD5 06c37982647b03288c39e355ac122f45
BLAKE2b-256 caad0b6bab50282d0420131a51219dfa78ce67d6b670a980359daa0f6c093432

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fc8e50ee5cbb23fc3c266d61c5c14936b129298fe5bbe109a9cafa7d61ed6c17
MD5 8a6f840224dff07b845f4393294620f7
BLAKE2b-256 5d8cf4adb11001ec491765c19f5eccf41235f296da46de8617d959e9bef1e529

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4f3c4eefce75910cefdf04a963e07f9431874a34ab8e61c333341746faeb892b
MD5 dbd3370f9d2cd10d5aaf76c9279f7b6c
BLAKE2b-256 530ddcd0a838b5864fc442609a315d492444e0ebca19199dbcbefada6c7e663a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c29afbf783f6aca07cf8395087859813d2e11d7e15759b5c4049d564c8ff7666
MD5 e58084bf8cc1e448b73f71344cdd120c
BLAKE2b-256 f3cf5e634fe2b9c5d47d117d5e13ae54a0f1a31cc0d5888282adff5a41b3ea5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ee2a540f4f1cd3886b6e56d035b23129e76a49459a711aa96228c6d43f2f488
MD5 f43b21a0cbc3fb815493c1dc20727825
BLAKE2b-256 75340a14a24b3b6cb04885532da364b70277fe0b527193f9870b7f58f81228b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 671aa4f31910603a71e972b1d3b60d5c713aaf09462a6f9da757ad3487783fdf
MD5 73a19b295d65259609a82dfd5ffdb84f
BLAKE2b-256 a88449440ffd5a86a1028d7c4a714cfa868b42f210efdb66a0ffaea464ec0e9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c116d196f75cc1e0d8a94a00cf6d0913abbd2bef63c7370c10dd5d102e040dfb
MD5 7a640cd325539202c4d0abc710a03cbf
BLAKE2b-256 5899a5ee8986b80a37848926a8c3a8729718ff4ca1232db2ddc65ad37a5e7eaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 98e874f01cc8c1338fc79b3438337f98781d22d143f8a857598e7aa5b6f90bc5
MD5 8e4280dcaca9aabc187fc5f1ed0a2857
BLAKE2b-256 6215a851e6fee992a5d4edcda553b67320b16d77bcb6c0cc07634e3b917251fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp313-cp313-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 a2a7149762d95b992311633aaf29fa04807cfaf65895772780a33d938dbd3d39
MD5 497c9bfd65956c5b7b3c11b2347da287
BLAKE2b-256 0551638a626b15c575ea87aebed00413853bd2d137375440fb3fa0679b26cdec

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 00f3457e8e0d2122139d44b4f0a2c393d98073e08c77b9c772dd318248fce705
MD5 7ee5c046c8a8b701331d315f9db585e7
BLAKE2b-256 c46ba93a6daf583cf2a6af7a9246b83d64e61289b4b6f3a75444201e96846e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e0132f5c7deb5e26cb132df0b9c46936d22eef28a4b6fb743fb12ebf60bac26
MD5 59c866c5848120f329d2e301b4929249
BLAKE2b-256 ef59f40b83ff074a889df4ad8729c9ed7fe584b28891812a55f424991293cdf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1817dc19706653b6c74d3410436b979561fce196c6981e6afedff3a997b156c
MD5 f8846fee9bef7d23b68bdf80d5059f57
BLAKE2b-256 ea2020665838cc0ed2e8d790daeeb89a8231dcfc9111b594b69404418b29639f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89a70d9a468da068faa45856ba6a8102aa749214cc075d594a03b04490272c19
MD5 c1c94dd9bd3deb1ef0ae8aa222e85522
BLAKE2b-256 adcb92f1b63f8db6b3020a2ad95466fdf54e2e994af2e27cb98644d0b4c561a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19c80a7ab778898dcc1ef2824fe3aa4b4d42c3bc2aed2f30c0a2b154e818da4f
MD5 3fe8574ef9df2eab4ff4def3971c9ee4
BLAKE2b-256 c8be69aeee7ace0c5a38209ff4a05ae7412e0e0b8ba1406b8ba03ac98370777e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 723119f111a51f727b481a0cde04ae8b5cab0d12b92fe40806f1d55e5d72e99f
MD5 6027e6322db1abadc155842d8e52aa50
BLAKE2b-256 8df801c8d9fe601b81d9e0db7ed838ab7165cfe376aca3cfbb9e39f03aec9c0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp312-cp312-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 12b6fbb532134df2035e9af6bc0e566e3beed03c93af5e34c3d9713e7f95989e
MD5 c62ae57b7a6f1edfa040c550585f6104
BLAKE2b-256 65ce70ad6068dffa30a891aef0dd7d5d2d27b631194037f05ae3c1bb8ad8acc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 75a15b1831b0aef603bf820d426d3c059ad45ce83eac99f8f236f3a93f826804
MD5 afadc86f1aa21090367cb2c0c8d07f79
BLAKE2b-256 aa7ab18369e50912afa3eeb8eebe44fe5baa98952421604c2f39a1d921274d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d6a0fd58dce7d42fe7abd7c6a0ebb44a35deef31a0eb4baea12ffb87db1a076f
MD5 fe156edaf1d5e7b9316fe8234bf55d68
BLAKE2b-256 4513b06700272bb2653f002ec5accc973aff46bb46d90b7a1362d675084ff242

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6775147ae5479c1e10d1572d8a87503183402ddf3ec51d7eebce238f1aa34d1
MD5 7fccce5067d04e2f253ecca81027b483
BLAKE2b-256 2b67e27896ebb6007ddbc71eac1e1ba3ca53721fc493461eab47eba95cd2e8a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 280562e4c8b138081971c31ffb63c7a8d6b5c76ffd7169785378f9a22627a898
MD5 3a36f62414e0950bca2503c65d5e1dfb
BLAKE2b-256 9b483cb5b91a1219744de5dcae6662f68939eb51c0868cfdc1522d96649c0362

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e80efa6e907a285606285301d889f475d61babdd55057f8ac86e7bdcc9f6f58
MD5 9f3a8ee88eb6aa1d12cabc98057dd9d2
BLAKE2b-256 d224675ada21bc616d803498604250d15f6cf4ffb1c9bb3e1dbc639b2b769930

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 29cd7870d4f4e586cc78a9fb8b37a05d7058f3819343a6bc501d482c85147e67
MD5 0066a5a460321bb90ed8db7ace65446c
BLAKE2b-256 3a330325aec385ce7fa73e2c0cf9cff42100cefd62ff10642b3aa8f958e87cac

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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.dev265-cp311-cp311-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev265-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 2f02c6bc802973a9528aef352c85ee3e024ac60e53325f621fa557a8b82a27d8
MD5 fc26d6cbd0da411d685dd24b01b51cd6
BLAKE2b-256 b26ec51cc5814353cf032476f086f964465d5ab48e5a53e564234a41b991f71d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev265-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