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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev26-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.3.dev26-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.3.dev26-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.3.dev26-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.dev26-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.dev26-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev26-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.3.dev26-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.3.dev26-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.dev26-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.dev26-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev26-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.3.dev26-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.3.dev26-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.dev26-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.dev26-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.3.dev26-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.3.dev26-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev26-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.dev26-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.dev26-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.3.dev26-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.3.dev26-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev26-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.dev26-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.dev26.tar.gz.

File metadata

  • Download URL: duckdb-1.5.3.dev26.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.dev26.tar.gz
Algorithm Hash digest
SHA256 60588cdbc5a02928bb2c828b38d5043ff842be328183b8848d37535cda17feb9
MD5 b8967fd9cbcebfb47f2011498e12a9bf
BLAKE2b-256 10d6019a6727b50c6a9089cd5faa468679ec5631d1f6bac086bf3465a0accf3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e9b5136c2ec078cee6cd686ef064fbb2a70556ca46486f399e8c8bdbce10de66
MD5 b67da7e0fbb41a2455d65757c342afe7
BLAKE2b-256 43dc6d6f95b1160687c2e83344c8d892be0f877b3dc9f7be95150db2cf156c1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9afb7aab4d6c207b9d13c8c8f182ac8aabbb90244b1fb5e7cfe6ca5b8818acdf
MD5 1f4869c3fd3b9caeb16b1329960ab135
BLAKE2b-256 dbeb772e619d092bc13efb6605d1225359dc11f68d63153f8baf51b55501a930

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a987a3ffee43cdd8a78c217c1eb9de667adca664efff06a6fe726cff78a4ac9e
MD5 ab45b5690aa0e7a8ec6119906384c524
BLAKE2b-256 0806a97f5cd9c1966caa956ebd782c9cd1f331e8bf2dd14f00123a8f922eb2d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35167e695c6330f2cfbd859f7ba08b99743ac701bb93a69ee48aeab83c067c1c
MD5 ae3a86def3a32146e180ecf78a7a8241
BLAKE2b-256 d88686b7c81091d68e43c3ac18e283897324e4342d62615d4da3a30df3e366a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a78c63a5fd119f1426f175f030a7d91724ef3d4913525e20b7b67645044c021a
MD5 0b47b55fcf1c6622ccf4b6eb4f26b77b
BLAKE2b-256 fc3c803cca17d3022e4ab7fbd19d2fcec89167e5dab628002525fbf45113b0aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 18771f4c41133c376bd544f0cbfe20da00d851d240ccff124d67e4860e6211a8
MD5 3c4c21f08598b88ecfa2835987ebe3ab
BLAKE2b-256 3813ac11526eeda79a006319711cde4e21d17a34ada32dc690690451bf37b7da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 661a23f53f0fa43f297be40859e8ed59479553ef7a55eec5069843eee8c6615e
MD5 ee69f824f2a5bfa4918124c1e3bced21
BLAKE2b-256 869b16fbced83ce9d13c6cbc294d598eafa3e83c64895baeebbf8795b41098c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ffe03366cce5a9ff4fd690f912aade1ac34d7ba59a2474d05f6121b6e5def1ce
MD5 3de5dbb78530453ba587a050696bf4d8
BLAKE2b-256 05576e6cd38abd3965a5eecd47496b3d676eab5cfcd84c359478d74dff6d35e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 77df7c66028be0da58cbaf9a25b65a347980c5826dbfae3594179353dfdeab9e
MD5 cf576d12b8bdde64a514625bce8e30ca
BLAKE2b-256 2469d177bf2ccddbc488520ef8b3ab88846fd580237b3322e5dfd10cd604e583

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8547b40aa76e4ab320f682684b416a06e496783a40964fec50681e6edf5df5b
MD5 b61ac2216650f6ee358ee3eaabe3225b
BLAKE2b-256 2ef1ffd38b07068dfcfa341e143952afb10d6729908ad0010a9f8ed00f0d6adb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e70effc2842f34576139c365d28e9c24f2621dd8775828a1d94631a4c8605ce
MD5 bae6040da065c02710cc3f13d94a5355
BLAKE2b-256 63beaf06d022875652e08e08720a2828edb9ad5dc4b8458b4c323187db4ffe28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6afe90d92c0d0a420bdb4612aa1275409df6a09a0c789d05d04ffcf26ede1d29
MD5 35bb79bc24fef1ef371267758f43869c
BLAKE2b-256 5793d25ee10f33e58f0aafa8aa122942e5ecdf29c51d6948ac94e2435a655317

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 08112ae489ec08d65935e965d4f13cdf7cc61fec307f75262e6c31d431ecb014
MD5 065a03ac0d3babe3e728433b2d3a3836
BLAKE2b-256 1d9f92e0af01b311b135937b24c47ef23dfcefbaf9ca7b379c3633c9d787d954

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 dc0c875e6d0d483f25306bf721e93f862b980cfb47bc7392d50a06944188a6c9
MD5 68ba920ee807fc6453a9a7116b533055
BLAKE2b-256 9ca3bec5466f073605adf5f80153025cabcfbeda53376b6fe736f6c9d232677b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 42c2ec6d3546f6e39d1da8411dd24b27be54917cdcc4ac085a574101434e70c8
MD5 c22294cda4fb0fd5206983eb70fa959c
BLAKE2b-256 e16f0144eb1c5fc0e6810cbbd8e7b3066b445ff111e998aafe86dd71443ddaab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4b6fe6e36dcb4330fcce3d80be95b113e292929f7021fa81b4362b6a10b22389
MD5 e18449bb8c3e978ee8a70f6f5e4d6529
BLAKE2b-256 b7aa1d931c6c4854124258483077ab0a44aebd23b4428fee3bf33f9816b0b481

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b113c1af6d4556eb0d53febf27faf2748a8a3f1ff2f19f3afa482a492aec8f3
MD5 8b9bc5b4d999f615385ad174d0e70cf8
BLAKE2b-256 fa4aae255f5f8bed0610263ac6175903898d9c2fc7e6d87911130e43d17b5125

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a1d1687cad7fcb083d6bb317ceeb6ae0e8304f8db5765fa9c4f11a2c9e4faf0
MD5 c4220261d65aa9ccd284582b1f155517
BLAKE2b-256 435c0125c5a9cffad401dd29cba0d7301018d6630634c7d60520f8257ca40ea1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 341be61f3b80aa34faa96d358a5e0a5fb6d3cd97d4443966be6183a0297af5e2
MD5 98c37c8301d88eefcafbeffd13a4c349
BLAKE2b-256 38590884d47fff7ae0176b28b2432c46478960ece95c351f3ca7c09c3869dbcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5ff194899e8a8e0e678020c064c6b2f179c0b90cd5d3b407de5c2a5d079573c
MD5 c070969ecfb7be74f6e3aad5c947607e
BLAKE2b-256 f230187446fa7825e3ae6eb3347c624d6e59d53f8de75ed195f6416ab5d421c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 89b1f0d617f98f36affff0b9251d46f3836bb1c8bdcdf8c0ec527dba71377c15
MD5 5535acf1af1ddadd59dc6cd8b4b7a7c1
BLAKE2b-256 0a9ff738f92159a24bacb778631cca6c7a31165094eefa0f3019f50e488508fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 138d10fc1665ced135b7ac24d6135358562474ec7e7a53449f54668ee96ee540
MD5 660b668a13cb8ddce321bbd52c9fe38a
BLAKE2b-256 8b171619b361eb581bc3a81358d1fd2c0624da2b5ab3764f57c3bd94114b7b19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 73ad0d1a6e20095e04838b523c5cb6c5e0425f63c01446fd3512cd11db44f64e
MD5 cfa9fb71a0f0d5929027cba001aa35ad
BLAKE2b-256 90766d9ae8e27a194926e78ac02c7deb9454eebb6cef8147fcc5e3f5eb654e02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eae3ae9c0ff142816d7809d35c7726b5b7bbf7e50ba5c9bb12d7d3049290fe9b
MD5 35d18097eb7cb4a8b594731457068e2d
BLAKE2b-256 d21622c3bc3569943f5abcb4cd9f7138f4d19793dfd1c42beb70c3b13f09d37a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fd47e4f13df127e6b3137979ff86459e8fa1aa8d907983790da7e4fda4ea050
MD5 2472feece4095fd5b4c49a89b4027a71
BLAKE2b-256 73628ec3161396e9f9548f841275a46d09a17d3e2d7b06e17d74a65b654d2207

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ed7f836cf4c6f9de2fae938095d88467d8b87063b66f2b49e994f4211a1f13b
MD5 7a2219c7c3ce4757d4b4ffc944aad6fd
BLAKE2b-256 0aa30c78c10a008617e27454beea1f28095291ecccfe8be3591f9724c970d9db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ba9f20e30d0b74a9a29b34edd820100db3c7b026d4392298b96029da8cb42a7
MD5 935b1345cd820afe200989b62f59bde3
BLAKE2b-256 612fb8d2185ce1af1580a3287342191645b9d6cf471390244a12de43cffa4d03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ea5adeff34fdfe994e4f764ed1b16356f13b30c42db7c4b380c51b85aa6dca18
MD5 9afa58151eb1268c71d78529fae40b8b
BLAKE2b-256 34632b25f4d0b9a2e7c1efd4d724974155a854c386dd79deb1315a57c204a599

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3112b7ba00a823539d3f710e2e42a658dff91b11e74d17d41b0179067104b8e9
MD5 2184011119766b431a7c6fe8ce943a4d
BLAKE2b-256 747f00de1dd6a0bbeac5908a508d59324ade552b8b51d45cc0f95b5e5e0f1f4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa3fecea39c8fc2c8aff74afe353187a3259de6ef3d5f1503e8e5c376cd837f9
MD5 c0bfb2f12f719a6cea920a8235dc096f
BLAKE2b-256 abf00a504b186090cf3f676d7145f8ce226d6e3aec53f1d174a41f913ca6b8df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b5a55f0d08d617796a7b372f81b14850d970f44eaceb099a1881d8e1d75892e
MD5 43f364fb1cce334b467cf993e6445b8a
BLAKE2b-256 95fb2e6122b005f199413683c4133b02b9f59842fc0c4d5dcafcda8022d2b824

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 340adde157d8ec318f40e23f560ed15fbaefac45603bdd8a4f906be34f8ccd35
MD5 5ed77830a772adb5011531c77631ac25
BLAKE2b-256 dfc0118efb86b4ee80658b3ef0592ab3681ad36afe34766d23788b46fc420d9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4faaa2217b02b1d9caefe02fbaa576be57f78d1bb7ebe68b6b680ea65cb1bd77
MD5 8bd0fdc5831f6d13d480ab2cad49bba7
BLAKE2b-256 d7a8dfb83499f038c6fbc0f3e4b119b844c86423d39b7ceb41547a941f37dbe4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev26-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e76e1d8fca84d7ba5934a1e4e1ae7ef9148c55fff9ef2b206e1ed6ba89f6512d
MD5 34531ac6520224255dc2e9d3db63ec24
BLAKE2b-256 3c2b6b37896324e2f514f9fbe69242b47b1e6529118f2a155a3ce5a6a5df8a18

See more details on using hashes here.

Provenance

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