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.5.0.dev277.tar.gz (18.0 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.5.0.dev277-cp314-cp314-win_arm64.whl (14.3 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.0.dev277-cp314-cp314-win_amd64.whl (13.5 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.0.dev277-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev277-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev277-cp314-cp314-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.0.dev277-cp314-cp314-macosx_10_15_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.0.dev277-cp314-cp314-macosx_10_15_universal2.whl (30.0 MB view details)

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

duckdb-1.5.0.dev277-cp313-cp313-win_arm64.whl (13.8 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.0.dev277-cp313-cp313-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.0.dev277-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev277-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev277-cp313-cp313-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.0.dev277-cp313-cp313-macosx_10_13_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.0.dev277-cp313-cp313-macosx_10_13_universal2.whl (30.0 MB view details)

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

duckdb-1.5.0.dev277-cp312-cp312-win_arm64.whl (13.8 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.0.dev277-cp312-cp312-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.0.dev277-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev277-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev277-cp312-cp312-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.0.dev277-cp312-cp312-macosx_10_13_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.0.dev277-cp312-cp312-macosx_10_13_universal2.whl (30.0 MB view details)

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

duckdb-1.5.0.dev277-cp311-cp311-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.0.dev277-cp311-cp311-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.0.dev277-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

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

duckdb-1.5.0.dev277-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev277-cp311-cp311-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.0.dev277-cp311-cp311-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.0.dev277-cp311-cp311-macosx_10_9_universal2.whl (29.9 MB view details)

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

duckdb-1.5.0.dev277-cp310-cp310-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.0.dev277-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.5.0.dev277-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.2 MB view details)

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

duckdb-1.5.0.dev277-cp310-cp310-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.0.dev277-cp310-cp310-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.0.dev277-cp310-cp310-macosx_10_9_universal2.whl (29.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file duckdb-1.5.0.dev277.tar.gz.

File metadata

  • Download URL: duckdb-1.5.0.dev277.tar.gz
  • Upload date:
  • Size: 18.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for duckdb-1.5.0.dev277.tar.gz
Algorithm Hash digest
SHA256 76b7da45fdb6be0f611f8e09056f63d5845366b44bf2d9a06de1abac090445f3
MD5 8a6e73aee46af41974cc568255c79fa0
BLAKE2b-256 8302cf6a4cfcd37e8e038ca2f48a9e76a6fee5f9b3e429c093760f7845e388a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 45a86dc6ab8d5d55a6ba195e2ea69951e87d3799987b6e733f50c50f28e8c3b4
MD5 0c80bf896ecce9167af3ffa2b252a7f4
BLAKE2b-256 ff0d3d401bf47d07e8a3c42bb630ed22b2145fff92696ab66f8343aa96a8e93d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1448b4ef5750bd9b535de4ff23a4374d764fa5ccb3aba791c1ce27a7fe17572d
MD5 b174274b3512edaca3758ad8848012e6
BLAKE2b-256 afa37591ebf3845cc0b2e289c888f6dc535f0c79e1d257c8505deb75425086ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44c03e7aca0d305af482cec270a5ded4f6e2ff5ccd6a163ccfe9a02361c8de2c
MD5 b4905071a7d14b4c20622a2f39c56f44
BLAKE2b-256 9a4a5afc077d602cf70c32e40ef98e4fd89ad9dafeb43e476a7ae677ea6f503f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp314-cp314-manylinux_2_26_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.5.0.dev277-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc2e45f5962e3c79c54f6d2bd0b662b4c44d70348b4daa09741c729f0e1ee591
MD5 8ac0322377a98c103ac538744d046c5a
BLAKE2b-256 0b2731cab1dc0698144c5401f83fe58ed1317790c67ac020e8369ca6933f3744

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62ae64ef0496dc30f13647ddf403cdc0cff2f8d7bcc613f5f41376fdd2ade319
MD5 0af4f79b769ca70f92b0ca9af12510c9
BLAKE2b-256 123cdaf230efb2dca6d1742a137722dafbc1606916e1190428c9c4d41384fe25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 93f36699fb539d44590034a6cd48758f06eb4ec7e483bf27767353900d56baef
MD5 fd60a12ec8e2b5c6a0c2839ee2335d21
BLAKE2b-256 43dfaec67feac57e0e1d0ef27dfbb5a664597c8f423a06aea345975ce8e7f136

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 68094ed2167ebfb9116762b0295defc6b1bbcff4ef995a1a2ae442d09953fa95
MD5 f47e50b0cd22eed9340b7d7c33da48c7
BLAKE2b-256 1579a0188969483e720b890f47638543d1016fd86e0ad1e8d5351e80bedc9606

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3cf29b19475d958b369ab09ef6d6ee2d3749a74112f41b380f59f6d62d79e4b3
MD5 8ebd93b87d6d8da4c8423d0ddda7876d
BLAKE2b-256 f7bbcd6e9ce0baa8b9e6a7d69c6cde03072d5df6b76c6d959a9224ac95c22ce1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 35502ff60ca7cad5b22c948845ff861a3e9831eefae5ddc55ccf00eae2bc324b
MD5 f0e55e656514449ee73e2c3c9b641e1a
BLAKE2b-256 b5a5e46a8c3a36f756a3c220532fc9831a1554715a3aebbec9786a09e3590b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 027b339952adabccbaf892d32957e9420a1cd29a6bf91d4123e6103b17eac221
MD5 ce96e7e5be382d995122427a865735f2
BLAKE2b-256 544af85eff32d6045c77ff2820216b7caa9b1f0a6fdaa43d9fe04ff7935eaf59

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp313-cp313-manylinux_2_26_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.5.0.dev277-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54127c5cd45d155890ee288054bb07dc4ec8b27c459d9fbd1ddce6c0b58a4e3f
MD5 84cb1cf923e35e4eb19f6ac92a7ce167
BLAKE2b-256 9e15fa335a0e2d218ef14337383701b42c2689f7e41a667da72d0abde25b54ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a06bb3df1eeff938789a1052cac552482237c781921a3d0e3ed96de66d8a7765
MD5 24e4f0a5bda858ffdc331a8235fbe024
BLAKE2b-256 6cf5f8c957ea210f65b284d7a22d9a39b2a963d94e397257116005d2efbff25a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1deef2ee232b7a3a05e74322f665ee05959a870fb75ce5a53e6bbeaefdbf288a
MD5 b8675950eafccdd147dd5f4b3a6c065d
BLAKE2b-256 09f94cd7e141f1d5f8818d2c5646ad91440cfec2d06fd089c0a83a62d3518982

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp313-cp313-macosx_10_13_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.5.0.dev277-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3138598115e04c86153d11116bad3d5ff4a3bbeea0030662870bbb6a111a8970
MD5 abaa4087d41858208a487e20ff3c8ac7
BLAKE2b-256 7dc522d9ecc4ecd89471a3f782b6307a903eb7ca256d129bc0f052220601fc1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp313-cp313-macosx_10_13_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.5.0.dev277-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 da051e8b06d50d2ad93cce4877fae43709147f652231e6ada827a8bd73624257
MD5 6ef432c1fd97af43e0b951da435d081e
BLAKE2b-256 d1bde60340dfcef6ba84f90fbad534388cae5d96da300e8b62364fb06bfe664f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4fc9737a11b1cf40c75c6224466799bdb600b39145c2f5fb6903fe2eb6ed2298
MD5 d73a659acaaa7589abd2cc517965ea1b
BLAKE2b-256 3b8028c8bd08c979746c2082e7b28511e7927c9e80c0efe86c3e580db497d12e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53561db78c1a86ba817c29705694f7ce8271500feec082b337eb6d7a9f44dc8f
MD5 4793e726002f59ad2008e759a37967d4
BLAKE2b-256 8071ddf18fb83b73bf95832e6b78d7445025f785a546025fa9193d5aac437fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp312-cp312-manylinux_2_26_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.5.0.dev277-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b15b026129550c739931a135c60b0ba11829636a949ab76e0e927c10517fd59c
MD5 0b80ed2e1de4b3916dc0fc4fc5dbe938
BLAKE2b-256 979ba57a99045f3050c4ea9c9e480bd071581eec814adcadb301e0914687d3ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b822078081f715bb575f6f686c4522b679a0e1e8babac1cd8a2d11c006eaf82b
MD5 93c25f8dd5ee9a1d49eb3de1182ad05e
BLAKE2b-256 a3fd7c0f0588ad82af9b8695a94cb20099c23fd0f2c5e973f1c0d36923b4a769

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c705af92cb53d452cb7d688a5694c34077b201036c52a113d0bb9c9ed9c49fdc
MD5 16619ad85cddce7145c97f4f43970abb
BLAKE2b-256 4eb20e48f2324adcba576e483e99d1c6de283b1eb198cd51c46112f6f6031166

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp312-cp312-macosx_10_13_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.5.0.dev277-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f03ef0e363cbd14a8862fada9eab6d5dfb6f6d9eb78c52f1cff1e182914c05f2
MD5 97542be6c4e74304aa74175237f2239d
BLAKE2b-256 f6b4c14a8aa978e90e17448578be9cb343f41489f476518853deedfe11a8883e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp312-cp312-macosx_10_13_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.5.0.dev277-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0377502fdcc2bed52e3cd325d41d38c6dcd724f7b4b82deb5639140009d17870
MD5 0a91dfffb1e36bfda18979e8895bcc74
BLAKE2b-256 200a985b4ebffc54be25687c3cd2eec2c1bc13e815ed0b444c8e1d315252f2d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4631859ed3a06bcf6447dff11649580c0a343ef550a0dc127ebb61be0a1da216
MD5 d3b1523445b1eb927c7f05ec2a67acbc
BLAKE2b-256 0af87a9a3d35801492cd11b927f29e8ae387f2dd5d055b31838bc178aa4f09e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1313342838e87b71fda7916ff3f2325d0e2d0a932009d44cc5d55dc42128df06
MD5 133b953169b72629a4f1b0944e85376c
BLAKE2b-256 5f7c1aebb49269db5c36c48c59b69c0f57cdbd5932d73f32a0fd9f4a47637735

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp311-cp311-manylinux_2_26_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.5.0.dev277-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 636508b3b9169bae8a3697c4449ef0440016c8aa77cb23857a1643dbe25a0045
MD5 9ffd9aacf2f4f9f5dbbf5d8a495635a9
BLAKE2b-256 4a44da3d7ba50c136ccce4f969456c0503c70dce7fe645fc5d86e38d902ff0b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 083349c194723fc17199c16502f4f0533df7265dad91b001445cc82f58100c69
MD5 2b4f5328d2eb1a602bee64257856b694
BLAKE2b-256 113fd4abc9397bcb3d933e4d9f529d1db8c8dcdba954b707fb90556888709b50

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-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.5.0.dev277-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3abbe0fbd962a576450708fe1a103b779e3cadc319fa485dc5c6b259895b2e4e
MD5 43a825e17e6fa478146a6d8dcc656efc
BLAKE2b-256 6adc53685ab78b1b52ba9d58df838216623b3d2f8323144f0935a8556cfdad9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp311-cp311-macosx_10_9_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.5.0.dev277-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8174ceb4922ea89722a43960ada595eee76680e5f89d9c419fc39e79cf346647
MD5 fefbd62aed021d7c7dda061f78b74bba
BLAKE2b-256 463d7d7caa7ec754c44a5a2bf79fad77c8699fa0af04f89cc6fda328429d4b12

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp311-cp311-macosx_10_9_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.5.0.dev277-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5825b2edd5c28cd741df48094a0d7b26bbe4019eda89e173b3e6f9b896dd47bd
MD5 3ed8bbb5d41c827590a2791cdfa7dbd0
BLAKE2b-256 9e78d1b6526003f02957b60018e946bd25e27560c67db1c476cb4bd7844e1104

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp310-cp310-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.5.0.dev277-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 587ae02768d5d90bff4229cce205cf9562dc73aff0917837dc3e66a3cbbaa592
MD5 45972bbf53810336889f7de65ea6d671
BLAKE2b-256 736ec2e579dfade6360d8485cc4fe7e80f59ed89284270fa07e5ec44cf662503

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp310-cp310-manylinux_2_26_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.5.0.dev277-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c55ceeb1786c9f7ff4db9b9d67545948cbc7d00116e4a312f15fdc8440f8f4e9
MD5 fc8ec19ac4d486ba70f1353450dcc383
BLAKE2b-256 b25cc35591aa7578aa4cae3ad6aaee93cf2ea6fc9f8b427e1fac70a623e09d29

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp310-cp310-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.5.0.dev277-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 924239c5b5d7e250e3b72d4e35bd2d5a91b939ab06c048a410d28b819d2e574f
MD5 01b7c40cb2f605b23a39738eee5cc122
BLAKE2b-256 35a321805183a99161fa279b275da53ea65f559bda918c8cfe6b304bb9024fd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp310-cp310-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.5.0.dev277-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e45087d91d44f36609a70792d48f640e9e86cc83e6e8e6de5ab38a813ca699b3
MD5 ef7ead562cd46287fde2dd58acebae0c
BLAKE2b-256 e7ff2ff2873a6d7d80e10b17d6bfb2fa5d36154584d242772e03dda54c989320

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp310-cp310-macosx_10_9_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.5.0.dev277-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.0.dev277-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 67ba794eaff8a58adb79474d26301c08a0cacc3cec1f685bfc0502e814481e8a
MD5 a2760a93486ec4efaec1a44b33485c0c
BLAKE2b-256 f019e4644ab8d5a7ef9459c14b47f7653103dba932c7b4a5d79a40547f9a9234

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.0.dev277-cp310-cp310-macosx_10_9_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