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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev1-cp311-cp311-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev1-cp310-cp310-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

File metadata

  • Download URL: duckdb-1.5.3.dev1.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.dev1.tar.gz
Algorithm Hash digest
SHA256 bc9b3a440b34a7ecc6c2fdc7a6529f049b3d0e59cadfc38ff67f9db2aeb3d22d
MD5 ba108cb38f34eb8d7bea71e39aaa570e
BLAKE2b-256 aa56c27f1f9c467a674ba1bd7095fe2b651190fff166f631fe208f4a29de5a9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 de3c181b23f1dad47cfeed89b442580b0c1a2a55a79f81a2b5370e822a135be7
MD5 49c63625bb4fbd035bbd48a5b6d8ccd8
BLAKE2b-256 c8309d0ea856fa11673d08a2865a0305ec68ad837fd8b9e0c3548e2313321222

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev1-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.dev1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c5dc3ac21b4f57363dc7ba586bc77bff981e8f00b9d2df274df5f47d2a06a354
MD5 639f8181d4819306fafc8a5693881cb9
BLAKE2b-256 be389bc5d035e08567e98140fb6dc44bd4b362a3b351537576be23a3e1d40d4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b04d0d830478cf6f62854e991801c2863588b39b4e669d4ce2b22f14b528fbb
MD5 daac7f95583299776af9bc8885891c5a
BLAKE2b-256 b73a224d0ac6878155b56b5fd106e750f4fa6560c68035d9ec2bd8e5ceae6a0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 609fed1a93489dfeb7995bb3453d32e1642610a967a3d6cd76cd4f074ac7bb97
MD5 213b7822dc97dc3685972b05af6527d7
BLAKE2b-256 aade64465250f1a7bac9b477205a1963c72e0df8cc538c5f8ded9e16f4266eda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4709452991c09a3feebd7ba77f833777ccbf1c7e2b35418f5b509cd8b1f585c
MD5 012e5ced2b309251dc93c2e96eff99d8
BLAKE2b-256 3f780aebbdd8a626435c6fc39312a337cc49db3789561cf6231e1e7cffa950a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bcb74493e44a0fb5cfc9abe7c5ac4d390dd47296be50c7714ed07777fa65cbdc
MD5 58d73c25743fa0b2edd67d97e83026fe
BLAKE2b-256 23ef6fa0354c09c5ecfd4a10c3031b49a1305ee21e95a512ff2eeeccc0161157

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 90cdf349e31f01dcad4ab74e70bffeb420012d9d15573a73937ed5d9d178e762
MD5 cc3b378dbcecee82fad910277846835a
BLAKE2b-256 2b3a00258e04c42abc19bb6a5985aa515d6154d8a8cdbba407a53b8aaef293f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 457fc5c42fdff8c3ee3ac8431890d4e0d6b1ddde25a6e7a3dfbdf4b2d5c0363d
MD5 70543dc17b7bde610d0ac057116df34b
BLAKE2b-256 d1dd544f07603943ed820b5e82e97b386ac3a067158e6750d1cffa5b539f4363

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev1-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.dev1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 859fe7124c208714ee4b01bef80c356ea1a67f77b493619029b591780a4879c9
MD5 db6481e5bb756bbb01ab75fe37f42e54
BLAKE2b-256 ed261b673707227213f4b3c622dde52632d7ce5873e04b2b3d4c8c39807719e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99b0eb9258ecc014ff382c4833add1887f725e2996f2f2251c561735a93ea9cc
MD5 07459c30810667f60d80702ef86477a6
BLAKE2b-256 95d0f5250b524e4629c40489ac9e9e5ac83490e9ae161ca48f3fe9d8baf09337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c10070058f730772805ed8ab4e6563fd37afc16fc86d69073fa061552f511fa9
MD5 90316e3e0425f093dd1fa219c0f64c99
BLAKE2b-256 4057b83e3dabdb82829d2796bac32d41850cb0651d723b8d572b0a3a76992f54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45f15567c229f81c1f41d7137d210c15ed3680c0d4ff8971e264918c8dd781b1
MD5 57f3d1086569e9714cf52b931b060295
BLAKE2b-256 a9c5522b27789da920225f51e4a1527506ea957e2951959770d26b2a262bef51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 40307706856cf5c280bad89ad9ce387856121799e177971c78c3bbf6b761b47e
MD5 53e3345cc68fe96ed949410218f2a2cd
BLAKE2b-256 d7f0255f96b2daead509bd785ca7e276bbf3d911abfcc1f5aa83ccf8a9c5f370

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b14deab3f8331aaa8a21755b39a868655cec30f34d6f8b91e36f5ef4f5420e81
MD5 a68d9f91f5741dabfb97cbe8e6d4ddf4
BLAKE2b-256 56f7845f50175ff03086f8d6c9a9a0ce7dda5f717c26572c2cdb0266216c4c51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 067cd7fba43055d943c8d8a1f53325712e63bdbcb154765f1633311a6d751645
MD5 7f4e825e99bd8ce0a831b2e95baacbe6
BLAKE2b-256 80bdc0b92cc6b90261cef648850691658bb8b39efec086696f0e2033ef6a84e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev1-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.dev1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d835fcf2642fdbf6801738799cca46912f3207e56cdcd84775b4c03de24b9131
MD5 c7dc1fea02290ef4544bb29724a30a72
BLAKE2b-256 56c73934184ea82772c84d818109f6f5abd6642748c68c43be6173be27ff903b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ba0edaf6777b33b2dc7ace8ee7498e5cdcead1628a090f43e544e9b9cf4b2b9
MD5 4446f78eb9d3a25a4a5d742b4dbb5683
BLAKE2b-256 25085e639d3ee8c297f53f1a312426185af21b67af8fd5ca6139e8652b47ccf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8938bfe24ec40e4172cef5f4e39e84792ed5b73d4f59f3af2c26f821426e8394
MD5 f8516fd9ebab878aedb68aa56e44ebbd
BLAKE2b-256 2e4dcc3320229c824584872106945a1303d427a18e5c59a7194fb3fe33842194

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2caf2ffa7c66440e6d7532bf834626237dd9540e27f7fd4cca7e3df8195ec519
MD5 d2b26eca014b67529140debdb492d906
BLAKE2b-256 3c89c60d01cb14d4b89fafaf1fedc0c94a7ef0aa2aca00a9a402986c7f888551

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3aba5e1f189f1bb3ccd7cafce5d6c51317c73a662dbae80629a15b5df5571681
MD5 e56ae4580b5daf3a2a7aeabc7b7a1f5a
BLAKE2b-256 07655e171bf1dea31902059dd12ca62f656b285908f055219e3ec838dbcf5568

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c3d75df09c12334263399a11722453f0ae2a6fed802eac06413a91d859866cae
MD5 3e80c14dd5a795443e615c6835c7edee
BLAKE2b-256 a4e5e3838dbfb6416f5d4e9f79f43edf9b32b97ea77b9168bf35b11595dc1611

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5fb35f3eac96882d9eb20c5b0bf132ab1c5d62ed9836f0feddb7daed42186404
MD5 7d59ec6e76e07a6c70a3f3a0e3675b1f
BLAKE2b-256 65923dfe44d7453ba7e4ef359a178c9ff38a35d4ad0df2a3254ef82102e01779

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev1-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.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f7aa7413a14809acbe259a6e778f071d13cdf1ba8372aa021a857cedec27fe43
MD5 8bd3e89b50338e24fe960d5449a8cd83
BLAKE2b-256 dab4ab90e10de631d88bb345798baf8e246c1352935c3147b44918df658a46cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ffd9840b1befaa3053965b614015f5235447277052b70e1b145dc8bd9f3de46
MD5 30c3b7c7dafcaa7c1c5c8d52ed1652fc
BLAKE2b-256 95289fec53695553a5d825de84231ab22c64aee3239bf1f85c43f5d947892030

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb78d3d923db16fea06128e37ce9e3f9845578ae02fc0c39ac94f5916bdac199
MD5 edaddaa3905497755f3dd7634fbd55eb
BLAKE2b-256 a318bef7638f1b839e1c9486a24cb89533f6f841e35fa36b76e4c576f3e34d22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b11503503402a17fcca759b6607ab2cb8d1dee623ecdfae3b8730fe399a3193
MD5 6cc9194414fdcf613dd9dc5bdeb91d6e
BLAKE2b-256 73005592efeed1ef2135a8fa7a01884bf9aea8b7c73130eafe897150207ed0b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9eeaf47b964b79934def2004099af554c9365a8c22263e9d3f22c60d69a0847b
MD5 1319ad32d7f66e9d00b5b11eaab3b223
BLAKE2b-256 d045afdf6045cfa2e27f9cb7eebc786815efef40e3e309b9d603f87ae0af0e19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 985c5c0a075ca020bd6fe58e579bfb2556056574dd49fb4b82630fc25adf90a1
MD5 47e791a00ef1eabb9e73300aea98f717
BLAKE2b-256 dd19cde3d21590f36c8674e3d987ed58e204c3be4c93c9895584797914826d69

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.3.dev1-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.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 67624e47d918e1cf25b1e5662b239363fb86ee1ce518b51029e8a11c859a9d42
MD5 dd97580b7ac589fd0164e58348cd4fd2
BLAKE2b-256 e106c0a42ab5bac3f46681fdcf1eca0ae488a3b365392f67edc6ae42bc2e500d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b19f5d3243f1a3118f858b01dc77d33d8c6e2216508bc73b12b975a378647de6
MD5 91093b849a52af9b1d666c4c3ae0d71d
BLAKE2b-256 5e056de0e14dbc11844d030c4e950f8a1150aad5c89b7fdfc33906e773ec4621

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40d4da005174e2d003cc6e7be30125d4bbbb49b7fc41f3597d90448a82323ec2
MD5 13aa5283cffe6601311ccb3f263c2859
BLAKE2b-256 9179baadae8e127f14f90439a6b2c7ed0db51a2d538c9e5e7a383c599b4d1302

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 698540272a13cd660c06bce399c489bec6d7e533a94bf8355507db380530d8d5
MD5 ea7ff92d2e3621f00d8dcb62b639db29
BLAKE2b-256 84cdb331900ea562b547eb4e64a847223283e8dd1375389f5dcb0b6e0707050c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9aee56a441122f4e21ba8ec2eef3cd43b42bc7078b5f6913e94eedaa189f3b8
MD5 d1f2452f43c8a886c52638c7acc26821
BLAKE2b-256 c008a429df11cc3217a7d85d127efca4efdd169f4cd5a443de760d2db0f6fa5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6ea7d80657a897821155762a3c06e170ff2390f69d9898bc8fee56cc4d4cfee5
MD5 cfe561aa9c8608da4329f549e101304e
BLAKE2b-256 0a4d709d8478caf7596c46d6df386d80835df3d8e94a8c04d498ea86dfb2c994

See more details on using hashes here.

Provenance

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