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.3.dev22.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.3.dev22-cp314-cp314-win_arm64.whl (14.4 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.3.dev22-cp314-cp314-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev22-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev22-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.3.dev22-cp314-cp314-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.3.dev22-cp314-cp314-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.3.dev22-cp314-cp314-macosx_10_15_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev22-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.3.dev22-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev22-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev22-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.3.dev22-cp313-cp313-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.3.dev22-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.3.dev22-cp313-cp313-macosx_10_13_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev22-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.3.dev22-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev22-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev22-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.3.dev22-cp312-cp312-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.3.dev22-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.3.dev22-cp312-cp312-macosx_10_13_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev22-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.3.dev22-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.3.dev22-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev22-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.3.dev22-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev22-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.3.dev22-cp311-cp311-macosx_10_9_universal2.whl (32.6 MB view details)

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

duckdb-1.5.3.dev22-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.3.dev22-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev22-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.3.dev22-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev22-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.3.dev22-cp310-cp310-macosx_10_9_universal2.whl (32.6 MB view details)

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

File details

Details for the file duckdb-1.5.3.dev22.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.3.dev22.tar.gz
Algorithm Hash digest
SHA256 32e1007e235ef0051e88598349994f93d1cf2ca9085b958c3d533bdc966f5ce4
MD5 f689d26638228ef46c0c7d8b43d0418d
BLAKE2b-256 61fb9866633ef0ae6d65159f3bde6eb52f93da5b1a69adbaf7202443e99590f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9e1a48fea0b3b371c30c3b29f62d6c7628459941d30fd4d55f5f39066a7f97de
MD5 6d1aeb1459a3a5f1f8d3759a7cdb5796
BLAKE2b-256 2971689a5137fc1e2ff638ff2944428299fd9ec9227994445c39f691cff2babc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bda65f0c7b00fb6b298fff9f64eed361d33439abba85d80fd607571bde478d0c
MD5 e9f8e63b872bc1eefd9c8f6906a8a525
BLAKE2b-256 196a88443b88c9fa60225c8ca67e813ce736341d74ad8e06e44f868a0f1fc9b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4a9e10451d2af3a083c943d9b2ae1c991b0c9c4ef134012c3da14104d751ea2
MD5 5bef6f030fd6603abad6df4022fb88f0
BLAKE2b-256 7039e8d6b6c2c6ddc0d45181a4cf82a29e69e739656ffc7910468e9fb8929719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad939ea77712cc2f4365133e8ea1da54d3f230a8384b1ec9d774f47c49a0b8dd
MD5 f9d1f3f8273c6d0199ddb5ba48b82f0a
BLAKE2b-256 cff7325fd041aef1aeffc6c9adaf79f780e6ece2319fc67649325463f4640fdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f058e15f392c9fb4b57b245c3a9b39930f65371b9e2bf2f691cc41af7d3f59c
MD5 9464de195d123736d79d2c2aedd4f3eb
BLAKE2b-256 c1972f3eec9b8ebb05886d6dc9dbcfb2e576c4726a7cf419d222ea7203141394

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 64aa66f4f240e05f983ae01442fa5648646bec8c9929f479b8fd4da056c7bec1
MD5 50113f9852f9c373cc7a5fb657992849
BLAKE2b-256 02e00d9bfb08fd48f3979e22d17205a1e321d1ae74178049e3f27067b652ca5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 35eae8c70972926a1393e306e3e878f6de8c9ecc9265eaa26c6c0d1f24cab6d7
MD5 060ddb8736f25de77da4155cc88ccf37
BLAKE2b-256 49301d6b756335366d5a43fd18130bca570c7b1df32918022f4fbf5c04d96ae3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4fe93c0be2c596a81771fe455c92cade3a6768582705164b4d38c7974bd7f87d
MD5 7eb0fbb188ceacb6088af96e97f0ba37
BLAKE2b-256 692c5af44ea3d65181a5efbc812168772c2977af6b8771ab98f49fc527812104

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eb259cf663b0ab38056d7538fef675916850d009f080b0054eea1ba2a221b20d
MD5 6848672eb9667744316379f84625bdf2
BLAKE2b-256 475a73953303b6aa2f481eb8595014a5fbfe4d72ddc19a73a4f6d76b18a61754

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed1264c5839d436e6398b44eae80f884957275a71ece81a863f7c0717cd96b28
MD5 791881b54c3d28216db3b504b2ca207c
BLAKE2b-256 59af05e33a230dd9a2dbce94b7e4307919ba810a268633469b9d4d5b5acb5a95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0262014ecd5978ae299bdc2eefafb1b2c20bd4d2015e31318fdf5487233c11c5
MD5 19823dccf2fc3abebea719032eed7a56
BLAKE2b-256 a3e1010b19c459d531b286195637acea98bfbd563ae6be60a506b988f2e585f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2efaf8335838ed2bd57e4288c11c1aace760723432cf45a3ff3085d2235bec21
MD5 95079a059204749bab64446c92255eb4
BLAKE2b-256 b1d4d00111e321ca9322982ddb68120cb66245fb863e983657808fd355a421c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6da860e37fd34953df6665370d614d0b084bbcf58ff4c295ea414b5f5eff64bf
MD5 82563e63421af95e8d5017b3a3597f39
BLAKE2b-256 41063d0a49bbb0c085fcacb69c6641869a6c1d052360eb7e16a192841b9cf338

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 32dd30c4fdc13a0dd1019108ddf884ec93247a956a637a922711f44ad8bf5f7b
MD5 6003a13dee59e66086483d0ca5660658
BLAKE2b-256 245a416c27412a79c063817c057f0f4cefde46c9573bf21c643c17384916b70e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 cf915785904859bab798e2ce34b09c321144901da65e93b5d3dd3f730c12991c
MD5 4c01783738d5338b1125c3ece45fe631
BLAKE2b-256 ae7ffbf8a2d5aa7d348db35dea983175b10ebccdaa4ef1a6841cbe3970101ada

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8f9353b65518fe56c47cfe12de02ade40f8a0e21bcf822cc04f9026cae0d3e2c
MD5 aacb3eaaf0426e6ac041ea1da716f455
BLAKE2b-256 9264d22f401778d2b38c859f18278e456492d36dc7d88a2dd6d4f68610dee376

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 652a4a883ba629a60abe903ceac6ad2b9258602fdc0c88e3962f44a489034094
MD5 1acb4216c87f1cd69696017ea1081983
BLAKE2b-256 71148e250ed1e9709100e69fd9650a783ae9987dd4f69bb332c46a843007b0bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da87acb8af1ac1f7fc2334ffcb260d099dc755bd9e5e2d044a09a4ac495d8a9c
MD5 14fc96f72f36b0160aa0ea858dc025a3
BLAKE2b-256 9e20a8210f97fe0dd5694843c3a79024d4c9fb0681fee3afa4362043f96fcab9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcc21355fddac2a1abd6bbde681c8700f83ccbc530bdaaec4c0b52bb5ba27ce8
MD5 62637b885a8e7762cfa69a87051d0089
BLAKE2b-256 929cb2020654bb97dc5141820618d8b01999c667a2ccfbfe25fd817cb4dda13e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3c112a9fba231bc1f5d512aad7e4c296083e3bf059e2cfa1e40bcda3ab3b3d71
MD5 38f67670532e0557c96d9e0d9004c6bc
BLAKE2b-256 119c19dae4f7c7d540e5a5037090413b22f50bbb84b11f90880edb7a95b46f47

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6c4dfb9defbb9a2efa6f4c066f7ca8bc48543d47e89285ffb283a0dd25f7105e
MD5 41a436c68d813b3ca5ba8b2e51136722
BLAKE2b-256 0d721eeaba5d1d96a794f0c2521bc3fe26429857b7382c87c1cf96203e57933c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 80ef0333d798ce3af6073915c5cb0f26a418a1217df329ef711210580a1e0f58
MD5 c5223f935132deeb534a5725c60597b3
BLAKE2b-256 b1cc4bd664e3da5bf5a12442508e53f802903eb67059f6c66420675c20fce5af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3d3296c19e31c6294ea7fdf49013eabb22e658476506b697e042a2a573e222f6
MD5 00462b7966fc30c9519e46afa566e82d
BLAKE2b-256 d7f155c48cea2853d80cc9f507d42fbc1b9bcf2525ac0d666a1b8c99e8953f1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99fbb5d0eb6eb5a87085cf740481a2e6b46f74481d6e24ff1d1a81a08b6c6807
MD5 34b10411cb4af935ce648cbc50bbb4d4
BLAKE2b-256 1a8130c494eaad27b3ed2861b05d9b8d4753ea822df7afa58c05ddc55763ecca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f56d37d6d0c4d60da34e4d20651b91aef84d2e691345d5a0ac772da0f2b0c9fd
MD5 2832f36f48eb127aa3a9bae0c6e25568
BLAKE2b-256 43efa09214eaeed25686269556609b613297c0f2252166d64e8f5e3b53da7043

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b707df0bf560501ddf30ca21e2f0c836d2e005c56b30e7c955d5e8128283879
MD5 b8c6fa5975605a3550588e115507fe20
BLAKE2b-256 4e33f205df53e1a00a4448f76a6049084f3da5e9dd6fadcc71b079510aecce35

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01d8ba27cbffa2fec63455d903f82102ebd02ed673848eb2567666c37b11198d
MD5 2ec344ceaa4d4e12b08ed3ec3669a51e
BLAKE2b-256 ffefbd012f74b42d813af7b83a52124b98843d0f540c09c356d9ba97a91d5947

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a0d81d1c4710ecbf06b50bde9dd35e10bd6e16927ab20a8205f2c64459f07ffc
MD5 eba04c49f297eb8bc6ea0d03c35667ea
BLAKE2b-256 6cb3fcc279552441247354f28f97b14755ccc57828c7d7f572fa5f2998710ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 272543c63513e9268da657e0b8757ee2a7f5d3fec6ebd0bb94b4a177b1cf08e4
MD5 ee22898d693efc4618e70835f2869ae9
BLAKE2b-256 8b4e2194099f0395dfeec6303a2e20b276cff4674e9779a50ef220f8b10f7bc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 326704cc76bcbd4d128e646d8c5ee0429ed593a3abc0391a50157ad342808ed8
MD5 a4a0c514e4ab288dc57d7e703ca8d371
BLAKE2b-256 9c9474555389bfa75f1c88996db79eb7280b7c02c41dcc8b94392185ec62d209

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d1b295453851e6944ebd3db69ec984c755ff7eed1ebd8c38af64fa3be7f3298
MD5 f11f0231017dbc58ceb727245ace44ca
BLAKE2b-256 154cc64ab00e3b47db65ac9a7b6768d0e561f8c794e70b7c439dcc37cec82bf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c761e01815c42c3f10fddc709892664a5ce528278205ca25ca21ac15093e2e18
MD5 e11e3ff0c1689602ec75654f290f286a
BLAKE2b-256 6852accaf993ac69317043870904cbdd957f8daea6f9e3b586839534fdfc0f3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1a4014853dac90a25a77c90c079f4fe4332328e719a1731df3692c947509402
MD5 d136485b684b7f088b69a23b26500461
BLAKE2b-256 fc71177148bea6f13f9f7cdc2f002ec91e389825a08c0ed4f42ec9352428a18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev22-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.3.dev22-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev22-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 35bb70ba4b61a8220e5fd5b4d4cc9ac05d9a69be173416a7608693c8bc24d13a
MD5 022ec7fd8f10f618489ef0b92ccc971d
BLAKE2b-256 2094f778462cab276b600156e2cfe8e0ca79e99131347e5adcbf0a04b436393d

See more details on using hashes here.

Provenance

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