Skip to main content

DuckDB in-process database

Project description

DuckDB logo

Discord PyPI Latest Release


DuckDB.org | User Guide (Python) - API Docs (Python)

DuckDB: A Fast, In-Process, Portable, Open Source, Analytical Database System

  • Simple: DuckDB is easy to install and deploy. It has zero external dependencies and runs in-process in its host application or as a single binary.
  • Portable: DuckDB runs on Linux, macOS, Windows, Android, iOS and all popular hardware architectures. It has idiomatic client APIs for major programming languages.
  • Feature-rich: DuckDB offers a rich SQL dialect. It can read and write file formats such as CSV, Parquet, and JSON, to and from the local file system and remote endpoints such as S3 buckets.
  • Fast: DuckDB runs analytical queries at blazing speed thanks to its columnar engine, which supports parallel execution and can process larger-than-memory workloads.
  • Extensible: DuckDB is extensible by third-party features such as new data types, functions, file formats and new SQL syntax. User contributions are available as community extensions.
  • Free: DuckDB and its core extensions are open-source under the permissive MIT License. The intellectual property of the project is held by the DuckDB Foundation.

Installation

Install the latest release of DuckDB directly from PyPI:

pip install duckdb

Install with all optional dependencies:

pip install 'duckdb[all]'

Contributing

