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

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.4.dev6-cp314-cp314-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.4.dev6-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.4.dev6-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.4.dev6-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.4.dev6-cp314-cp314-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.4.dev6-cp314-cp314-macosx_10_15_universal2.whl (32.7 MB view details)

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

duckdb-1.5.4.dev6-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.4.dev6-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.4.dev6-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.4.dev6-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.4.dev6-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.4.dev6-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.4.dev6-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.4.dev6-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.4.dev6-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.4.dev6-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.4.dev6-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.4.dev6-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.4.dev6-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.4.dev6-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.4.dev6-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.4.dev6-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.4.dev6-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.4.dev6-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.4.dev6-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.4.dev6-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.4.dev6-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.4.dev6-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.4.dev6-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.4.dev6-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.4.dev6-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.4.dev6-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.4.dev6-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.4.dev6.tar.gz.

File metadata

  • Download URL: duckdb-1.5.4.dev6.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.4.dev6.tar.gz
Algorithm Hash digest
SHA256 ed889eedf823ae8f2ca1d7cfddd0b7f5f4fa803dace03ccc829a26e879c55cff
MD5 6482e721116fe2fb3d4c45e06c4f1949
BLAKE2b-256 10274023104b0d6ecc9edac874593dc273c33df30aca47d0381c3f552c5cd09d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ed3e38291ca4d59fea7e5f2d021bfb4a592e10695a6d556425ee0bc4c70e633c
MD5 77b49668959be8013711c31c09bd220d
BLAKE2b-256 f355e7af9689fcda9403d53acd78a0a980df2bc4cf94595b662b2b6e919be28b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev6-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.4.dev6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a2e62de4bd57692445250ba47e44bb9bf7ef2c097ca8c423d44bb102b6190349
MD5 bdb3fcb7dd3e44b89fbc74ae6f9f2c44
BLAKE2b-256 2d6c7cefc4f117a1dee225855982dbf15225f6fc7c4b62f6d573c62db2dcd843

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d10e7164f38fd4eb116b4885ec9fadda92084b69f43c78af15e9418d618b27f2
MD5 0cb576773611ea80a1a40e299eba2787
BLAKE2b-256 c1118110f07726c805f39a9a2a25acdaed1e2861460f5dbcea795eef4bfcc4e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6fee2426c7f75607e598bfe30e1a7da2c060bbcbc19fc647ff4711981fdf311c
MD5 b76353e16bff46d437d0a57067dbda97
BLAKE2b-256 bb7b41405088fd557083b612c103d2ed6515d7111b29df6ac106705d9ea0bf2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcf5946930a4aad279e735b4306f649d708323250909b7b59140276dd5167d24
MD5 1530e031756bc351c8429e52f6b89d96
BLAKE2b-256 deba7c079168731ab48621ddfd1292b04c161b427caf3e7111879e07548dd283

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 61e8cadf75fe4a9df7fcb8dc461afabd5a89c2a2547c39c50d1a9992bdc5728d
MD5 785200bbdcde1bcc77e0c262f94d0fdf
BLAKE2b-256 50bf7eea1d170e810f65142029546c504f6b9fc32518301f7b03d4edea350488

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 3a6abb9d3cadbd43bdb25e9a87ac49654437616f7a0eed5a11218c6de98a5499
MD5 ac91f4dd7ca5393aba7ddfbcc1cabda6
BLAKE2b-256 706befd20a7fb073789c23403f23db7346e456c7400bfd52b3979147524693a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 52bf1b97d43c8f066d55118721f1a18005378da2cd512b27df77b1ac6c466b50
MD5 856a702edff1f34c8714edcf9bae18cd
BLAKE2b-256 91e22c9a0b6c9ef8fe6b2270a5bf3fce6e69c8518d8697d40c6acfa995db557a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev6-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.4.dev6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fc47878805b73e5e2b0ef86a4741689c952531bb09425b84f6169957ba8993fc
MD5 a411e5a34c7e4a23aa9afff1f7a2b733
BLAKE2b-256 94f1ef7b6fe7d97746c426db13b65fcd3ddd5bc414e8850b284ad6baba729556

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3db7143782f56770d53276be130cdf5f835f2f285d02e911cc7fb2d3c0d86e39
MD5 27d0e53f33c896ed4838b2adbe4a53ed
BLAKE2b-256 c7e30a86e43f4e0fa9439ad624e71dd045da46f41a2558b902714b1007af3f66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bcc7ac0f4e4c1d01572818b5cddeed2b5cbd35cdfcacb332188716be08fe4f81
MD5 fb687c02891d8eed00603d779ae5384f
BLAKE2b-256 18377003e6e80c44fe614c58ea419d23d04062baf51aa6e80ae6c40acbdba910

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8906c833bfd6ae4bc4e112f6c214c982db76d7a16e5c3ff271deaf9f9f498f57
MD5 70fb1de6f1a978419715ec3a97cc653a
BLAKE2b-256 287bc273be2e62cbc40d817ed1184ad02b3fd90d0f391d1a9fd9efc29846a357

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c4403c28640d3609247b56af6e32cfaccf9de7775bb9bc21f4b4366a038432b4
MD5 761a2b1304ad9bd0792c37925101dd91
BLAKE2b-256 8cb56bda6bb6ffaa6aa79dd10bb7dc9e28b4770b93d1023180b72c2c7f56f0d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ddaf295febe2eadbc4076e0ac81d86fd757216074ced7b941351e0a51ff70a63
MD5 98c21dd7b13338fa7c759e16b9b7e431
BLAKE2b-256 45ce97f69891defc33afe38f04f0d4b216249ae0bbac3e54b0af1bc3c0a5dfaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 71c6426fe0c0fc54bb1a4afabc388e0afb2315c78f3c1e6ca104666bfb99690e
MD5 68f784fa447428ab747ecfb789de1d5d
BLAKE2b-256 0ab7b7d75af331af893440768de69e7edbf6f50b44b4f00dcbabe60f413bde4a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev6-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.4.dev6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4bdc125b2bd1df3139634d24731f1a30d6703e553fbfb617308c70e92061c301
MD5 77e6a78217b51efc2ea1d0b964d9576f
BLAKE2b-256 455b8aa4c5e05867b943793ab4335b9057908573b5798e6510823394433e01fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b00ef46a3414c8b487b49876d4dac00d9e1c36a16e55991f74b0f4cfc2a372ce
MD5 703799d100d59f0dc1ab06ee376b7ed6
BLAKE2b-256 8e187f40bf75f94cbc2f1cd72aa485a519402947ea28b9112c4333e78d86c82d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06625d55af216e9625a4f32d6657727e77f89d4a07057ef8aa9a5fb75af30696
MD5 808e732179caa6435b522c342f3aa8ff
BLAKE2b-256 8d6b12f6bdb054616c605d7a90b6235c2ea51d95f5533e0b036205363382df1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c1e1d6860daa71aa471e54c2259efeca36d8b987b25340ba446ecd5d2250128
MD5 4854f0fb930e2c141168b6ee9e4c30ea
BLAKE2b-256 daac91f392c8fc9ca5c110558a9d8e390a7cece8362cc193485440b038fcde7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d1138a74fe2d0dbeb00174056369e95da748aa37deaa6a278de7339c6b423431
MD5 aba3246f0109cb1755087c2b7bb5b665
BLAKE2b-256 35b285411c120762298b2293cbe309af3e00a88331885d2a125b627ffb9cac2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 81a371677669eb085aacf2691e3ef52083f65844ef70ed19b396a0e62df5194b
MD5 e2e2c185ef61641fd0ab00072bf3f866
BLAKE2b-256 591260403a733cc90edc4d200a38f48c74f7ed5724375dae9c998ba6cc33370c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d8a7655be469ddc6147b91d81d30922cecb47b2264b68a710fec8903d36dd1fc
MD5 4daf6394788e80b6ce0210cf94de8a85
BLAKE2b-256 ea6b282c065062a0fca18be7e97406dd4eced9ff65aa90065744d60c705892af

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev6-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.4.dev6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fcf7f131890fa1b50eb1602395a8b3dc141f9ba60920f417c05da97ff80a9a41
MD5 028bd8044a605e24d7ccb7d68b794369
BLAKE2b-256 b080d4af6c564650b9dccfef3a971906a619f5dba2c6ffc5fda4f744fb126cb7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f5f624834a83427897f1887f1e4c2ac66c412303ad01e419b5f80e2194ef49b
MD5 7a3e432b18356742fdcd7baa9a733c16
BLAKE2b-256 942cb32acf7570ea695e9f02bd96821c6bb47c0c296357357a621366aa690127

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b08b20f89dec91bdb42e6104435600728ba0aa73d6b4670521aa477be85cc50d
MD5 ab06f1928bdaac906ad73c3ba84b1666
BLAKE2b-256 9344ac9ee2f788f890cc2368a88f5b6fdce76803a7f08cf1abc38c3089636804

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4281ee3220e30fd611226dc24ae032e4e531289babe83d79358e33032051495b
MD5 6822c05aa7c919cd9561857b2bc99ab5
BLAKE2b-256 7368452ac237c2e2850740efb936bc09fb711c86bdb48338e2bf839b10250260

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d83b18fe54311714d035f8fe3b0d93ac2859acf4771540b178c5e0d8dfc82faa
MD5 75b0fe32cf66b3280b207feeebc2aaf3
BLAKE2b-256 5a6658b050975f982882c4fd9f0c74d9386bae191b853511b7625dcda171a3ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a29ce41b6b54ea09b1e2d843a3c1e9b752181425c3d564e1b170032838711439
MD5 a079c6420c689464f7a63db10e4f2a33
BLAKE2b-256 95db7c9b37439d323cceb48a6917c8f1df180616109de893b9ba75075a69d2ab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev6-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.4.dev6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 466d5eb91a4532ca89c6304d516fa3066111308fbfff2abb6aa933b36e4bc85c
MD5 ad4e20faad640ae61ee2352c7df857b2
BLAKE2b-256 a515c58df24da4386e0aeee191efe3a13d6787897dac9c6a2e5c332b7863a975

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33602c7af277a3861b121fde0de4390e58a472ef206a07fe75313754735033a5
MD5 00fe66ad300486ae8e279ea21834ee44
BLAKE2b-256 f9cd3c3c987a644cf4c9c4bc55990a3bb1e5bfe38e6dbb18e538773c645b8a23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b7cd8537d592064a4591d1630da09c007840f90b3866b5c7e5d64927d6cbb97
MD5 3412a5b60960093a7e7cc84d62438573
BLAKE2b-256 ac1f690f6cb345865e8059c1d65e60617f116d8ce0b2586655b9a66738d48559

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9edcb68d301a92df235cdc86f6c0509e899a5665aac06dca7bd9e856e752186
MD5 4d07185ecb8d2626e0e434c431bd0e8c
BLAKE2b-256 51650fc98be7ebaf87abc72e6422de246fa2508a811f3b6e2a332ff8caa42df8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 443fcd0603702c3f31a1819145a8fe8ef57ff9aa12f70252edc7c7b1de07c267
MD5 68268dc49085cd278e7a365b0995b49b
BLAKE2b-256 d06ace9dbbe8ccfdd2450851e91559cccb78fad6db16db1a3984a9d676b4ed56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4d5d974175768755f3f89b6cf5415f9697ec2e2d400b7e5decc2e8e8301648c2
MD5 71b11b2247a9b48bc79669a55f5821c5
BLAKE2b-256 d5d029ad6dc3fb7727e879a1cc923dd93eba1eeebf9e42aa19829541003aae4d

See more details on using hashes here.

Provenance

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