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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev17-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.dev17-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.dev17-cp314-cp314-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev17-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.dev17-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.dev17-cp313-cp313-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev17-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.dev17-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.dev17-cp312-cp312-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.3.dev17-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.dev17-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.dev17-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.3.dev17-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.dev17-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.dev17-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.5.3.dev17.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.dev17.tar.gz
Algorithm Hash digest
SHA256 6767b14bc385ba1c114fe68eb5852f9eedf189ef608c133052de46343ba57a30
MD5 16342192c79623dfe664aa9cbc97d5dc
BLAKE2b-256 6dad70d2fe6baaa53e96b8a64e9d2544d41d848c081347eb3fab4f3d2bb127e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8b8df5e646ad2eb1666d2c959b2fb8456a19a8fbd4ad81b8fc0d239a007a4cb8
MD5 62edd9e8557f709315092e43b33a7c5e
BLAKE2b-256 39ccfc0411c46718106b928e32e2d65c156d949ed2cc9742d74a0f712f915794

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1e0df0429a23acb4495399d1cd9322c2e7f6fe95c1f39fa79789e5537cf033c8
MD5 1f85a9c839b172f39b9d1be21951a36e
BLAKE2b-256 103fdaecfc4dc47dd5c872d504217bae930e4f6c26f8a3a0629c3ad64678dfec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8bc606332f4b358ff4fdc6724d465089f3e1b22ef46732abcd754423f69ce4d
MD5 ceaed8818b3dd4c6f9ffc11a234e340e
BLAKE2b-256 40f5df8de1d71c6f99541aa3c7787495bf28e0d30d824819cf9c5f945225a71a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0624244582a69627790902d5a8d3243e8a7225526f83c6545a13d77a4b07b2fc
MD5 2e3901476ecedb69f8fb967f3b333f11
BLAKE2b-256 649cba77bf9761e0e84c11507556b48f814721dd6ca45544dc78785fba6d85e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c395e540177c1143ced2905485a0fe2f473e256d4e95dfa45e7e8f15746424a8
MD5 17b202bacd4134a6b479f15065cd57af
BLAKE2b-256 29dc70e39bd2450e9493304fc3af70b140e075f6855d27a48a4899a1261e7c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 90038c3f961f1501a550bcf336ef10c3bfe5e01ca519af24fdc63eb23d8558f0
MD5 be2e991c7249e71be42ea592da1b667c
BLAKE2b-256 23198196dfc87664b55fb044da8361c5fa5b0fa0b22c283e8bc2f1c88a28a1dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cbf5cbf3cdc7013380d8f1a8d2d0ea95da3ec8bbb6147fb85d7c59e28ec42f71
MD5 f8a8f8da5f18b2743f94799b73aa2b87
BLAKE2b-256 81cd983478a749753dac199aad7e0f7b475bedced8932eaa78b0879c625c54b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8e8e711dd15cdeeb42a9ddd5aaabd99bbb6d4f5b0777316210062e11718d276c
MD5 79c16ac4a3caa487fe79cfda3889d5d4
BLAKE2b-256 351bd7573bbc4d6e117ebb0c4bdeda0a182ad7ef3215ab937defc9f64776c4a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 047628c0aecadaa88d4d40f410463ffd73d410177585b254ebcba459d22cb115
MD5 69db493506c617fcd7f0332f9cb36b20
BLAKE2b-256 216df25014d7f331d03e5cd11d3b5d828594ed2ff31bdd8b9f63c9000cfaff81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a00885212ef341d0fa5338a727f4e1b99d0c421c66867b9e3df5e9ad60252673
MD5 db52f2fc9231a4c8d9da4ce910995f04
BLAKE2b-256 992dcce1899e0e983e99edfc47dc953ab399b95226dac8cfda8a03af2e289d85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1386720a20790bbbe31d836eff65e40590ff3858fba64b0bba04a4eda84037e
MD5 9a1347069949721bd3c8e521ed96c990
BLAKE2b-256 e2e41516208c0daf3295ca721f3d64b29ad30c5e37f9b4fb63cab183894ac1b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc7fb61b12a4c7fd68cd0a13666807dfb49ef25a44c7f392993703ec9e81dbe2
MD5 0cf73fb634eda4042e90c839536e80cd
BLAKE2b-256 a3d8830048a6c64d9e94845a8e67b03020af5acbd9dcab50adea639c8b4fd0de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 24efc73a326936199538e6c6e55de80e4d31f874dddc81988b3508095cd64127
MD5 104473a33a5ea58114d37ee1c6f815b5
BLAKE2b-256 381bd2b1d85b3c0cad2284746a08428315da6cf5d9ddc7628990224aa217507a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0320472e7b5bbdd16d32d08e76df9d7e8d07261383e74cf8552576b3b9402bd7
MD5 51935ad2823c43df9bcfacbc9a66d3fd
BLAKE2b-256 536165b62b63faa505648e36c387802a06d37ff4b787e79f193213ed072e762b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d9f9a75cdeee7cae43781e754c9e3f29c838f24ed58f0b770c8f20ccea6008a5
MD5 c1e73e9e253c10fbbc0b042085ea8ea7
BLAKE2b-256 8ca1414d77d11845201164454239e3bd2248d476a30bccd6e8abebc1ed5ecbe4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a38dbfc3f52f5fefbcb7a0ad5cab52d0a365ac6411d316bbd758c4cf7727c71b
MD5 f7afa5d677baa1f8ea696234be8d215c
BLAKE2b-256 639c39feebef0333c0228bcafdd156297e464fa47bf99404ea11222e4d8f2def

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac0b820f364e27241a9f88600f3c0a452a7b445c95911af511a5ab83b5b2cd72
MD5 f19ef92b49ac8ce16d6dab54fba773fc
BLAKE2b-256 0f6a7e3a935a2dafc82f7a73fd555d1617d6aee7f6ca3b339e4ea0c48fbf3c1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 985a4d266e1e31a0ca0e24365dced4b2fbd85eb3475cd4316e62f4544163cef9
MD5 514184bbe84cbac3bc26d8f3cb573e36
BLAKE2b-256 0ffc8ca52273c9882ae6b20ab7d6ec89409683b4e8df4fb22dd0e44e2cd4fef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 272f3b74185d5e65f7375b37b0fe481a3375e3d7d0b83ace2818830a7102cc25
MD5 aa9caa2de5648a15a4265d4c309f2576
BLAKE2b-256 9860d529ab62d808e2af1b3eafa623880a96efc7023ab528972c1096677ef525

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ca4e8d189d1b9f9d9e5be8a8529bc9806bd8101ee0178d999a9ee9e2dea4ef4
MD5 3e6cb5107cc7d336ee89dd539b0de85c
BLAKE2b-256 30fed40e84b4bfbb45ef575399f744c3292add17060bed3968a1c4619cf6035f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d727dc690e5c58cfb6391c537c996b6c25f4576f4c6d67e462092144899211ed
MD5 75443318714196805b47fc06d66d7a3e
BLAKE2b-256 4bc4e5f29da413d8cb6d5a2716f6970ab0f8f69202df1a7c2834cc5f32198209

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d21a6094b02aa18a6f2f5af7c325e79f2e55eaf4585e5a69a84d725e321517f6
MD5 a0f3ea14e13d864ce993d07e8b85461d
BLAKE2b-256 adc56cff28c2644c465e4aa7d2d9879381cb2a4dd147a5ae8e121c9a9c34d41c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 654f9043a92709c4e0eb5acf825de0f45dfdb0788ca0ff298ea95adaba752bac
MD5 c1f4fefef2b89986f29bb48806cca9d8
BLAKE2b-256 24252fe21bd05f3ee391c4a6de1c70c57330226259ac2d3f3d0edafbeb0ff2ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0a707f0cecf924926ad82bc66c40a59b39cda809d8ea73b7afc20a73379e554
MD5 735b05128ca72152269e338ea2496384
BLAKE2b-256 d36b352df5e87db99a347c4238ede8f1deb6df91bbab4aa5ff686b6c58ec7014

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3cafab8c56d208a54e1d5732f5be4e9bd3396aa41f7e06afde0c583d64c654ba
MD5 d4dfd91d8f20a7d52913e00c5fcded55
BLAKE2b-256 8799b9d37b4a7d7f0cc4b09acdccdc87ebdcfa82ef283a6d8406e707d07d8e9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d048a0d60b0f7570d2a937ff49385ee3bd5de61eb89ff4a280182945d5139e45
MD5 81f48431b1887548b5d2382d13175dad
BLAKE2b-256 42a61e1674da5960d17171726a6fdf4cadb19e5973281231127e99eba5f5c354

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc1021e3e904ce819ade2a1b5a4619f2d276473310c21b0740d79c290d7aeaf9
MD5 97c1ff72ff2040e4572062ce5393e23a
BLAKE2b-256 6114baa76d7c1c8109129b28370720b192b9325f469bba0cfc0d2aaa5f6c7287

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bc451b941212aad9be6010837434bc18bff18d138248b63421dd800c6c52b264
MD5 9286826568fd9c5af382460390104ce2
BLAKE2b-256 89786aedec72ca5e6cef63490e1e897c2f45ecf8e8c61ce7934d7d17d250b4f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4ebff30cf094d25326ac5fd4bf31c0dcd92ebe0d4e847ae50426ee93c92dfbf3
MD5 5d17d83973eea99ba8a7a5da2b4c9f34
BLAKE2b-256 83c5ef888c8f19718b8240f491a9b4d256dbbb3074805094d89a1add98da4fc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf0ccba1601d9c5925bdd250bf79bb8b21de0c7e1c695a8b7f16dbfdd82e3c26
MD5 e8c94b5efd9b0a7ce1b7efc7f3c0c3dd
BLAKE2b-256 3e458a6414f886b037072a1592f23b189a52a410707562480cc2a845adeba0fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3fc45fe3259462727462ceb78d46e4950127ac243ba37fd438ab1ac488b129e
MD5 3223dd43f5efc8708cefbc1c0332340f
BLAKE2b-256 67fca255c80f6b988754d54a8e68e63eab4ff22e4636de7a33aa6a5e3a8b5620

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 925f9e398115fcf0fdfd57453da7abbc008faa155f9b4c9878d285bd18eee035
MD5 dc878397d4e7aa4611206dae372b8eaf
BLAKE2b-256 4fb1a318eea32ff0f2dbf8804882510699e065afdbc3d2b922c461e6fc1c0cbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d34443247486d88d7962820834026c29d72c62760eb81263516efd4db9427421
MD5 70e9c41e5f4e3911b4273c51e760c610
BLAKE2b-256 558cdc5ba7c8e51f0d5b1c2d20429a62a7be5a8e9d7c669aa3f38d9977309968

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev17-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 00a62b59cefcd7fbb26760c5a5287dcc0231ef64d1568d443218cc777c65c20c
MD5 ddae500299730c79fe08373ba32260aa
BLAKE2b-256 d6fa542e7f9c90257ef7edb98fca3b6e858540eca931d1670b0afa6851e8524d

See more details on using hashes here.

Provenance

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