See the CONTRIBUTING.md for instructions on how to set up a development environment.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duckdb-1.5.3.dev3.tar.gz (18.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

duckdb-1.5.3.dev3-cp314-cp314-win_arm64.whl (14.4 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.3.dev3-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.3.dev3-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.3.dev3-cp314-cp314-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.3.dev3-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.3.dev3-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.3.dev3-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.3.dev3-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.3.dev3-cp313-cp313-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.3.dev3-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.3.dev3-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.3.dev3-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.3.dev3-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.3.dev3-cp312-cp312-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.3.dev3-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.3.dev3-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.3.dev3-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.3.dev3-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.3.dev3-cp311-cp311-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.3.dev3-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.3.dev3-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.3.dev3-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.3.dev3-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.3.dev3-cp310-cp310-macosx_11_0_arm64.whl (14.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.3.dev3-cp310-cp310-macosx_10_9_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.3.dev3-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.3.dev3.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.3.dev3.tar.gz
Algorithm Hash digest
SHA256 5ba1ff24b970a19f81a40183d17227e5f93b47186d01b7b8d9affdab77107c8e
MD5 cedd8c2bb26dfc67ed75ce172bde3747
BLAKE2b-256 cd8331ff78e1f4a94beb52caf4dad541752e398020011af0b437fd1284b02151

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3.tar.gz:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c3bd789458566fe5b8405b8f4939190cc313413a7925684365996f5df9540933
MD5 6a6680bbef1c920ffdfef19c1a361745
BLAKE2b-256 f71d5ded6b06390be3283203e0013ff04ea829497cd7c82c3d9562a9ace39dd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.5.3.dev3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 edb2260bf870c0bd0c2724184d4d4ee088d154b6cdeba49544a29077a7b1cf9c
MD5 ccdf12e7803ebaa04145bfe73d43d5e8
BLAKE2b-256 9f0d7f0b0e34cc9e6e525d277c2d5d408f9b22e0f9257422032b9e1ebdb9f33e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05d4161dfe93369f5dddcfa11ddae79811c326c6046b308136d76a612abbf2d8
MD5 c1148622aa7406637234e42691bb016e
BLAKE2b-256 081cf707007ec7d54d65c76336f322d3804d484bc8842c244613aff7ebd2f6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8bbbc7174bfa76db48896e6359fcbbdb411b1ca55d1d2c40ad0c0ca5969df8da
MD5 d72198b17eb6e755ea864f466296bc24
BLAKE2b-256 97c39e099dd40a1b0908b6272cafa6c423d00658b673b3961de17e8c859ceb46

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7599a779758680d794afe6d81b9145ee570a1213ebbc24b7c715e06f61cbd02
MD5 5b7be2e44d5f59ae48f3bf01b25c70d0
BLAKE2b-256 b3e88408f1f3fa0c235c8677e6062547d219a2c160ab6d99eead2eb59fb7dbec

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 03ad6c22d4f40b6af9474ac1d1434aed02ebeddde22abd333527aabce084e616
MD5 2f4129df0aa57db7ec39ed1c165f4993
BLAKE2b-256 630f42547a3ecbe585c4fc3ffca496ae54636b9fca727d5a65707f44f9668bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8356ac5337c1ce7f56a6a896527f715ff0e79839d7e7a40637d5f0718f10d67c
MD5 0f6e8ca4567f4a4a85ca20146474c6f0
BLAKE2b-256 9a4345f805da8a9695632ebf47fd54c86ec9be80fbccae53be05e7265e9fb504

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 510d14439abd6480d5d8ca00b3a9476c4cb78f9e32bc7c8db97c40798468c4f3
MD5 3690356bfff6394b22a226cbe3e2028c
BLAKE2b-256 882eec26c25a9bae28e502f1ca5911d153a03570c1004741425e112e041fa41b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.5.3.dev3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 23bf7e10976790d8da098b8a045451741e29adb2613f225c24774616c7369746
MD5 0c395b256bad0a90ef079d4f0970a410
BLAKE2b-256 60748cccec71ff74ef5da5825ae1b790821ac3dbda0fee6165bfe2fdb3950a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d01197c267239dac6db452d3900a03b1c55aca6a34c5d2a5933e470d608ce2f9
MD5 44449c0c0213c2efbee0ed5633614a2f
BLAKE2b-256 043a3506a6629fb835eebacbbd1d2789957ec1bf9b3f20fecaee52d1d0d46849

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e98d87dbed7807d93797a00bc84f900da7000bc358aa5465894b931ae1cfebf5
MD5 68f5c89a88b77091b10a57e54d73633f
BLAKE2b-256 c4a22948457feb347dcc5ea149e2436a84bd6e7b8b0f838d85cf156622a6221a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a374e60e03256f9c737d17db4e47811bf6a926d36e0745f7b324d7a2f00e0a1
MD5 806b8f217499d098ae2fb01bf2d2ae90
BLAKE2b-256 e86b8a3c3d73e979e6764a8c7f07ba0568ec7ad3aaf57ef37de5c057c3d8d060

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f178b0e04044e70b4b1b1ec7ad8cea644fa2a8b0a372bbd56a46b7e9a74c16ca
MD5 e7294e641e21553b89e42b1a7c615612
BLAKE2b-256 0ee672e6a88f4e935a44d5c5cefb07748c540c2aac332f2bb35ba827285addeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 02382b0c15e72c7a7b4d9be941fd9246eae68c3f90ab34d256d7078bd7a5f612
MD5 0acb5bbb64b5d87f2e8645b08fc1091c
BLAKE2b-256 adb2357296858b641c43c55620691d8575ed58c07b9194176b9ffdf40f674675

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c88e40671eddaf3e8b7f703304e2a3e3a06142972140f879914d15e7373a3ec2
MD5 e33d71acd991d7f9ca51f29857c6e66c
BLAKE2b-256 2ecfc6ee096fd1682632f50b961e2ac665b0a17a7b6ca45e3c689e633e7d16d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.5.3.dev3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 59d07b50199c10e3251073852590eb2e4a0bce8055b26c9d5ff7164ceb683e38
MD5 44aff4a0a8cf47a27cb22b80bb88f484
BLAKE2b-256 f7588853a87d0ff53f94108cc6962f45c13182d15c778d8ea45b966476a7ac0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 170cf334b122f5ee25c1610bce5132eb13aae8d08dbca58258f161977f49b8ea
MD5 65971ccb800e819f032594ba0adf3b81
BLAKE2b-256 f709d20cfda673914bec34a351b066301ea9f68fffdad4ce0c264dd0c876644b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b4e5072110a549d1f3d048b888a658c442194256a2c804cc034bd31193c7b86
MD5 c64eb3846ffb1fb2e0f76f5670f3e53f
BLAKE2b-256 3a9fd83ae961a0bd95fab1f4bcceb08a631d858f0c8baa75bd527580a99786b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e33a333f2dc2fe958b3fc9742ddbab93e470dfa3e6a42526dfaf37ba629312e9
MD5 9c8ab6da75385b2483b3af51b2859964
BLAKE2b-256 2b9d56eeb5d7e8d346515299894b19af7814c9c6fde8f96c9da6a36ca712c07b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c1458955e5c162fa4d8f4b95001fd196a3c637b4880f40a426f64f3966d8c4d4
MD5 e50830779b15d5f8416f79a2cc9b1b81
BLAKE2b-256 7733ccd04d8e4fd463c212226c75e15586ba5b8292bc7f4f1673bc8c3aef9c8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 57efb0c0595c0c4d51aa1d59bd70f98507c74828a0f655ec0afb29d04edbb7e2
MD5 bb2f9dec33ed20214a4282290c47bab8
BLAKE2b-256 4df5b85b72130f73e58dd8f56299b1672bcaa56543df65cbaeedf95dd106d15f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b5cfc49b16b59602cbae926df993ac84e7ea2497edb29d425e3410f78ee52e44
MD5 a9afd41f9fbc04155e6f924ef2a465ab
BLAKE2b-256 05c2ffc5ec7401a89c87d3668e7b153f515598614da4213453ad6d85b168980e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.5.3.dev3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4ba398f3d1d52ba07ae193d26705714ec7941717913ade136cb05768f608c64b
MD5 120a86cc31e33e83faec10f805763fe0
BLAKE2b-256 8ebf5569084cb171348c22924f336c5a065a3ba6ebbe8d7909987f454a1969f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d6a758de20a8b138b3a6fb74251e3b4c019ce4c6c9c4b6a2223c4cf76878f23
MD5 e88418e3a8daf1a68ec7a829e84ec167
BLAKE2b-256 177370654f9b009923427cf2333ad1361dedec7ed29cafbbfa19e6687b629c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 712b3dca908924bded7a1136e0b2068ffcf6f479b70311d4665f04c504319396
MD5 1262fc713611b310a741811d688ae921
BLAKE2b-256 ec72fe9fa60f64fff74a83b079d94085fdd76b97ec68cfc98fb9e9d3bb3a2c5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 330e3b7e87841c90151087a472a5ee55e23af55c5de1365b424e0033848ae37d
MD5 6e827b2ac082fe7ca5754b070addcb66
BLAKE2b-256 c1e2f3114593288706126d8eb05aa61d1157620074ea7ef1d7faf42b582e4e53

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59553a28cef7bcc9b3ba38c68ac7e60fcf44a840b4d5bc37b34964be6daf8aa8
MD5 831036ab0ebb817b3c0614ad307a2ee8
BLAKE2b-256 2d4dfbed36c2290a3113bca111c4c0b7dd7f7691a3be12ef240915bcd4eeebdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2915be6848527624361fa7c844931a4dfec3b5615019ee04545d83870a3a9299
MD5 713762a72560a182e55675393df6841d
BLAKE2b-256 702906286bf0b3dfa7b2b077234be398b518fe20e5405dcd9ef20cb40ccd582d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.5.3.dev3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.3.dev3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7364b4d730d2674bdce011fbbe035423f632e742431a07cba72a2395890900a7
MD5 3985693567e0dc8e933262b5e7952840
BLAKE2b-256 f342591621e9bf6a238f0b51592d41c539e7fd7930e81952bdc147e082eb0f67

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp310-cp310-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d337b59ef9981e8682d4584bbf80cb5d37eb6bdadd8faf556f176615a451719
MD5 232ba8363e40c32ab7f05a3666c61188
BLAKE2b-256 0c584b55b07f6801ee0d3d020623a965199a025667d4de74423882196b8bba55

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b03c3aeff7d847efd94d488d259464993e01fa99ca49c402d4695c9633cc442
MD5 ed8a9ee38a216f9ecec8f069cb50b60a
BLAKE2b-256 e144845057bf57077fbfaab6564f749a62e3ef3cc8f20731ffaaa12be6f6c22c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45930ce4652dd33d292476871bda00fd9be77a8caf2e253c651ebeedc97ec157
MD5 8e2f81cc926034b6b7634eb983f21658
BLAKE2b-256 0f3794780791b4b8c24acb84347282c07e3e2e02b686af30e408b77152b01aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ecfbd021523556cb1238ee45f9d622696cc39a03e26251149b58cbc2e5bde2b5
MD5 c58de7e45a1198f86740151fe400ea8f
BLAKE2b-256 438101ac73372c53241712728a1681a969d532c9712f71c5b6df9acc0a395734

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.3.dev3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.3.dev3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.3.dev3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 abc5e8096c7a5cf01a94afa72f2096b5ecab032f08b5a212772d3679272c21b0
MD5 a851ac57d7e44a3ff694de9c5e917e4d
BLAKE2b-256 078fd80952d2c8f026d60918a7dee6f3fb6adc48861099851961b719502ef9e8

See more details on using hashes here.

Provenance

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