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.dev25.tar.gz (18.1 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.dev25-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.4.dev25-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.4.dev25-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.4.dev25-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.dev25-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.4.dev25-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.dev25-cp313-cp313-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.4.dev25-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.4.dev25-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.dev25-cp312-cp312-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.4.dev25-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.4.dev25-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.dev25-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.dev25-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.5.4.dev25.tar.gz
  • Upload date:
  • Size: 18.1 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.dev25.tar.gz
Algorithm Hash digest
SHA256 2d9537da7b8a117df4c7d926e88769dd999f1de0a37ac0646cb553b608e41fba
MD5 1d47f961bfc7cd8f838ff037b11f9af9
BLAKE2b-256 900e2f7656be7cee632e2155ee5e57574a9c439b2d62f0b3f4910a71b14a67d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 85bd0cf6cb08aac1f554ce026ed578079a24e44554a0952df7679efa8c57642b
MD5 da57ac9ca3cd2fe47b66d21318b8f987
BLAKE2b-256 dde50fa8922e0a0ed7516683028b1e637a67bd39046871b73ade42c34b1a33b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9a6844e3b7c74561df25e79b976987fac9e3e99e153c7cb87315f4718c0745f6
MD5 066949e23dcb21f2e2d6aec963578cf1
BLAKE2b-256 0dd769571b085d112392e96d2b5e164edfe70f849ab0ea530b220303c544dc6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bb871fbdd2fb8ca000404eb056895387418e732ef2df458bd71f22da8fc6dd7
MD5 472665f8a794c2bf009f892d2af3a548
BLAKE2b-256 261cc4842d46de412fe00bfdde889c9b69cf1763a3a4ce97fc272ef18a649d8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95cd95690c1f5212f70676947fb963d928feef65e7b9f366d019f2e702f73a01
MD5 6ad82834863c5685ca10da88ac3e156c
BLAKE2b-256 4e578883e95d8b5c1e91b55934c549643aed1755a1e177f9f287ed9d357804e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08e8b26f8c24662220fbab06dcb5b43519e00309b55f3fe9a06b9aa29511f155
MD5 a1c8f3344ffa4f7c9ec592cf78c821e8
BLAKE2b-256 46de15edbab02bf673ce3c0679d9635381d72f253f3d5cd4fcbdde0bcdba38a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7522ae8333e6dae7fdf251e70b038ab84f0f721099fa435f0acdc0939919c270
MD5 d5ab9de66dcc587b388b4813d8900e62
BLAKE2b-256 225ee928856556bf1e5e100fa73882308ed1631c4e86809d15bd5a6aca1c87f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f1b317547156c53311d7e831dab36a652635424445c299ab396de86c532ed449
MD5 0abf98abd0b3947e231bdfe66ad91200
BLAKE2b-256 13cce3367a85afa7117367c1797cb4bc2548841e51225bb0abde8252de0f32f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2a87b80e9256fccefeba5f240f57a92e5abc7c868a3df2d72aa9fcbe27d0981b
MD5 62c33392ec469602137f58fff44ba836
BLAKE2b-256 a300ffc385047959b5a0dafff8654484fe94c860736f83d6c10e4ae737fece75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 27b178bbf23170403b414ebd11b1662292fba87cd36cec5453766733e83a23f2
MD5 1ae72814655513617bd290408c55089f
BLAKE2b-256 fa620bf57536a9e36d508e8dd443cd41973fe20cca17dee3209923c817ab0f07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4e18b2892e86dd402b182d1ba1c6f0d5890aa1127d6883ee2f5f68245ccb0c6
MD5 741123ec2c80ead6ef37c304937b88a3
BLAKE2b-256 32971c104310a22ae562c1443cf5f7b8d44ff8183261fe72dae03e9fa34ac40a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ddd97c14447e09b3963ec0baf7d8f45b715e782fe9f758b2899c05d10472484
MD5 fc60b3742e29e06bd4ee866c94a9caeb
BLAKE2b-256 3b3237e52f2c1b1de35c1dc0a4338a4c1123921b800d8494b9db43ab0c13a0f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3fc9760d551e4b3580034829a65a25622e739044500bf0acbf2b17b8a687824
MD5 0f996cf7682d7e0bf693dbc017070033
BLAKE2b-256 e4c46c8d466542a3039793944cd88077ad6e9f41367d2a52c1e6e9f8a47bd502

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 279bff126ac840ed819f4eec390a2c2e92a253474242ae86921711f78a18b226
MD5 10455b48f119d5df67992cc98e424cc8
BLAKE2b-256 24a897719ac6517928e2cf257fd7e9b100fce9fb32270cab74f878582dc16cca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1a58ee3047d17921fc4574c659c357ad5ace458bf708c9c8900d34417dd991e9
MD5 8e2d4d8a61b3c81b0bbb30977927bb8b
BLAKE2b-256 3f00fe48b88971c40c5fe1a17206464778028edf1c33fa5d4d35d60bf9c046e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 857a59be729cf9c604514628a29d804ff910ccb9e3d7d218e15286b0470a3a5b
MD5 914e19fbbac1974bfb9e28c3da37ad32
BLAKE2b-256 d57f4e799407087659a58d0a4680f6c0cbbf8a9fc47fa268a01e371ba62d91a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 44d944482d1d600e72fa6ec81e24835b5a978216e3865815f4d9ce71b4d081bd
MD5 956677251fff125ee996eefa3533b99a
BLAKE2b-256 e6f669fe5c1ab5c76a7e5a1d895adf062a4f22d05b94c5bd30615a792415a86f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aa2f253eaa72214f08a1f725b5b38714150a0240563c985807d34b11052ae00
MD5 5015eeba77baf22ea5608b5295031982
BLAKE2b-256 b2a6546909cd23990cfb15fa9f5917058c32214e971b4364c70d2f901bf16f12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd8d152894c40ff833d594809717eee23b8cb71b4bd9300e8174245eadca46ef
MD5 7b305563e81c75a093e843504016d7f5
BLAKE2b-256 bad7bd9b4d141cc16466bd729fe17be65f84f45486eb4e01bd516df067d88cba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f4831193ee05e421530167f205a3e722c288d96f622d5188e98a1bb703f3755
MD5 6c3cbbb1012dd26750e50b9f81044116
BLAKE2b-256 d8fe1b45a34fe9fad03418483117a134b9a95a957dc6750766b651b451c8b85d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b4aae24456f33f86418458d838835c37b47db040458d0b6f59d6b797d45ac704
MD5 64f957f702d8c6e82191f04e0cdc16ba
BLAKE2b-256 7524f359abea699d35519ac1ef8ac5469f7c9c35d42fed1cdd71ed8812e60679

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e0248e32ffdbdb2f1a588db2c44dcf10ff1951265675ca72d10a66e9f6483a77
MD5 2b316a5cd777cd4781e51e82369463a0
BLAKE2b-256 466e9113fd59ddd05d4673ffab674368999dc31fb05bf1d5f03c13a6fcef1700

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f9a13aa333c6de030a589d147c31428f9e290efe6d8221b36605c594289a2702
MD5 1a957e2bb471f1dac5501b223947c968
BLAKE2b-256 17ec18338a826b221f15fc6988d84e8a137171f0d4034343b377aba0fb9a8167

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bc7c700fc7d2518ebd625033e3fbf363f5887593ace82b05a5d8c57d131ddc1f
MD5 f98c61a41ab439f94793989f9827754f
BLAKE2b-256 e9fa760aa401f1f0dac33bd1141d873f0d8d397d1a659a772b8fbb31d335552e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfe1ade3dd4359629ca48042f20e31d044d14320e48556e52f7b30b37b9324ab
MD5 ba5e0e619222deafaeb3fbebf32b0c58
BLAKE2b-256 089849542e8a731132bf1b48561af83ce343e933e5e8938a6540cb290f3da228

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9a3113def6cf644747b3abad0a4501464a0e0bc975a4d218b406362268d4a3f
MD5 328df0da0f5508ec4139591b64c95bfa
BLAKE2b-256 aa9b2c2af1a69e72b54a463f38c32a3c4b3b8e1555cae4e1ca648dc2f99350a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8a67610683f592cc33b93819803c910aed9c86649212021b7f644fa5c177632
MD5 ba75624a22448fb085f9233d4bff4a81
BLAKE2b-256 e71868cb97243b2e48f3315904802b8ca7636176e7cde63ce9b5b563d9934fda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 befc1e1ecf39a72024b3b4cee6a4ef47ff45a7d5689de852c8e5da784f3328ab
MD5 15953e2f493c843c7cea19a18cd82222
BLAKE2b-256 36d0e201c4491d79a356b6d579b5c4790e31891037013171f1c3e552720286b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 84e0d604e53975f3fa9594c6a94e8847739ac091e700a5daa67f5e69cea199ea
MD5 53a99d531d3573ebce345a97492a3be9
BLAKE2b-256 cc1b850a05f0fa04b3a2783d49348439864a54e2e4691f83bf75fef3ccad7534

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5fcf29086361edfda0b719e71f316ec956e90c6b5ae3a97105378e8bc9883ab8
MD5 aa304626b2c27211bde60f84c2bc16fd
BLAKE2b-256 eb428e2957f02952316554ec11f3c7cf4169e05b6c5b8620b7a389cab6af12b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27f9c6e8a924c423953703caeb2fa4d9c3ec37be6caf6107e6a8dd1d954627f2
MD5 15f422856886923b950c7cd01cb2ac7e
BLAKE2b-256 d3591f01d178c1d34573d830e0a1e28d0d97eb721e048e7f0b60e8496eea44a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d25913d744f906f35698f40112472a870a9c9056de7e3c5734cdcc0db007bc18
MD5 5ab336c299b9f887eae963cf13aa0635
BLAKE2b-256 2d14eb443669a90899d6b21bcc016b2bb201462a7f570318d6ac40bc4de7d063

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e5b30ee982a79e02594c5ef9dbfdbba736ea5dd792834dd718643e945d9df27
MD5 3ae6735d38c96d1817890cfe6ff3ff94
BLAKE2b-256 15e2415f0d080edee96251c9c104e6ba846fa27d2a658c8a441949cafd411be5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 797241faa1a09a33c61d2a180b15a85b51d610ea26bfea2c21e48e9327222ad8
MD5 affa1e015c86361cb86969afcd40878f
BLAKE2b-256 fee9f6d8ea187581c57fcfbe728a526ee3aa225351c0e46505c1ac8cbc944648

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev25-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 36e32420a30fc6bc691f96096f9340a508fdb7e40dffc9d37d28ef0b04aa23d7
MD5 8efcb235fcddf741c33ee6c53814f9df
BLAKE2b-256 2319fc6e1ef4bc187170a14f17aad94a9d957cba1e5fdb8148fbbfed3d608e63

See more details on using hashes here.

Provenance

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