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

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.2.dev42-cp314-cp314-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.2.dev42-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev42-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.2.dev42-cp314-cp314-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.2.dev42-cp314-cp314-macosx_10_15_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.2.dev42-cp314-cp314-macosx_10_15_universal2.whl (30.1 MB view details)

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

duckdb-1.5.2.dev42-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.2.dev42-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.2.dev42-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev42-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.2.dev42-cp313-cp313-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.2.dev42-cp313-cp313-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.2.dev42-cp313-cp313-macosx_10_13_universal2.whl (30.1 MB view details)

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

duckdb-1.5.2.dev42-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.2.dev42-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.2.dev42-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev42-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.2.dev42-cp312-cp312-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.2.dev42-cp312-cp312-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.2.dev42-cp312-cp312-macosx_10_13_universal2.whl (30.1 MB view details)

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

duckdb-1.5.2.dev42-cp311-cp311-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.2.dev42-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.2.dev42-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.2.dev42-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.2.dev42-cp311-cp311-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.2.dev42-cp311-cp311-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.2.dev42-cp311-cp311-macosx_10_9_universal2.whl (30.0 MB view details)

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

duckdb-1.5.2.dev42-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.2.dev42-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.2.dev42-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.2.dev42-cp310-cp310-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.2.dev42-cp310-cp310-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.2.dev42-cp310-cp310-macosx_10_9_universal2.whl (30.0 MB view details)

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

File details

