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.6.dev11.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.6.dev11-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.6.dev11-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.6.dev11-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.6.dev11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev11-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.6.dev11-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.6.dev11-cp314-cp314-macosx_10_15_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev11-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.6.dev11-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.6.dev11-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.6.dev11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev11-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.6.dev11-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.6.dev11-cp313-cp313-macosx_10_13_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev11-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.6.dev11-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.6.dev11-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.6.dev11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev11-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.6.dev11-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.6.dev11-cp312-cp312-macosx_10_13_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev11-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.6.dev11-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.6.dev11-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev11-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.6.dev11-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.6.dev11-cp311-cp311-macosx_10_9_universal2.whl (32.7 MB view details)

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

duckdb-1.5.6.dev11-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.6.dev11-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev11-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.6.dev11-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.6.dev11-cp310-cp310-macosx_10_9_universal2.whl (32.7 MB view details)

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

File details

Details for the file duckdb-1.5.6.dev11.tar.gz.

File metadata

  • Download URL: duckdb-1.5.6.dev11.tar.gz
  • Upload date:
  • Size: 18.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev11.tar.gz
Algorithm Hash digest
SHA256 c228f12c2ee7ffd34c8a34d82dd3069f7dcb20d38aafec7565f57414bfade1fa
MD5 b075a78bcfec98005fa2384054ac8885
BLAKE2b-256 fd30469f46c5b47c0983b7ea8133b2ce16b7c0e355f7b86a2cc68b58ddcef063

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ea6bd22120fb121fd55b91d4e99d5f56bbb1922030ea7486b9808a4a39838869
MD5 98c1a25bbe07f4bf1f6732d71bb6cdf0
BLAKE2b-256 c0cbe5b009fcd4444334dc7a3b763773ced019a7fa82611275a4d846c4f20de9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ff6156f1cee0c4e565c0f8d86a870ef81371b084da95344e2790fcceb8f142b4
MD5 dfe1bcfb75f0e2b64c53dc2ba4d1efe1
BLAKE2b-256 3010ba254f6309023e54b9fb0e76f42a7a074378a0e007c826d9da9e2abc1775

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c39468078a0c064b388471780a123af39362863c634132725f7d0e571e5fc02
MD5 4f307e81ee43562d37d57a7a83395cc7
BLAKE2b-256 7df0f5d1d66d8738a5e62ccf67ab7dba3d4587a538987b9675e35e2c1424a47c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3cc5a1d0e95116c25899fd673571df08286b79c5f4f440297cf9a49b93d306c5
MD5 ba17ce5acef05aea1c9588cfa3cc9898
BLAKE2b-256 c4e77d2ea32c0f1d1970b0172c77b3faf01cab13526181e7a818b5982c92ab23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57b81033b3dcb18bcf1bc9b6e3a25f7ce99e5eac31f83d63a2a199a2d1e575f3
MD5 ac441f30e6cc10a7a8bbd4de55eb4b41
BLAKE2b-256 1ec30912ceca1fe26a1b1c6ed08f3ae160fcf439a6ccb8104810a3f202d9a607

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 338e0ce0e5d074a50862dd4e13016b7d5df773ff4bfcb64fcb904e756f781b46
MD5 c6e28721b35d381c54454bd02f62e735
BLAKE2b-256 e0b6c7c0e9707443bf3a4616b5eb1d26aa2eee6102b6a1e9710d7b7846201514

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 23497f95f97a9a9ef2032060ce8688c2cb5b02991642614ea073a06bd1e11632
MD5 7eda7abf78235199e33e54881d4927e3
BLAKE2b-256 39a78a3f21a8abda68637963c1ccf2d6bfd7a08070e99a9f4eadcdb2c0a44f23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ecb2c48f937290e2ac6d2f4d92c38319fb6734bf4ca82d45fac81a5e44a39c4f
MD5 1f29429af46ba150a7adbed65447d3e4
BLAKE2b-256 89146c36232fcb320fbd0c9cfefb514e8e229ec9d722014f171473d713565b03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 38677a13aaea6c0f05f9d0368752164c6ce0d87dc0cb61418daca21e8b6f86d1
MD5 b4cf76e714c934f1b8d08302729a2ed3
BLAKE2b-256 d840d3fc526bcc5d41a886957920df289c54d65f231d6378451baa3fa2ca96ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4595f379fff82c33c71c710b2d7799af10d196c0800883d794b1b3a139609d1c
MD5 ba17b948530791c55b0497eb6af8796b
BLAKE2b-256 d56bfa70d1f6c6897e808788513bae903f4ed97cfbee2cf0fffc256274a208f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e49fac82992fb93dbaed805266e22327b2ea85620ffad4e870125552ed99db9
MD5 639bd9673938637110009364cbe61327
BLAKE2b-256 b006f3ddbec0629c2f842ef77f5a85b3697ab6f316abaf7cbbf93e2d83d18d61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc8f212309a285428fc36af89a80151c75d751b2a994a8acd191285447324e49
MD5 5067f8b48fa58a98ea6a1004fe44c7c1
BLAKE2b-256 8d7687b1ead3ef5b028fdcca006a1445b5c363d8914c241d710f06775d39ac6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e0a2d958e35d2c91c74e1ea6b8dbf17de9d6aa826da7540036748cac2fd8fed8
MD5 79fec1c35c4cc03324eeb82c726ab325
BLAKE2b-256 e3f7e3666f929e00dc8fe93b2669b7ebf81711e53e22b5d52e46afe365a40f9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d554f5fde620624b513c854513a25ea719c50e811d5188533be6ad705fce1e9e
MD5 171f82c89c22c91e2cc1a32a30025bfd
BLAKE2b-256 9c4c1d5f6d2244d65f7eee1e1832c3e558db34c347326febdc8fe6716b24cd02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c84a4e027045077184a520e55eeeaf5c9c77e9d965fe411ebd64f05b6f4cd5c4
MD5 3c668a54cc096fc67b37dca654cba7bf
BLAKE2b-256 423b9820dda45d4e76a33d9a302e8e1778d21effc9943e57589da4f49461fa45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5a84dd865e6715c8d462690f4dc7f812eef53b730bff3e46d893904ba3c934ac
MD5 a41525336925e74d62baea88dbf9d9b9
BLAKE2b-256 7a25a5fe93183bfca6e0b01e73ab6fd10443c88b8e2379cc44f231c273b3eef3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34d9bd4deeddb5ce5f2dd2f047f8d5bcf4b7ce68c65243673a58acbd28e21dca
MD5 057fadc3d53c755725a70fcfc5aa94fc
BLAKE2b-256 06b8e9564b89d794027d337aca0694216d08a51ecec0641375d8e7870926525c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b334b9ef2f39502c4c2699614c6d9a42b2e6df203faa6788433251412ef66f2
MD5 dabbcdd501a04eb786440b4010941b1e
BLAKE2b-256 50a5769bda8a5196269faff42c7d813d0d7e550cfab04d6c31cdefa5ad610e05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 480da6832c2ba58c21e4725715a08eb95d2e1f59620a7f6238e08f3b41be0a33
MD5 a7869ce2c43dd4bff53900317aba5232
BLAKE2b-256 e3c862ec976cb4d76bd14c66b74186618c8486d0c0dcaaffdfe83771944a60af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0cfc867ec7bc38505f8ed17bdeca00be4865bf60989e21ad28aa7868212a9e23
MD5 999e42859befb20afeddd399a1a9e080
BLAKE2b-256 e582c060792aebc195b7277bb2a2034dcbcbbee41ddc7f366b828a18ae8c6008

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9730c8ae5e8d35b37625361438735c0eae9232b6aa427c210bb8c7989ea18e80
MD5 1acd040395dda070fa83b0b4315ad5ba
BLAKE2b-256 c3ec118077084bc364701833dbe59ba8d071364c41dc932a1604869a0c3971d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cd71d879c3290cd256b8daebdbd785b5ab452a0ea7dd63eac35a7feedd4c7c06
MD5 bab25d30d5127e15fd2b366237c27de6
BLAKE2b-256 f261601713fb6a0d2a29877764211efcda52354ae7e5134b8331b0f2923f4625

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 db79fd461a9fc00a9eb42807a364cb62b728d810038bf081ec12be9d154e3d7b
MD5 ba146ccec0a673a489a183912a19f929
BLAKE2b-256 651910ccad4df69bd31d056b7fffa4d6265a0981c74d0e0869442819d27e9d12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b86fb36c9f546d20e5f5128eac3fe61621de8ad7d9cb902ad3879e034bc063a
MD5 4363868204e280f08719d0f5ebe706c9
BLAKE2b-256 408309452a24dd3c36054ee5e5f6ee8e2cee12731ecf4a0614365cd4e21d7bda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 442f16b049b81eb3e9ed68a5e323b2949ff46b73adc286c997e1cd86b5047d48
MD5 a62ae923af6023da241ec60c996d8c4f
BLAKE2b-256 a0457fad35cc253b6af594c2cdbe29c701e42419b48697cce210ebc90b47e646

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61fd23279229907971464a5d615da6fc3eb108c3417fc905c1dc7ef5f47f6b95
MD5 bf16e056ab99ec4234591f45dbb7512d
BLAKE2b-256 ccf670926e67c64d655937dc4fed78c2a433eaa18997b3f0064b9b56499a08cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c094d478872faa1492fa853a7c2a51677a3d44d1ab6189d3ee1189819030206
MD5 99fecd357826aa9a18edd688ac6ae961
BLAKE2b-256 4db30e8a5be64942279ad529f339f55f29a3bbdb4264ba21bddf63ea2e408f01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0537e14c85c07000d7d6962a7dffee2e58cbfcf50bc4bca2e6b41a5f179c6c3d
MD5 12c2959bcf3f3bf796485ce6be7c53ff
BLAKE2b-256 79a4e3c415c79ad938d858be1eb1c6e1f3801767b73dec04074e65d78d3d3129

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a3bba486874f57d9ed4c6368bc2e1f69c2d0bef758b031771cc2925524e56b0
MD5 53c757f0c49b61366c653f54cc3ba306
BLAKE2b-256 8c635334e665df3529d6e025b0d4bf86dd13d4506fb351c5661594b7583b9049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b402aa9653d3188f8fa1c9bbff9ff428b21b452cd39f98a03eebe5f2ae38432a
MD5 d91f4238a5373b2a9e6046d42127ccb3
BLAKE2b-256 35d3270d6ee405126bd01725e58b20aeccd81cdd8a564d13028ffc66415ecebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da418977bc2a86b3471fc3fabcf212c4c11102ba378f0def4412f0cfa0f1897f
MD5 b5df2cb8fbf880158558fdb39af81b23
BLAKE2b-256 b26d936cc5531c61851e681df839d911a415fd30b3e1bf50fa1b90c6e2bada4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 355b464d5bfebf2a7691daeb58f609f47fecc47293730bd0cd6cca36ea3bdb59
MD5 549efbc2c8a9f9249eebb1b9dd96032c
BLAKE2b-256 a6db8aed497b872e57bf1d9acf7bcd2ec9905e278bfd2d8a8c15561d868c3207

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d45211d3a147e996f03f1c6e7f883441cbf208bce3083048ad13c26942a17503
MD5 5deb4754eff071406e70a5ac3db183df
BLAKE2b-256 839140837cf06e13d26d87f5e50a09b02b1e5156ea7531b4ec1069c6b14636cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev11-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 13952d1e37987561f487e833e765b205739b4a407b8bb7f992b0d2cab469ffd0
MD5 5c4592e8991fb88cd26b2ff171308eec
BLAKE2b-256 d51b27283ff826e58fc9f4a1c932ec233f92f709d2032488df17ab344fa368e4

See more details on using hashes here.

Provenance

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