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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.5.5.dev21.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.dev21.tar.gz
Algorithm Hash digest
SHA256 8718ff000c22f52030193f514d7e761ec44a66e5a0982327604456d45efe65a0
MD5 e045e51bbad4b27b9e31da5c6bb1b0b1
BLAKE2b-256 a6f4b89d1f8056b94ae777cf0bb8c06578db29254f739aa4d7f7432c1d9cfad1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9a045cc74b563e825613c3cdd250ec6dbdeaa404cc6c09cfdb1f284c17548850
MD5 dbb832b4f9c60d7f8eef553444a931af
BLAKE2b-256 b38dc012482bdce6f756a70d89ba9041ad4cbcc3eda8c5720f4d8e2f3315c1be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0bdfde6f0ade90aff99b20e33dca22a4691ac19edc37a233e9777dc24466293f
MD5 d04b10db290bd91a2040fd9e4ec53021
BLAKE2b-256 da46875c96bb8a2e385b5323829914bf6153ecfe3ee85883daf337b11005b5e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62450af0a5dde01a77f5c6c485785ed51f9d07620c8bb1228716eb83afaf8f2c
MD5 8623fe19b2671611258bcd008b4c36f1
BLAKE2b-256 a97ad1204ebe6d051f57a89228afeb4df135e6ce11e363e2bcec1a234567ea33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 813a00fce83620687a33491044e39b3301f3a6b5b1eab5ae801035281cf81b51
MD5 b97b5d679d3287478dc8522559d5fe9e
BLAKE2b-256 3aef382fa5bb5eca1cf09c03d6ffe486d3416a4f4e5d05bc302358c235600ad2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f644783c80cc2001bdd4c68a40d50b9a6af6f613aa2b9edd780a2b3d6e8dfb2
MD5 94cb99cfc9d01455c4d691d825852347
BLAKE2b-256 c04abed48dcba6903de321a786fb9a5361bdfb1fb301dde902d3f19899b1c247

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 20f9484f30b1d121408c0179b03779941ef75fabef274f0c541bbc125183bdc0
MD5 4140b89dc8a3c0d89064190e172cb973
BLAKE2b-256 db1470439aa4b7920d35234458f81ebfa5a181dab126b012a894fb14400ebbd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 dbcb45291e661544229958803d9e6033a91635b8f164ec2d5ad548cfb460f0a2
MD5 ad7b95d6bf69db011a55c589e3fc9cce
BLAKE2b-256 6f121c25cbbc7766310e1c4092ff73c35c52e19f185ca00f2c56d1e7a3e1f795

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 589ac48a50df90ac19204e91e332cce9cbcdaece0ef89d9d2ef14c961411e841
MD5 74e8674dd9a15947abf5a3a7255fa96a
BLAKE2b-256 4786af4c83d61ec4dfbb652424f46a9577646091d6e3cb9c6ca01196ebd2efd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b256be4364a0f0194954d0f2251d355d244aaa24740cb04eda2b012da1d14ff5
MD5 b9ea5aa30425aa4f3ca3a4ecc55b157c
BLAKE2b-256 66d4d634d44da2c2f8a498d778bf985d71b60ebf6cd8181db2f8580abc871376

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7c882682cfb1a7ebb73bcecad5c32346849f97cfcf5ac5bc28730ed16e278e5
MD5 a106bc53f7753fdfdf51d6a8180ebcde
BLAKE2b-256 514754dad724d1eed83bd53cfd9c05dd687b1203ec9283e8f4c138b4a36ad17c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43d8deea9fbb2995b03c7724fa2fb06ee0f384d8af60c83bd994a4c29a535f74
MD5 11cf01dae7fea60f47ffe196c68c20e7
BLAKE2b-256 24221889846daed21aaed0a2de9ef57a40e13e91cd459d3a48b0d24d57e2ec46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 742a5d2da43b212f85e4dd3913df1e47ecbec725312688db68f88e2d289fe442
MD5 a4c624dd58eb19cd55b6171827d2d5d1
BLAKE2b-256 9d9c098afcf72e7e81760c2c8331cab026d26d036262721cfd5ac9ee0563084a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6b6ac418db889324381ad3be4d74ab92043815e0b2f42d71372162ef5d362837
MD5 37d7b63fb6237257826924abe4cff50b
BLAKE2b-256 e98c4b1ead64fd96b89cdf8de7ad17a67bfa48a2e7217f5c4165fe2f0faeb985

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 38e141af578292beb680e67ca0b011ca8526078ab5e1309e17b9c1901406e23c
MD5 ce32ad2d4e7572024360ab596e67ba28
BLAKE2b-256 f220bce34179a4d1e9649c28ca6ec9f4facd67784e82ee3764488818c0c90078

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ee2affa48ae3163e3df0ed4fc3683e1388c26fee4a43210a2fa252aa0fa123a9
MD5 196fc24b9d0e26db7ca36f683c5c1c97
BLAKE2b-256 05da870b9a532323acee2b1e750e64f230f0588dfa7ae06261440d93681ba133

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d7989e863114193801a3fae90595d339f100fd5901a3d3499ab4a6d7deaf568d
MD5 e0d241786fcea9b260442dbf74f95dc2
BLAKE2b-256 c824d1ef942f8845c36617f0b9c0822c3d770c740a3876ac8d37dae95843496c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33ec904048309264ae55c6d28ec19d337a9faab00d946cab97c07654d6dd4aba
MD5 c87abb9268130338b43e52f2c67e227f
BLAKE2b-256 4c5cdd8ff3c84e033aa2a629eaf25acf3f03809b1144b2817ab97e355c193923

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ddd1e53b16e573a737dad4b6f725123f9768632783b2016d3cf2efd5a6804e0
MD5 744ea965f8bebbdcd4c731a9c06ae1fe
BLAKE2b-256 e5a1a8bffa7538a750e758b5e8c7b50e3b0ff17ac31057c5436dfe3a9ee49fd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f39db47bd3bb07048ee1030c54a918a1eaf705d480134be3428487054e28c184
MD5 5b5c07587651779b3c78e6e753adfe6d
BLAKE2b-256 dce412d0a2a5b29623c1f42a6728e815bb4616a20a001227e86fe587f46a7752

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a1b0f22bc7e7e56a88281038e80eb7325d90bd2f12662c6994918210388edf6b
MD5 f24dd624e85b490f381f03a344952992
BLAKE2b-256 7963abb30edcf871dee52faf1779523ea67c0f2951d69564d1c7ed27c7451c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 80d9a6953b6d0dbbe6e131c6b2feddf4fa602344c95fe6042c1edb5fc8abe6cd
MD5 0c77cbcfe09f328a38320ae79f381426
BLAKE2b-256 fdf3f1abf1328f24fd8a3feac0a8d7ffe4b714f3ce23bbb0bd8abbe9528fd04e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 54dcea4766049ea7b189c321d65321e50c79bac374b92c2e0b67c51185811190
MD5 736f401bac77ced53189271673974674
BLAKE2b-256 af8bed8facb312379c0f5a54cfbf0c93fd75e7193a2600c7f4fc771ef5ae9fff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 62ce98261d1d1feb0ab51485c024ae27d40a779a2f3a01b6140ac582c3173944
MD5 649c5cbc0c80d0e094a4695ef76a4a7a
BLAKE2b-256 3f88c92cfa38de58e1492718ce0970650b2d010343d6dbd79facbded53dd8046

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70d2667eed116c7b87ecf08e89e9700141ec1546000b8742010e05a7560b74a3
MD5 9baa170630daeef28801367abd5f0a8a
BLAKE2b-256 2fdc01a2f01b3bc50c642f3757b7559abcc66c55a9f8126d2a9887c1d142e3e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed95fe1a43614acf519eaa39f49d640c6140c9cc295fcb924b0b342930614112
MD5 0434e6d57558a8a2e67cb05efbb03897
BLAKE2b-256 30ff13bb282d63a2cd7fbbe3c3dbe9907d4c2bc15175258f89336d34b1d47287

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7e16170094c1d13b9d794714518492c755e86cc1442a8f1d453962386207e5e
MD5 bc3081cb130ee34efd8756d7d14bf88b
BLAKE2b-256 9287a45c93470303805b93daaae2b3fc3a002b9a1146807f3097e9d7248a1b21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48599f10cf03d484d779b8016f95bc65866400ffac18afaf00ed3697b5cc81ed
MD5 c1f0fff88da218d0b8463ef1fba90eac
BLAKE2b-256 019df04b5186227368581ae2457d367fd20eb180d3ff37a488092e0d5306dfe6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 28c953564f75e217c388a3c024d81384aace81bef0d39b2c71ad2bac17a9f012
MD5 ab334689844e056cb389b3a7bdfcc034
BLAKE2b-256 b976c9fa5fb622642023e470f54fe66bf022427b6bccfa6bfbf9431c3a007a51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f307cb79cd06f1a3d036a598cba3746c02e907c33e1ef9e7b9be88c6fe995453
MD5 ff0e478b1ab55ad002af33a1e514d140
BLAKE2b-256 208393cdcfc4613a9fc935c940b1684c12cc2ced06f27eea29fe40572bd975c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcc2a82353f3cdef98aee4e23676722b7535930fc759aa0ddffa609bcf6c6a58
MD5 074f58c78a2bb7d2bdee4581a38e0a83
BLAKE2b-256 bb6f6b353641f8b5e91d191df6f2b780eabf9d671da92768b67721c12caf40b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a07bf2eeb4d5bb821d07a528e623e32a82b4a6189bc4fd265d14f118fe522106
MD5 e198a19d826ceb77fb32df02270b8d5d
BLAKE2b-256 0bc775feee2d56d91f0316bcce3994837624292808bb0cc72c85cb41b5df84c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3da6c2ba5f4eaf5916ddb420ac0a06825ed1561a291b6796a768b4c0eb4d4f86
MD5 c0d0d746ca8b824b2b4df68f86817938
BLAKE2b-256 62052f5363f8a0125ac9ab0250d90c0089afd5f88827c650bd72227cb6865425

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4862fc46ba37da772bf2a995b32fbe51665cf62d0cc8601f7147bd21d016ca2
MD5 05aa11c9182b80c22ae65492485f509f
BLAKE2b-256 29289713fb981b1de8439b6560b1abec43e8eb704ed310d374ddf5b0c103e7cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev21-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7dd1f8e81c0ea6bc7bedb093478ffc3ed9254d33949c7049cb99d76a972a3b26
MD5 1a6a8715900c23b1efc699670cbe9c31
BLAKE2b-256 a52c042aade90769fa6fea7d2fe3cda4ffa0df500f1c051ec7badd70896da9d8

See more details on using hashes here.

Provenance

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