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

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.5.dev13-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.5.dev13-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.5.dev13-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.5.dev13-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev13-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.5.dev13-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.5.dev13-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.5.dev13-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.5.dev13-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.5.dev13-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.5.dev13-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev13-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.5.dev13-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.5.dev13-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.5.dev13-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.5.dev13-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.5.dev13-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.5.dev13-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev13-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.5.dev13-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.5.dev13-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev13-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev13-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.5.dev13-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.5.dev13-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.dev13-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.5.dev13-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.5.dev13-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev13-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.5.dev13-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.5.dev13-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.5.dev13-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.5.dev13-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.5.dev13.tar.gz.

File metadata

  • Download URL: duckdb-1.5.5.dev13.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.5.dev13.tar.gz
Algorithm Hash digest
SHA256 86d53d56ba69eaafe76328590b057eaf3729dac1fcea5c108175e31f15f8b6b4
MD5 46a5827d0162032c77cb7874eb3b9642
BLAKE2b-256 5cad3b3a406de3d3b0c81bcd202a9809df41e6196862494cec9ce62d8f8be094

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 28deb042f65ae99c073bd8066fba1573a7f3b921e8b374bebfe1de451e97da99
MD5 f93d72b858564977256aff66e4cabccd
BLAKE2b-256 7a640e5eef5bee4d6c206d596e71437568330281998e59447b98f97d5d35b824

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d94ea3523250503b7d99c54b9ea56ee20b5262a450a142eec857335bc6fd5adf
MD5 15ba99d7ea719f75e253b33ba90b2e52
BLAKE2b-256 b480bfb08891b699d126e7a9536c01c35ad67b130ccfa14b3e9d98f27879da23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e22be30e54f626a1a2f9b3260297f2d651e17ee7e464e3cb0dc4bc29b66b243
MD5 31703767b8bba8dcfb27c2ec6eaae402
BLAKE2b-256 9f8c23f7c09661fde878c08defb9ee22f17145a1bde18c26ea7821cf55a1dc82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5eea11bc678cf493b927ebfda720ca97b58c591b6a381b8fd4fdab90e77f4d57
MD5 8f7e522cbf42786492f88fe2643d737d
BLAKE2b-256 d02b57e1ac2c84a66f3dd50a185628fd89f8927cd243ab9ac8f1e783d3c06ed1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dd1847c69c9b5acf8233a2e7e704d2ebf8ae3668ced664393994744b3568257
MD5 8c2fb875229802fc8d07dfd512c1704a
BLAKE2b-256 5c2e49d31fad7f38c0d596c3ed2d3b48ee25c6a172f245582d2cd37385745e7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 205a755ed6f28d13a0edd84e2361df0bebae400cdba0f0bcbff1781975414136
MD5 2bafd77e1c9c14248a39a0d6fc11ea8c
BLAKE2b-256 31a0e6a3cd83cef4c51fc337f553ee42e5bd2eb4e3eb697b94bf22cfcb2d3762

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4f4aa8ffbd6a4e14a72d26989d66d37d521b75fada3ef1b4f07d99ba6ef73506
MD5 552be920c93896836b1f4243d8b0b3b3
BLAKE2b-256 bc231d6c07ff2e8d37e20450e93386e43b80862080aad57aebb99b0bd9f6a7aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ad8c8ed5abb72bc77e921dab76947af7eb971caddd16c480711526ad9b19aa6f
MD5 bcc60d43735468012b6b4d83de44c19a
BLAKE2b-256 c406b3ff80cbe1e466090dc7287b9b8db0eba58814f404248d8b78a2b9c3ec8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3366f700186e26146247061e9fcf8b579f0f6821608577dc669c6646202dbad3
MD5 a83b8e1e147365429408fb18596148b1
BLAKE2b-256 28f5de90d857a92d8fce6e845ca1e38b081fccd2a4008e55b095d5725ca1debf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c59e9d8d326bca9ecaac396d765d8ad2fee16597879d63ec385c4aa78f08a4fd
MD5 511c89f65105ea1ec674f3259163d11d
BLAKE2b-256 0581ec9e7e84fbb85679022b75c3e813f788e327b0e6cfd11cc0ed17812a2585

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb71c90480e62f053bec4fb2a03f2749bff8e9a56be72284d813112cab85d9ef
MD5 07187cae4d5b01a0d04f273b9850e820
BLAKE2b-256 76f3397535572d16de33b52a9103b32a07d08097ea8e0cac9cd5615e07ff9aec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83791dbc4cf0f6af6e9f47e8afd47771ece5a3405ad3253b43b11a4921b39563
MD5 8c68bfccc10ebec835a27ff6461860a3
BLAKE2b-256 67ce5b008f49dc8d8bb1cdd26a112f49b79f0858503a5c8311065d59d9b99ded

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 444b291094360a9ad22687773d7df1cb20fe113e6a72c51b9142bbe5655f218d
MD5 c91ebc86f353065fc68aca28e6e256cc
BLAKE2b-256 2f659761c5eaa346ba42eef2dc26806e1e9518924e0db852749d9910b50dd660

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0539efe4f2b048b1c6ace0fa0c901f0082f12d3a016c1cade3de3b50109b1bd4
MD5 3a34b8cb517b69208bb6425989667d1b
BLAKE2b-256 b3b1248e3447bffffbc71788cd7930ea1c602b36bc8b5b88f79e87e200cf9e06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 45501d6c65b2f1455c922643417f1a27f6b843810e25632e47a665b62712fdf3
MD5 bddac5640b97805fbf288c624140066b
BLAKE2b-256 133c599074381065086a44f49201c22642eb4e693d05104ed021ab958a58b6bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 49db54efa78b9b2d8bbd63bf320fc3ba7fa6cd05180fbd06c911c9057be168c7
MD5 e282072f76289f3642a8d6951df1e0d6
BLAKE2b-256 e32553add486d84d9496bf015a33c48ef6b928863d0802f7478bec8591e49a67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d861b1ddc8bd1831dca18fc58cecd794272ddbe8c2f259a5d921906a3bde8f2d
MD5 0163ab4b609c991fb6f17c69df7bca2f
BLAKE2b-256 30b166835756f0ae1faaff41a31c44f0edc4f7ffe11c9f9190e5368ebc8aa167

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84ebfdc0c3436b47d01f36b7790112b00b6d6085ca51d1ad1012c3a0cc57b7c9
MD5 b54f6078060063ddb8a0099afaa3a3f4
BLAKE2b-256 619c925ce4c4746015f18686de70212ba36ab1c7c8f1a30788e3336d22362d15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd3a32419b6dea23e4db07a835df444e689fea53b5d4ddd0d58af663fd86ac77
MD5 0c100c0e889739a93dc675930aa4aa47
BLAKE2b-256 e3b62f6e725e5e3bb6d13cb912e10138da4f62f5bab33e7b8a97000eb0f897ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c4fae8f6069d1e683824e4f84dfddb1451130c5d5d24f0a2866cff13afcd11ff
MD5 90f3825a6b2516c53b5ee9087bf18057
BLAKE2b-256 0d37be086bb47246eda125252d45efe8e3264f2210ee1270c0242fb254d94b14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8a48d683d1a68759ac92a4db83b9dd1d3b20ef985cdd9babba5f67e3ff718fc2
MD5 45664a70b7768fda175964765c8112f8
BLAKE2b-256 4933c2dcc92535dac8fa204f01f5a75f2ac5082fd0de1791bc697b0e13ddbc88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 87ec4b60a856e9e6315b7538a42cad23a101898996258a8ad8e1698c2badd3a5
MD5 a14a53748b56cb88b188c34f99a60354
BLAKE2b-256 b397596992d45e49bbe3458cf18ce47c88c3e2e41cff42fa911a7959bcca7e46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1353946510c65490692136134c1cfb7e356c6efa14fde00a541e878deca850eb
MD5 330072a262bf21095061ca5d73de135e
BLAKE2b-256 89aaccd775643d6865183b39a47dfef9ae5bad058e1bdbd21092d987e4aba691

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4776956043b79a5756c413acc46ac4ffc5aa467f3e775c988b46b9bbc1c60495
MD5 7e4e0313dd244208af310a4e75a3de4e
BLAKE2b-256 7b76a6504361d010d22f54047249ccbfcc6ff652fc36ffdd22f6a6345c2b07a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e913a7c38c37195be9034ced6c3a60ededb233be85f256127c1d7c4f2ffba36f
MD5 b7dc6810318a95541c91307e03e6472a
BLAKE2b-256 d5ee3c77b9471cafb27d68f184587f7f5b2e6cab13e4a09a54a57c0509f88716

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3a9f97243d6a5ea8df4f64123b5ec16e3dc46148f94f66574ed1bd59b8d6fec
MD5 4fe2da1af7a78e571daea46e19ce21ca
BLAKE2b-256 d1621dd79536b80be6a51f441f4da04e2086bc6fcdb8d1e867775a7109c80dd1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 125851bd78476bbc181408e72320d5d86f53cb5d76a93ddc98de5e598fd9f695
MD5 f98fd3a9d6ed0141e904cea0fb9c7cd0
BLAKE2b-256 d2238b712517ec93a98f2eca3e706992eb464a504ed18844b6c614616e20f94c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 40557b31a3935e07291512e0d2e5002737701bcfe961b1395c1ae2aaea096927
MD5 5f375314d04d33842a20973263608060
BLAKE2b-256 64f51ef57a23b05f7bcdbdc25d53bdbaf500a2df0cb574b4d209ae7320e535e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 206fbcd91cc77ff263f5c95b4bb43adc91007467ebedfcf202cb232bb21b3428
MD5 96b2c8d384171ff1631ee41f1bb4c98a
BLAKE2b-256 bc0fc47df990ed15de283005b81a8af0fa3f0e6f49b5e5399211db2c6d871e14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efb8d6318c576b6350b85c7f8140349c7b2b9aed578090f1036e1df651d02a26
MD5 c91df91afd29b24ad9bb65695033e0c4
BLAKE2b-256 2c67e15ecac603310642c7ad867b63023eb4d3d729cca36232d3ce299527204f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be5e692311d01b51e8e6ea2cbfaf68c59da38a3926f0e64325971697ad97de37
MD5 b59f1dd4aff422032572da5fd5dfa6f6
BLAKE2b-256 7fdf5ae82393349b5765953487dc3f77b0654db7578cd1f3f2b941d69acdce52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e32c0ffdf4e369b3c3d854f8aae42dd1a17b575795c18e9362e89d166648bf73
MD5 48210d7691899075dd37f51b28fcd6ed
BLAKE2b-256 243dc3ee31a51c4960a8ec3c09a5064e4f217afb93917517e75d899c6e262a5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 698ab91468045e46dc67e69ce7e9ef08a2ba46c64ff2bc81b7072a404215bf66
MD5 8844d19334ca2b900eca19e3c4b944d8
BLAKE2b-256 266cb17f94c70db16cc4b297f257ed778a6f8deea46bb935118037f66d0da4eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev13-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0997d12c26c9adafd3564102afec79475ad0a35b50e14ec4c581c34a614aa8ee
MD5 3f81ff1cb1957e7a14cd7fd1329f9226
BLAKE2b-256 cd7a630e30b378f60bca62a35f9c27292664a67ae4cabe8968bdbbbc710e3bc8

See more details on using hashes here.

Provenance

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