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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev27-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.dev27-cp314-cp314-macosx_10_15_universal2.whl (32.8 MB view details)

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

duckdb-1.5.5.dev27-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev27-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev27-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev27-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev27-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.dev27-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev27-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.dev27-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.dev27-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.dev27-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev27-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.dev27-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev27-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.5.5.dev27.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.dev27.tar.gz
Algorithm Hash digest
SHA256 d81fd2f7c1d24437573b31528d7e9bacb79cdd62ddf965244c5df58013a27496
MD5 5f0d0676960fb16a2ac13e5ca4e7c61a
BLAKE2b-256 e1455291ec8fa2b3c1c58b9e085187e3a2d2bfafd86f7a27569b6c84007488c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 458c1a0c5489ed989d49819ded4a992f6bcab9af0b587c70d5762860bc9f7d21
MD5 2c88721242a3b90e1e5b2c475d3804ab
BLAKE2b-256 5646023a9e589a7ceb9781c8f45f0876bc9f3772a5584e3b37c7dc3f1af9bd52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 94877070adbae0d92f528fd534b647f04ed352d4d5bcf6d04da070782f9cfee6
MD5 89affce97594eb677de7023b6f0f8f96
BLAKE2b-256 34907c58b8d9473aa838d421fe0e9c23d9177fd64cf7f998fd47f14351567fdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d6b242a89613735a39216f527a415f57e1ccbf550d28ce0d41a49decacddd0c
MD5 abf79750861dd7ded43c34cf2ed92b8a
BLAKE2b-256 e85bfb311e95122e02a7b2be7b106fb1d13346047806d69b2c9cf67e59d190e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b1e6b01b2cbe5df617f485cdc67d807457568980fcfd94b3eb535af1e4b3d23
MD5 f473253da091c1d4d9ac881e3f8a5390
BLAKE2b-256 5ee0154712f48cbf9af94cab017e932d7609c4ad7aa3c33eec025fb700b6f347

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7dc5b1b80324d832c6e7f1e8778fc6b999294c44f2775522c034c3e929a62b1
MD5 13be0ce0c968231ebc39b7451b505ab1
BLAKE2b-256 22f8b46c1eafcb7268b6274fff21a952223ab441193b63dcf89d85a4eba2b743

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 70aae4aaca1d864e93b41311943bfb2bb21382c4ce710c4f65ea0a8e1c652540
MD5 87720d1f756b638db8ac94c119352921
BLAKE2b-256 3ec15887f0c3612763179388e989df5f53ce42850fac3bbf44b8beb580fc2cf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c298a9ba0d3540fc08ed663e3146decc185476dff4391eb0d849902f89679e75
MD5 c972517e8a919219b2e34cd885eec170
BLAKE2b-256 d721d03bde2bb80165132170cbf08528271f48220f7280e82139750d02bea860

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5617b063793d43f8d4b34280e192b761b98dbc7ab0d0c358f7200f9cdb73b6fc
MD5 eef0ee81e14ff0e59fb11172071be420
BLAKE2b-256 2c2ffe2fa1a8e1a9713908d5e1af71b2245dee6a68c80f94d54f2a5de4333430

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5d09834597996b2588a2fba0a191eca01f5e9b315ecd9b1179e3e6d34e3da448
MD5 af157c223f51a90b67993fcf0420e808
BLAKE2b-256 88e22ae0d596b3db7603132071e157ccb30108ff6e483954501235879092e495

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c09754742f35822d0feaf097d0dfcb436a5d691c2fa3618c48dd6a9416c4dc1
MD5 135fb692710ab885368a26d85e1621c3
BLAKE2b-256 ae956b9e29189ca73e20608a69567ffc52e35b22ce42f23433dfb7a1e23cae24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cf033a1a6382d65f904e6142ca465b761d8118dfb6b7481e61f02970bec5b3b
MD5 ae237b19ee08854b7851ecd1f5b5279b
BLAKE2b-256 5d99e40774de2dacbe2587d12fa4aaf2829483bf39dc4c723f88e5129739b334

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7321d5d6f6379c9045970a9bb629990bffb59a8aa0f96d894a1523ce0e5c1430
MD5 80668af731dabc8a1c38d9780b3e12ee
BLAKE2b-256 1b49a16431a368ec4669aaa51c866e848dfb3a548b8a4d8fb909487c8bd6aac8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a0df5163516e0f18c9acc9d81d2861d894ddb65394b8c20b3d7f16d6259ce591
MD5 5a458e68f91ec65e5e64a08a0c09d5b8
BLAKE2b-256 a14379c9a7dceffbd4c3c8136240a6581d5438ed8310239dd1ee2e0f286fe04c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 995c169e37a33652ea946d3d20596ea7c92ff293c68dd48a6dad1dae99f3ffe3
MD5 646003ba050f6f5cb75ef5f1678bc565
BLAKE2b-256 65e788cb553cf51250ee8eb026ad235833e0ea774509140a663293a7ecb0e6f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2bb5ace5c7db8a444ee61ef6a845ada0f7731f2c7005f643d7b54aabbbb8d71d
MD5 23f4cd5fc1f7ff951ec8fc1fca978662
BLAKE2b-256 48bec1b425ddb235d5569e7c6efa1308196572546c210d615489a789c5da4297

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1726d5af05a61fa7071c3c39a8063d71c448df1211645f07f8c8de375cf10ff2
MD5 4d239351da2af27bf64d62e08d759ce1
BLAKE2b-256 c8d9b3f25f5ed20c1b4f8dc46d02621054cb9880092cfc828227e632a42609d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33f49b8481eae80d3889c7abb7dff91c0c5fefbc6990b037672d56b378dcb2b7
MD5 5ed4975ff66696a6026d23879face9cf
BLAKE2b-256 8897b573f4bee201d7526a8407a32603e1a375323dd61bda9659abf2e9514250

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d641d44582a703f3a682e77cb238bf78577a19a17b612e41b29cfa489cdada0
MD5 35432f9d0d628da981c8049fb4625a6c
BLAKE2b-256 70c3ced08ac2050b6c716051e90258891ca03601743317edee86acca234fc5fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 257e52549f6da495ec8ce47619aeca6407306cb85f9dfab28f9b3ff17d92c99d
MD5 bb8182e8b10c2bcc9fd91785324bfd01
BLAKE2b-256 878ea4105e3d5e130293ceeef6154a384f7e9c6a12e0760373a11c338ffff795

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 31ebadf5705ca3bd8c586a47cacd24e8f5e1101bd8ab6480cb49f830af0f516f
MD5 30b4f6aa0e86962bef97cc843e914475
BLAKE2b-256 ebd58190b3c3f7667e7a657598440b72744fdf8907b162af32c84572f42482be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6ac3ce05ca38b20f639dac482c7b221b093419449cffbae8748b1e4d27c89969
MD5 b8f370ede2f57f744b8c15a5160b098e
BLAKE2b-256 b802360ee546733c7103799460f688966c57bbb0f3cfd60669e89dfe95e94782

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 06d7407b880725fae334b2ce41127af101f338f78568a00cc7036cc35f248a80
MD5 2e1a3eb0626330a61e952b9a64c5ba8f
BLAKE2b-256 b7c36dd419956615afc40db147fd5c92a7d2d34c8726a3e9ac42ee5ee07a8b3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59b8db3d7b3afe63aa82ec6c92a0670083a4173479113c3736f28028a5fa11d8
MD5 68d239176ab7ea23e85eaa42bc7d758e
BLAKE2b-256 b4ab8fc717be7664888b95e4c735597073e1897cf097c0603d12bc644e925cfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 abb24f0a5411b4b8ca5560fb12a7a81c9dd60d2e8813c25ad1dc112f7162028c
MD5 bba7c5d0f06ef90b173ae3111d895a55
BLAKE2b-256 3fff282c373a374dd79b8283d91536bf7352f5abe224fdadd25cfdf4bf546c07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa33bf5faa17a81365b847adc916107cb78b99def159f0d48d9ab5261cc16b7d
MD5 9368ef2031eac3981411105e96859653
BLAKE2b-256 2365d8c75376bca4c01d590d2d0f004bd287263935a96ae623afc5ab7e2fc10d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e8e615e19f5d94ed2566599b405ff859ce7665e752b5b5ea4d8f6f37d99f6c6
MD5 526876af63a494dcecaf6b8607503b11
BLAKE2b-256 7d3bcbb6a12167709d0e06a475a6691b722a397e2455d35033d41dad63b46ac3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 517ffbd2569299a1dc512e6528b9ca2cbd339e0fafefb89e00716b5cb63bf436
MD5 11f9ca463b65a159879f1e26eb06ddd4
BLAKE2b-256 cfa03ca9c7d9beae3009f9aaf09cbf8b2110b9c535c65f6e06f89835b3307cf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c58ee74d23df0e6b158f22b5abe9e56fcddab601d724f77238d8b903d8c063aa
MD5 fad2a9edbf803b69d2208941df8f6400
BLAKE2b-256 d7b6189cd2b2a24116e5be4db7168a0744ba5629665087a227cc019c997d26de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 382bad21e1d14bc1a10745626050dccaac14dcab254905fcd2d5b321c6436ed1
MD5 6d99f812e4403cd76ea3c70eb609c766
BLAKE2b-256 3397baa0974ec409e3ef7a0b7deea63b65da755bbe6f84c921f0d976dc1c4fbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b2c3c33a2717684068e58d8c127ea869e8aca707656f433d50003a59557e38a
MD5 d951836934cc8971d316454fa8b8ad22
BLAKE2b-256 3d1bb64922b9f32f7ac325f718e2d92003a2874537c66313624eeaa2f8fe9999

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26ebcd85112b9fb8c682889c8041781b63f19d58b3f56861b94443f21e96ec05
MD5 c202fc55d305c204c2343d423e299bd4
BLAKE2b-256 6f9376ee3d5ccdaea949a6234da9603275c8b68256a2cd5f99d109f365981570

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 268201b5bbac11427580a893c838f80ee36665440fd61d23cb6e6476c9d57441
MD5 91b7fc9e1f329362f662e024eac7ef16
BLAKE2b-256 92bb8e14878128166f7c520606a6e17edf1800c272174aac68fcf9f99b479aac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b83d417612022f7e33b356eb96ebaf57f6f0c43ce37c569a36a04c0a75bb9fc
MD5 703cbd605852abe5d4da345019b559b6
BLAKE2b-256 ff99629140de84572cba65983f0059773a5ab94f849f7551422f224e3fd349e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev27-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cdad8927bf1f1888d1d0ad75399a2f0ee50292a2cfaa50eac6d70974d00eeae0
MD5 5521be3f9fcc4c777087b370ec50a41a
BLAKE2b-256 f35af5dd584f7fa4bcf0e89541543ffc5b0b615fc10980712dc5cea6eeaa3925

See more details on using hashes here.

Provenance

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