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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev24-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev24-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

duckdb-1.5.3.dev24-cp314-cp314-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.3.dev24-cp314-cp314-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.3.dev24-cp314-cp314-macosx_10_15_universal2.whl (32.6 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev24-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev24-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.3.dev24-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.3.dev24-cp313-cp313-macosx_10_13_universal2.whl (32.6 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev24-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev24-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.3.dev24-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.3.dev24-cp312-cp312-macosx_10_13_universal2.whl (32.6 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.3.dev24-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev24-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev24-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.3.dev24-cp311-cp311-macosx_10_9_universal2.whl (32.6 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.3.dev24-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.2 MB view details)

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

duckdb-1.5.3.dev24-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev24-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.3.dev24-cp310-cp310-macosx_10_9_universal2.whl (32.6 MB view details)

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

File details

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

File metadata

  • Download URL: duckdb-1.5.3.dev24.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.dev24.tar.gz
Algorithm Hash digest
SHA256 5b97347177f091b5adc8aad08971986a0eef08b7096206e112d39e09b78af46e
MD5 7066795d14408492a1ce8d778f9e547d
BLAKE2b-256 b18e6d01786154dd4a449236a8e5752fe54a58fc0d9b4b48999c970425756407

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 64315b0ae264ca81620c589ff78da8b4d7eda384a97376e0eaa76eca4216248a
MD5 f9872b655cd0b7b7c52f37e5c40dd22b
BLAKE2b-256 16dc8a33442ccd6904b7582ff9fef18053f9383bc0150b18db20aecd60baf76e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4affa3d2aca9f15b561200ea74be6d645195082e073f06c9bc1637c8bdd7b45f
MD5 ee808a7ee71cb29c1bbb236a22902034
BLAKE2b-256 eb1385223f2617e8b211754b57f5a985df5ef13ddaed7ebebcd381528de39aae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e42821cf80be8c9644acf831e90e1dc0189c117b28e242e08eb0711880773c09
MD5 c8a8d05e4e8eef55c920554c5b7aeef4
BLAKE2b-256 6d0bbe58b6c7941d544de8f8690f132c7a633c7318bcf4d320006caf0888ffc7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d0c90b7f20416ec55ef39091a67921eecb7f953583ebe7df054b8c217a395fb
MD5 d1593cc8c99eb8e0e7b93531555ac4f6
BLAKE2b-256 971a46192995bbd7f1c9791b6851a6d748e234e28e3c7e5f85a961bd4cea257b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0527cec6bbe00f83d15a54ce408ed253c08eb5d54eab46e73512b947b4a37865
MD5 6616d16362136fb6fe661dd36eab6dce
BLAKE2b-256 205817d1ef651986e58c59a468c879cfc59a73b630af7da5a0b95c6a88bc7929

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f215cddeba3ef75a7662a6362b032aa4d420767cc4ee9702ab5a3a9805d56e14
MD5 abf75ff42ac1886ce3b99a6f3c80cdda
BLAKE2b-256 ddd5253b64545b53caec65aed1a9ae50b93f22222ba349b5aa64adc30d5dbe6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 92420e9d354feb97c8fe306b7b7bddc1300d13c1f11f948076b1042898483df9
MD5 c44e6e81b8f0a05c2c5df077eb9c964b
BLAKE2b-256 fa7d1d3bd15f6783d15cb074eb2bc37b1974663527baf429c037cc5fdb9a8500

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5134f84abc9c57af3492e2cec8d990e1a20ceb22c180201896a4b3b5cd912da0
MD5 6abb9265af8b68fcfe3f6707ad5d5377
BLAKE2b-256 4950102627fec937c46d79fe3590df88c49adcc74a5171ac3d130636079bf9fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3dd39bf84cbb713ad684ecc40b44b5f01066cbbde3546c2cdaa157ce03c3689f
MD5 8c659bdce03b3edac9463aa8fbbadd0f
BLAKE2b-256 e27f1f5a876f06faabe57100c84ac1034c37652188cd07e654f4dfafe14dc2df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41de1cfdc6e52f2d05891d20a50cae7be071efb8617dfdb775331c2c7eef32a4
MD5 c25fa4ef63ab781ab9b2ac0672b71efb
BLAKE2b-256 ef0b203c5a19769ac1cfbfaffd4d35bd82ae4ca7ad5525e4f14d09df3d9b8b5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da54facd5347d2585f1eb115cfe34132090eef2823a1eac92cde113fb816378b
MD5 bf10d314fa1e611476c9185a0381b4bd
BLAKE2b-256 c7c5021811913d2e2380efe91b1b8e1cbd43511b44047728a6018c95c3b9d08a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 464545bde7e4e5600957991f272aa6f2e5583434cbe9df9191def9a5a4c53acc
MD5 cf7624b0ad1eb8e650933a6ae1cf92ea
BLAKE2b-256 5675e49ca009606ae5b1fb2c0d7b81923000e85925a7b3d32c30e4f1d6abc9ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 357d6e9750c1cb05b376a7962d6ce4107f763869023274e1e5837af4cd9e387a
MD5 3c8da60b36f88ac873ace44e7810c8b4
BLAKE2b-256 8ba1156351bb0f3a6b1832ba7cd8d513df2f4845a1e6f964b1e216e354652f79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 53092d8c4729c524142e331b8a98c743d181c848d32376740a427d5e012124cc
MD5 36b6ceb10f71cb65b2307f6c33ace237
BLAKE2b-256 752373b82975ffb65ca1d83e130438a7e84ec965450dd0ce997c7e57969cd242

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 accf1f19627eea0506982aebe268b3cbce11221a26b34b7e0dd8144fcd51d151
MD5 9dcc1162a12250a404c7b391634fe533
BLAKE2b-256 432efd0eaa075fcaa3339c5232fa3748fc46ee33f37f6c1cabb7556f539c353c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 890d03983a7423f13c8f620ec6c8429e4a1b79c41118daac35bed7d58e5f6bcb
MD5 16565c06dfdb94904de663df2df48690
BLAKE2b-256 9565c1736102f52ff830e99b44389efbaf1ad72c038850696a04901cf5956030

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e620b3fa17b2bd54cc1d10b20d8b16a40852d15bf3e5df9a1544f9a559b350f4
MD5 70a5c90084160ccd2da866c7bff4dcd5
BLAKE2b-256 f2af7e07cdafa4f80537a2eaa8e8980f7c9b37d560277230ffcae18dc49c2c0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31589788f4027a7c0e5d38f0e82d7f9925ac5d243fcc925f25f29279214a515a
MD5 93fb208b98cd025fe0e0421d5180ca1f
BLAKE2b-256 97ee365bd65040926625f315cd24f9b3b876aa672601047ffce8e71718aa75a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88ee0519d9e6dc192d7ff851590d6ae6a4c2bb4cff96e280f0723928d9162a07
MD5 4b43319b34d8e7f46802e5f4562f33ba
BLAKE2b-256 4ad8e16ce158e23f9e1c83af36a1a0f1db683de174b20f9951713caa65d4e376

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e34799b948b1e60cb53030a0079ffc6cb937d5703fc4fe27aeddab77f89508ef
MD5 431db9490d5ae1158c61aa761db9ebdd
BLAKE2b-256 0a260f68bcf90e32d07d123babee9b273d9ace57be5c273a88835afe0f33f110

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 363c62c342fd49ce4dacb8d7e08cb3dc954ff13336071a3c110b41efbd103b51
MD5 8baac3affc26eda2cbc29579f4256da1
BLAKE2b-256 9ba178197dc8b2ee9aea12b36ee265b6eb56b6970ba5b9a39238c3073fddc2f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1e6dca20a573a8f405017b84176eda5862e6f836d9de885ea6a0a46c7fb67256
MD5 bf48d41f665b2651f9fbe9285de6a36e
BLAKE2b-256 a51cb341cec064729118ec2f7a6a0ada368a1502e5612f7e4411eff6e1d0d82d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 47df10df7ae0d3a3979c5f3ae80417752f69c32e4e93b6af37b74eecf94c735d
MD5 5dc388955094ac0e94e0d0c803111297
BLAKE2b-256 b8f507ed826d7002aaa7db833630a4d4fb8520222bd63fabf5f7333f0e13cc36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13a59194c52e70a59620e9838f98c0b67233a6ed9113e95648715bac2a03367e
MD5 57dc3207dbd58fdaaeb470ff6f76eb77
BLAKE2b-256 0c2810a85b39019441626b060721c28a139552970f14ade90cdd6eebff40a54d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 183bcfeb37fd0d78d61b6e4186b6335d9829381c321002cc55879877fd8f8706
MD5 0604563e5812114b47734c6a7485316d
BLAKE2b-256 d71dd86a07b27376dbf5b7985dbc388a971a4a128ac57c614623fb5c943110d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54abb38a516dbab7dfa88bf5635632750e6430d9522fdcebdfe61fa36d2081a0
MD5 aee18d94d10bf4ec6f5d4f3ce45b7429
BLAKE2b-256 ba826b0345fdba322ad39c2412cbda30072f6606f5fa13daad4e1c01eb735d28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2280d443756506de31035f6ab90390c9172c9751b7c33ac393fbad9bdcbe9e1e
MD5 9f2c91138489c4ff675224d115359da2
BLAKE2b-256 4b3d28bb4e0ca2cc14bf100f33f87d352e2255fafcd2e816387b4c4f27e42d3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c43b571c8a1f131f3cd1050648b6735d496eeb4bf2cb40e5a9b4387c110a8837
MD5 9b5ec6933074ff5b48b81841ba4c2107
BLAKE2b-256 f8e5051e1d4078eaddaf9b23ccf742cc5b108b580c38e28cbd2a476ef3674a43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 62e38d617bcdda0fa7466a7d95959450f7d3a136c7f3fc1e7e708bb751d54ebf
MD5 6aca2f432be4d0c8210f9ab585355cbe
BLAKE2b-256 1c2718f753593d918890f3204a4c9e1677888e97e59f9ae09497870b7abf0708

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdd82d165d7e5c3c2e485a2be15f229a1c24aee0b672a594dacdc1b44609ed2b
MD5 175ebf3a5de2088db97b815be9057258
BLAKE2b-256 3336331ff4a808daa5e046b559b88e0862a4c028eed53173fc4940684a50c12e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 286b713b5aef750c826def68a576907a427674c16356ad4376df01452cf365c4
MD5 bc07d4aec75246b93f44bc47db1e8c28
BLAKE2b-256 fa93ec4cacbdc100caa2e27891209000d5b8bad2e01b83423c8dae962c6e0558

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61f125387f7e259164e7fa1db41f603b94d563d1a2860b32d03c732ee32c217b
MD5 7d1880b648755f76bdd304dc7cc4247c
BLAKE2b-256 e69a2af0f4d9a71ee80a07c2b1482b861962fc5069a0d5407b5f581c9f98ce49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9776ddac61fcc92b84243a6ef587f148a7a6d1b302a3f3056ffcc4e2f43746a8
MD5 cccb24c8519d93ca034da4a2b5f45095
BLAKE2b-256 895b7e1136b7f9dde29b17bc02c0d028b47d603b3cf3252e467aea58b7171d8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.3.dev24-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 25ac617782f3475bf7b826f2c024aee04d4db4c46967aa4e0b01985b4c4b6de4
MD5 daa7ce76d138c8f4601a089f01fe6d06
BLAKE2b-256 98dc6e57a63c3bba84dfe35de02ed06867dbb6f73356edc1604293e14a064a2f

See more details on using hashes here.

Provenance

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