Details for the file duckdb-1.5.2.dev42.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.2.dev42.tar.gz
Algorithm Hash digest
SHA256 7e50a3c53f899027cde3af3d04daff93e52a3dfde086e232bcb3965ba65f10d3
MD5 cdb1f604dd54a29be30f0dcbfcb6d2de
BLAKE2b-256 fc204cb4ebb572dcd3035bc49f76be20ffb63211579f48e87fec521f32ee627a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 854f14bd0bc93a33ee103daa116d343988b2944364494232fafc7e0d8171a806
MD5 a98940d7027ec10fc0edce3cc5cb64ba
BLAKE2b-256 dee7b38098f416debf12a2ae66ee118f7aa8ad3a2fd6c40f1c1b45aafc8ba96b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e3ddbcfd1936060aa65da83ff3c94b81f3c0256a547dff8cd2fe235166076626
MD5 83d4734910bfe1a3f75280a08e1bfc83
BLAKE2b-256 2fe2d2309e3c0b6224de298b17f3096a43c60479a223b5a5bd5f3f12cfdd4240

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f81b7207401ea33a628f83bd6fd92237c5b4143df76be07f58cf0328eedad838
MD5 e1eb206e3d3a419c673c1d6336604d52
BLAKE2b-256 ca874317f1ac9f47bd07d6b4d657f3a24199219b7c53ece6439aeaf2d00c5d74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52845a26d797894b79f32903af44b2c90b944bacd8f5b9ea21c46dbcc01476d7
MD5 0a5c85651d79b93d1e0f6d694de00bed
BLAKE2b-256 35090ccec3230e1fd45174a0744dce42db9511f6afd49184d2a231dda877bd4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc60692d8a85d109dda3e20f804e2e1396e7e7807c3d859106a7be2de460d12f
MD5 beab4891bcdc0799ebbfdb34da98bad5
BLAKE2b-256 8907ed1b2629eb638f2a0ce1eff6febd1bd930368b9e44794db3fd8c3aff76e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 28f0cbc43631ec976bbe48a98a8c241754d673429c8ca1c05542012951eb3833
MD5 94592ed874dbce4481642d5eea041a8a
BLAKE2b-256 dba7bd75c88ab512892e7f1a481d4ca90770cb068475f54ff14400e19eeb2b9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8af4ca57d9eefea2c242388971a0d344801e046126a00857b91124ab9ab6b507
MD5 1b1a53920e9beed9dd2c614fa837ac8a
BLAKE2b-256 c380059fb5042980c05e3497e8b9746b9c57108fe5ccf13b8a47223726a1b26b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ee86a7584aeccddf3efb27c5a4c631de643de7617c63609aea844e17164d0258
MD5 43da8164f9bbe5ca07f253a8e48c33e7
BLAKE2b-256 71645bc01cf4baf2e85c1b3cdba78bf3a32e4b00652d5ebc65613b02d9504689

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e01feaafaadf019fb3bb19d850f6a227501d5adf375de250318243cf98ea0ad0
MD5 4453b830bd6ecdb29dd4affb8cc8828b
BLAKE2b-256 eb14a821e1aa9a51004163c0535bae493021470ef72b74ffa684c94891f5c125

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0698745f6908dd10c29d69cb02951bcc40668a461cb9fb8c73930566416d52e
MD5 c990afd3d8bfbc966610a45892b7f95c
BLAKE2b-256 86b63a0d3788edaed03d6fa676b647f90edc55b007ea18c0a0d528b058288751

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 839bcd84774723fa17ffca5286e36fdc83ae4dee372dd089974a458daff7ab70
MD5 d6f0f6232fec95fac2b7df6cd6f3e4ed
BLAKE2b-256 3c2cad41d941529e1656526ba464812ecdb27f7948284bca7da09d9b03d58d12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83c9626278cdd47ec9392f59d36f00295e23a0bbe2ec90514b69520d666a791b
MD5 53e8665671fc09c7cb012a467054f55f
BLAKE2b-256 b0c9589342798e26d95b3c5ddd3de64db65bfe5831051c7f3b6dc1a52f488f00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0ddfcdd1edda112b9b40112145ed337ca8f8b273cae1b5b21384eaaf301e771d
MD5 5f2dae15be29c87e8e339a4a52e75d74
BLAKE2b-256 d05726d6b498735c68cfae359d6d541f6d344b5fe36ef71bb7aa8ec958bcd7c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 4158b1ca67fc3bdd800e96ee641db1b05331af903251ae4cdcdf3a3bdeff0a7a
MD5 d01ac2449f9d538000ef07685eb8cfd3
BLAKE2b-256 987db5904201937deedcf243797c5ee20ea49152cdae5a597f19c3a0a06d0446

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c56a6bcbd6e1a10d29ade6118a35e0677efdec22f2f21a01209dcf512db29c3b
MD5 d70c4fca1f3d8cfc5d2a3b8b4887bc9c
BLAKE2b-256 b450a2532fb24a71e19043dfce867ef8f54cc9bdc39a647aa886742cd819f710

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5356de28737bc570685e3371cb9f50a55ed9cca8d50e179d978954f3f5058c9e
MD5 75deea6879fc081ac0e38cb93841bf3b
BLAKE2b-256 83bf4d957b678e8321b9b24f63c5d73ff9a86393f3d1e2b03173a8e0751e45d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9372c5d0bbc3f384b150b6e44bd29d7f537830c886d2e1f9269ba2ec7c9eef11
MD5 607a601025f6e677046aadbc18ff1578
BLAKE2b-256 94c1bb1406c02cbee15bde0b8e3331fa5061f57a093ae9b5bfd88182dbfd3e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8e55aaa15dea296c6f35dc2aa20f927c431e8c300db9b20167d6d7749bc6c6e
MD5 c61b5d2fddf1f23811ccf298c1793c57
BLAKE2b-256 f2491d3547ad9dee9fc67b2dce3d4d7db6e3f2294780dab13c8c4c7b3de609bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f160556d6931f451dec36424e4a360cd0e3701a1069d37ab978c575c538316e8
MD5 a72d67dfd9c0f30dacca1cf96fd1e95d
BLAKE2b-256 5c02dca2c9468122c8ceedad7b1ddd2f755048acad4b867f8c6ba0d7d5c0fd63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f28fdd72fc2cae9ab1e66ecae1760dc4ea9a26c0ad8fff637545f70e2215056a
MD5 f43aaaab6ecb3c8fb6ccaf90076dc0b5
BLAKE2b-256 a3ac8601e186ef6d0b405cdb31eee7099ed233180e1a594583d561d45d7b6605

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3e5438de5d4cddc3a251823a1f25cbc23f21b27da48c659787b9b0c5125ba82e
MD5 85249ab2dc6da6ed70b4a8fee139a7f1
BLAKE2b-256 1fee3c47b42b7f9ba88eb745a7a028e6f87d079b5fd5958321f0f832fe614a1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4db0ee5c054b2fd8110dfdc4444ec02acd48823d823424148d5e0deab9f53e79
MD5 83c9004f357813b9f4dfca176a17c850
BLAKE2b-256 be6fed36e9c0dbee111e76c1cc9df7d44662fce9759d4a848a59c1796c9d1c80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15bf6c43dd9df49ed82f3f38ca64794c7994f548e0cfc25430629d438aa145f6
MD5 1851e1bf6ee349ba0c39a473b35d2e4e
BLAKE2b-256 d5850826114029103aaeb075c723d2338cc404eedc91cdcc56b0e1b8b241af20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 718330727bdcc70c4c5d114dcd2c61ea608548a3557c0624e36e5754bf3dbb4c
MD5 8c728ee0ad0d4e60b6e9067b2e33af21
BLAKE2b-256 2fc4dc9a8e0d29afb53b60e7f508188688d40bf140f9eaccb5f92bd4c2a3086c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e59cbac47914e8ca3f5a8b64ed2ec8c0867c12772dbf7e684733d453999ab49e
MD5 395fe1f041a2b7eed6ef68f6cb8e07bf
BLAKE2b-256 409499eb2b6b277c26e39d8bf1aade14875361205a2d0a4ff9e5f2fde601f341

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04e5132db0ffb9603e4ca42d84cf61f51d998deb77de1e971b315e90f8e0ccf2
MD5 5cc80521dbc3a9fe31e976ac5d23f6f3
BLAKE2b-256 9c0e55c2c798249d73a0318294f60fb6ca08fcc30df736e0b1dd0f78d8aae897

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0088ee17d53ff9dd89dfb604087da8fb5e99a47c6a0115b485d88a778b78cfe8
MD5 413ec0801a610e7890ff5dc14716156f
BLAKE2b-256 dee7ff481c51e0ef02b36b71452b0d33b92358c848bd2ac3c977001ba8f35bbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 442128c1495c4facd2a94d02882473aea72711971ef45a430521dd70cb125749
MD5 03facd3a4eb9c5ca0d75f2db8136eaf2
BLAKE2b-256 9e384bcfba536bbbbf518fce75499d2e3a950dd1c13131accb38dd8a74e0c138

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a5f3451c0b6168a612f9d4d3d0d2b89c045ff7b6ee24c8c4abf475b45d6e989c
MD5 b82ba71d1381094f2088dec70e9065ed
BLAKE2b-256 ecd9626c08fb31a288d0871011edb49ba6697f909ef8fcba44e0bad3d72206d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89750f2f25298f35bb5b1b749746ce8383665c3eb918750ed68e47c2d9f0a8aa
MD5 cadcebc518e909255a6c09a0b34088d5
BLAKE2b-256 3c32776f1b72cc38458763303af8c9d6f6d6a4b17e10ee34b03bc98808672f0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa226f9eb7afd147a0b4a16b0faa0380fdabd79813db510e84bb4dbd207b0cc5
MD5 0f0c80d92311eb049acde57f8682d518
BLAKE2b-256 9a0acbce541b3589b826f71915d55d7d7eaf10a5741ea5dacce3a8f6aa7e455d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39e9b6c5969cb126c4c97e8c1110cf8d071dd786fee061bc211dcd8cfc1bb477
MD5 db5fff15217cc693c0899fcdf0f33054
BLAKE2b-256 aa43e63e2a8ea1a70b5e75c04b1a97ad8af8c6768de5e5cfd07f2bbd63eaa44a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbff6cf67d8f672ad000b2878fe5d6e3f008e895c8a87032819226ff89835ace
MD5 07daf28a26687f696c27d9c97c8b3037
BLAKE2b-256 8613d4123ab734f8b7675cc8a1ea9a8da589d6dab72bc133afd26cbd71a09c59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.2.dev42-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3f9a47503f3488124f34e8842ee48127356005fe3197002af533d02b35b98b8a
MD5 7ce58523e50c6be72d70b66c48eab3b0
BLAKE2b-256 dd4e33bdab310268e9c59ae2bcc3c7a8642b4571e0fe36d3e21f14d975811562

See more details on using hashes here.

Provenance

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