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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev5-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.3.dev5-cp314-cp314-macosx_10_15_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.3.dev5-cp314-cp314-macosx_10_15_universal2.whl (30.1 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev5-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.3.dev5-cp313-cp313-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.3.dev5-cp313-cp313-macosx_10_13_universal2.whl (30.1 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev5-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.3.dev5-cp312-cp312-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.3.dev5-cp312-cp312-macosx_10_13_universal2.whl (30.1 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev5-cp311-cp311-macosx_10_9_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.3.dev5-cp311-cp311-macosx_10_9_universal2.whl (30.0 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev5-cp310-cp310-macosx_10_9_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.3.dev5-cp310-cp310-macosx_10_9_universal2.whl (30.0 MB view details)

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

File details

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

File metadata

  • Download URL: duckdb-1.5.3.dev5.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.dev5.tar.gz
Algorithm Hash digest
SHA256 a2fb05496a069ed0573ed9e2d418227d1babd68a70cef65545c086684f76e361
MD5 0e309434da3f7e42bb3e28e5d5a222b3
BLAKE2b-256 c57d494368cd817bf6f5b1fdeec9ce90d4caee8a9c539a66156184fadc384145

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ca3f4d535f008e0f6868fec5277df6ae216229e37d95e8852001d4bdf07627fb
MD5 57c25de1a75a5abbbd89fe2d10e49008
BLAKE2b-256 bfa210df1265132792c863876af00fddd5fc353665f5685fdba4fe10b40ac1b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 53f4ab36e49ee10c365e36427bcadb1b64b18f42b6e927def78f573af39d3d55
MD5 963d1a3da2329e6e241f265dd1dfce24
BLAKE2b-256 e5ca15926d163fd6f8adf2060e44ab01e4b0e7fb85b593899b5953dd22d2840c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa09726fecdc85fe6705fba6d67ecf2aa5b5be67102436017c62e914ce2478d8
MD5 9bda0ccb379fe72a991946c6f904d25f
BLAKE2b-256 e3bf12741f29ff254c0e6e2dfc5d71cf2455a85921e83c8f851ba282f8c3c02c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c8a3a9140e1525117c849ee606a1e8e3dc359cb85710972a288aa42d1f9030b
MD5 893c79e5652d9a0b2f8a534373d4c646
BLAKE2b-256 9093ddbb73219e4581264b611eff0baad8e3e4631317336b180c3d3650c17611

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dfb5b2f353e9d2de0561b1ad43a7fb6fd402caa8ccda9188fb23f7404bd34b1
MD5 8886eccc1bd2245a5f09bf962c32af3e
BLAKE2b-256 50cc1660191ec8b6c498b21da8bb7e7c56faa3742b694b3d65d7931890dbcc85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 82ceb968ff16fbb8a13cc592984cd418e9d976bc39093b0963a1a3b6250835ca
MD5 b4dfa33ec38ba7e7914820001c0eb51a
BLAKE2b-256 f4ddb0daffdf39db145c3b29fe6853669c2eef3a04d09ffcb938ea7227e373cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5c030b73bba197c82a9baea21d8fe0fb68d69bfff84aac9802eeda3af6628b11
MD5 19b6d70682b71eb0c96732edc3c8ef04
BLAKE2b-256 e1cd9ffd9256fec43493f184cdff27ab95920e783f6bdb79700802f015166861

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 094ce8782b407bf69429a4ecc8ab97d823d2ebb41594db8d2362d9e186aacf99
MD5 28bef6cf7c774623081b2fcc6cc8627d
BLAKE2b-256 5b8140d7fcc7b097f1c7dbc2cb98a5e328e0ace107fe0b90fd1960faf3f5df4c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 79a4e0bb9399ad91c89a08928c0ad887c207a71f5f35075b2fe1225e3d71f81d
MD5 67ccbb83aeb1c8dc3e971c406277b65f
BLAKE2b-256 22faaefa73d3ef6a4a852774970c5460f3121ef21a349cb06dd77acad75e2257

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a09e13d4f92300774da5f5a0a6f03b6ad700b7c478de9a49f60c6e98d5400f89
MD5 6522223e14b2928b32e88b8733eb8b81
BLAKE2b-256 afcc79cabfff14d171333fdd1fa9266ca97306daf3ea8ee03e8c16b28bbc1e9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 290a34484634717b5ecfc2186d8f77cd2925b65465ec45f3b55a040badc4831b
MD5 f87589d93e4a6c2e8a772e07834ff047
BLAKE2b-256 3c1517ccf2cdfe61428fc565dea546d7cd9b29f49793c625604492287500958c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8e477fa5879266d2b94237844b1fd4c7d8e0ad6c968a841f4dd224551f6a15e
MD5 d3dcfb9524238ded310a3b5d5b90d5f6
BLAKE2b-256 5a9323dc43c21d829ee3c8003bc08330e5dfa043bbf46042e2b1c9dff9f022ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4848581a23be3999c26c1837f3b0f41c2dc708f80dd6e890a49f28a48293bd62
MD5 2d36c728a0cd4c7c7eb8a45a1a403644
BLAKE2b-256 0ef157b0e7b82cf61d52d233240440672b8e635947b530fbadb0ba098e9d6f1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 50444580c6eda672c3f934f5f1971e2975291969dcd0211bcaeb547fb8694496
MD5 53cdab3dce741d4a15e1fb841d42c185
BLAKE2b-256 41cb5239add2e51f4e29d6d8f4199eeb7cf48167bd8dec4f571b46d74bbadb8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4651d3f891f2dd6c69c195d01047cf14b361b130aabc2369d7bffa7723f0fa44
MD5 90dfe0d7883ff1956f766f3850ef325e
BLAKE2b-256 0f977b02112ceb95c6729f72c4e36d3bb21a7a03331c856c57c2b7c65889da88

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5e4d086a2a01181ac84bd006421f68aa10f9204c1cd6954c00618d62169fbe53
MD5 c179c63ee8f7374fcc1a4ce695a0238c
BLAKE2b-256 d5f643218015d5e0bab05216844c126f8907abad69058fa136cb9bbce03b83ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f2fb9dd50a901b09e97d0f0c41551d9cc89df757adff0ea9b5bd0fa8872275b
MD5 f1fd48a97f80a3f1b76a7918f2717a3e
BLAKE2b-256 17bb21c50cc0adcc900761868183202f24e0af527a061ef435e3402d48b11daa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06b9a116e62eb173b178daf1fc8bb27a8990f729cf39a9e7ca6f54473e4102e4
MD5 ce02ae1f99617e1ad939237d0cd16dda
BLAKE2b-256 118a20f4936a14029d62eddc6ec0ba0107b4914b4acf6dc53f68fc01d1407076

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa6ec4030880941d635c5587124f8aaf3e08a5a17f5ccb5d074d6c839b5f7901
MD5 f3185a14e7d61936281620385c3422b5
BLAKE2b-256 bed4b66e1b85c7385ad520336a93a22289cbd804ccf02e72989b3fac26606a73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f5c6d152d5f9c5f27a542e8b7c13d1d53d7a70f17ddf0284326ec3e00ffca7f6
MD5 f9001ffa55f424745d806e98fc9af91e
BLAKE2b-256 85b637c0fc453dac95c61d916915f42b7b632e8a76c19848385842192c32bee1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 05add8177c3ed2fffc83656c05c414ae36573ca7ef97db51d30d4cfe7990ac2b
MD5 20de897790d01a5332c28597771c6d4e
BLAKE2b-256 f1b5817a24661f46db9eee2a2ffb1f454c30d83acf7d44926b271e32bed89158

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8de77feee80cdb3fad2e03f4d8f8477e253bd60e89e473eff6049c23bfb21132
MD5 a394d03ea4728a37b88e9ba16dfc0fd7
BLAKE2b-256 cf8808b2dd3aeaac30e4e307ac8bcec0aabd78806c5b88c01773d4c505a7a78e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e40cc90e760ee3600e671d5a40f958f86b422d7008b5c7209c47254047b2b8fa
MD5 a9263b2740ee8de1e77e5a61d770892d
BLAKE2b-256 bee381e537f1254c85397c406c6a7fc4bbb4fa06c7b8107c63b97f10fcbd6f57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8dda3398c852be0d308ffac5003e317f85922647c6927b990079c4c8f930ebf4
MD5 9fcaf7c20bfd66441c9a8a538934732b
BLAKE2b-256 0e2a3789923a7deb233234b9d65ef1d939e13e3ae0b999da5e41113074fdaea4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9afcca0332abe7b163d37ff9c11cd65250330808cf42adc975e702d86cc73f38
MD5 f2571607899fac19cc8534fe5cb9ed65
BLAKE2b-256 1a4fce22f0c06eab3046169c9ae143a61f9dc5bab807a31c489030f02407c04f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db36fc3438f3c20bc779edf6650095f3e5596fb612d2b05b1a9e243e3e3f457c
MD5 febb29d6734031492851efdb23931d2b
BLAKE2b-256 d901539f76f0433e7c94ce062594879172445f783a4997bf8a145cd17022840d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52cb8f7f9e67258a6b69adfba9ee0ed722685ac54ef6e4f2172ab081d62ec166
MD5 4092e3af66194731a698811e2bc8e881
BLAKE2b-256 602bb7d54e0302aaa13df48921e5d0eefefd12a8236d077fa402acff9f2e477e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5d8e95ec858a8c126cb64936add95fa3567d7bbb656971a90d2854365509d84a
MD5 52554ec698ba641c57cac48fc2031208
BLAKE2b-256 fa290260608c37b0f9d88662b7bde72bb6ee1247747c750e9159327a149352d3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0cfa965b022daaf6685fd550712835bfd4bbde01c6fa40224ce63dc1dc293fe0
MD5 88708c5d46af9c4a7fb0484a0c147ffe
BLAKE2b-256 eee4f2728b05938ef8410a3f643987dd2dc3eaa8a56069b3748a0902c487a96d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9518399118fd70ef9b83efa476b5f4a85832d3b0d19468f7b79b2a0a1040397
MD5 873fece850bc0d1efb6253849b085716
BLAKE2b-256 00aa65065a1747f3270c36397167c1eac554406a5f08aa8261e67fdc1b22ce67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9392560382239e660e71506deec8c8d1ad72cd68e4b40939076dfc27e164682d
MD5 396c8b567660edd30a2206082a87b171
BLAKE2b-256 d01dbc349befc63a20780d9821391762a182b87cd606345ffcaa032a8058ca1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86d047f745d712980ead75ba52f2f204cd64ab8e7c98a25ce5727ddc5ac70ddc
MD5 7b773a5ad6e4ab6a8b898465b965a65a
BLAKE2b-256 b1c57c409a1e7e4bc59971eadda2281b72f1224814afa7b02c6281aa7221adf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 001ba7775ac07e237fb97f6267fc0d6b3b77665ded862925a8f0abbd075d197a
MD5 97d50806997233dc9d4e25a5a27ede3d
BLAKE2b-256 4068f81745ad1c0cb7145036fbf9e47ec50ff60e9f2e18f004e195df4e246c3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 42f7681b1d68c479eda4f0436e45462c0f5c7a36ce56bafd1801c11d0a88daad
MD5 356896c92e6fa038678ee9c0870b182b
BLAKE2b-256 2669c33376f504eaf74a8497e5efdf07c3e69133a136296205e6794262a54d10

See more details on using hashes here.

Provenance

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