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.6.0.dev66.tar.gz (17.4 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.6.0.dev66-cp314-cp314-win_arm64.whl (15.1 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev66-cp314-cp314-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev66-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev66-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev66-cp314-cp314-macosx_11_0_arm64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev66-cp314-cp314-macosx_10_15_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev66-cp314-cp314-macosx_10_15_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev66-cp313-cp313-win_arm64.whl (14.6 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev66-cp313-cp313-win_amd64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev66-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev66-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev66-cp313-cp313-macosx_11_0_arm64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev66-cp313-cp313-macosx_10_13_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.6.0.dev66-cp313-cp313-macosx_10_13_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev66-cp312-cp312-win_arm64.whl (14.6 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev66-cp312-cp312-win_amd64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev66-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev66-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev66-cp312-cp312-macosx_11_0_arm64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev66-cp312-cp312-macosx_10_13_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.6.0.dev66-cp312-cp312-macosx_10_13_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev66-cp311-cp311-win_arm64.whl (14.6 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev66-cp311-cp311-win_amd64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev66-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

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

duckdb-1.6.0.dev66-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev66-cp311-cp311-macosx_11_0_arm64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev66-cp311-cp311-macosx_10_9_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.6.0.dev66-cp311-cp311-macosx_10_9_universal2.whl (36.5 MB view details)

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

duckdb-1.6.0.dev66-cp310-cp310-win_amd64.whl (13.9 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.6.0.dev66-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

duckdb-1.6.0.dev66-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.4 MB view details)

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

duckdb-1.6.0.dev66-cp310-cp310-macosx_11_0_arm64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.6.0.dev66-cp310-cp310-macosx_10_9_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.6.0.dev66-cp310-cp310-macosx_10_9_universal2.whl (36.5 MB view details)

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

File details

Details for the file duckdb-1.6.0.dev66.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.6.0.dev66.tar.gz
Algorithm Hash digest
SHA256 5140dddc1aa61f4a26688f7b669321054b32f428f4bc279ea0e9d0b93144f30b
MD5 f0ce1f595bb11f4d54137c6a804defd3
BLAKE2b-256 7bfceadea36c6be30e467010fc9c685fd26f2d049709a594cecfe1d5b828eec2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8b1c5de0bbacdfe5c21f3c0b05fd66c10539167bffebe93f5e17629af791b0ea
MD5 c2c975b1059e17227422ef3f47665e20
BLAKE2b-256 6ac34717cde7f2fe3949caadda5aa23a6176727f01fccbaa37c7699035713b4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f3f057646759cd38d1ea522d0ee71c76450e44b78a4ae516b4dae178d1b8428a
MD5 8678f4fa053792044c02febf19fd79f7
BLAKE2b-256 f7e13b2278ca51db9c64694c8fd4746e7437f397fb8c9e1fcd7df7dc60c59071

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-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.6.0.dev66-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d52c39f74701739f0263aa16ca1e2992513d69060048a2d328043fcf2dd12fc
MD5 c3d119708486a47e765e0fcb533d36f2
BLAKE2b-256 c9acfc90e0fc31d3ff08289cacd7015efc39672d7ded9ef0e5e76a601bd1559a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-cp314-cp314-manylinux_2_27_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.6.0.dev66-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfc749f8e3e161a58d07d8c12d21ded063825dfd910223f722cf2766cd18c266
MD5 98dfec79498a1a4dea34a1dd46467efc
BLAKE2b-256 3ee51d5a4f8bf8f41afe6551854546f6a591f5a31011eb7608ddb2ac5a6a2502

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3af7ba3a6de3e2f74b3d331c9b566933c935a54dc1a783a65e2c94cbe6ceb634
MD5 fe8b1dec6b249eabbd49759b9a127359
BLAKE2b-256 1ae8e999225c9d7d142f51b908be27c862c689e0096af954a46dd2d2faf0fc3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 072a21e749cd26b3661a5ff380bafb4a06f4883b9e2e76cb6e335fbe499ac446
MD5 5daaeb50ec8c49ee70162ef6ce2c4f5f
BLAKE2b-256 dd9ecd2c91bcec62b6aabf3453266eeb8664d35ce7cacd5ee2d7a40e0897d773

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c41144c4bc3372856a4d4fbaa73083c041a41a761e55f38cbc88102377b52f94
MD5 7d225d44b6e330c5f5c0b18bc52e8d0e
BLAKE2b-256 c0612194c60624158142f40d563a0899c4dce818b68d441c5a16f08f24d13082

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7b7626dad343b5e5eb1d8bcc1d0177688f583d88eca419578dceb46a4d9117bd
MD5 caee90499678827749e074e11f978bb9
BLAKE2b-256 9f501f8fedcb475d9a2c7a4db829629b60904c83450a68e7f31e252b970e1bbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2b46ccc204836c7336fa3e4cb898252a599adf5e3238d34737875d06e31c6ddc
MD5 7224b899ab957057969452470de1d4cd
BLAKE2b-256 17673b163dd03631dcdc7e391e68926fec1a30bdd7374eff6b2eab3850257be0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-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.6.0.dev66-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eecfe2653aebdc597fe783680423477d2966376e83fbc397f76dade1e7291b2
MD5 9fc2c211ac4c524458c7c1169593e797
BLAKE2b-256 f61c57081e149fba089a5b735c071836942b74799a8a381803674b24a18f0b95

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-cp313-cp313-manylinux_2_27_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.6.0.dev66-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbd2b154909c15dc319115aeefb7efd5fda776ab8cdc51d3c4158a5537d94a3e
MD5 69cf300417c0e86e3229b25d8f4e4a69
BLAKE2b-256 d5d6f081116fb3f733365f60612f9126813b4dfa95374233f76806a9dab062ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 087188a97011a26725c0bf29b2d16582d30e24b8ced8f398d3ec6fb289466497
MD5 ee8eba4d293426a643a055924a127377
BLAKE2b-256 459a58b616a79c374401254334624ce205e8514e3b1267063b692766c913fcec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cd0e5eda48e5d178c1058549ebdf8deb21f0449084bf5e166c16ee02e95a729e
MD5 e04a20d3864591e77ccf8685a34f92ed
BLAKE2b-256 acb6d8b7e412527ef588176c2df444e414c6fde1fed73079711b266fe6fd7394

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1941ccb5b35f8ed26ec4013c0dec55e1aa8f92358ce4790dc790e68edc36fbbb
MD5 9e09bd4dbc9f93d12412d5e693b891fe
BLAKE2b-256 9949ff55150605860641542ab911b353d9e9aa7c57eeb2518a1f0753e4a86466

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ddfb315244700063f3924eeb5348e42229264f0f36e40b3369e74024488230e6
MD5 051af557c6baefce984ecf5a3b18ab40
BLAKE2b-256 885a0964a25f7f81a847d8d6efc8d903d839d97a604261725da0afa01ea2bfad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 439faf588d5652ae5b505caed45b072be5ca5d9236a12d87664b94caab4f6d27
MD5 addf181f8151d0d80348072278059f36
BLAKE2b-256 f15ff3db52c20a0b53a4ac5890a26ca855e87e8eaff33421cdd362e302c6addf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-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.6.0.dev66-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0097a3f2c118ea22588328374459a17672606ca1c74c5196431eb1010f7c7f0e
MD5 4a54fdf3429670652f837de89ec330a0
BLAKE2b-256 908fe0fedc76f7725e1240451b7b12a9662972d7e6566dbb4adabcb129b3afcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-cp312-cp312-manylinux_2_27_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.6.0.dev66-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 935b044365c300764301d44006d99f388c50bd91de8d7b2e83942534b4825daa
MD5 45ae469db5c92e8be1c0fcabc28651f0
BLAKE2b-256 00f14e19b57fb517e6ab4350f97c2c47e5862b27a611df7b6eddf7b4cd0a027b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3c32bea48443ae1f22d49500624066f16280bab2534c20118fffb7dcb99b981
MD5 edbe4a8df54f120cc5509645e5746232
BLAKE2b-256 c90b9301604bcdd531d9d6929406a44ba5774a4cb098364fe5ae931b8c5f6bd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2ef81704fd6e6322d7e863dd983676d03af3165e8c0eb6deb40dcd0b29e08d10
MD5 5f9aef24902415c607eec276bb7fb0b8
BLAKE2b-256 31cdf29861f557d0954293ea18d4178cc41681ef254aa9648ec4f84a6831dd53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 140c72c46874cbdd3681f2cdc9552aa4b65ba1863116dafbf6cc3fa0c25a8244
MD5 70bfd481a644cc2c18d037e6314e99e4
BLAKE2b-256 97bd91839012ec9828dc647c47ab4ddb0651ccc7077c4cb2620dabadc38ec15e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 01e828cbd0889b7fd84d07e8990bdfce2e1f281b29c1cd961417670a5a5ef9d9
MD5 782eab8163ec02f194de929284b42ee0
BLAKE2b-256 9ccef0bb2423b65c263644e7d5ae7c98737f4f83277288c134b00219ff7143fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3a644971207f3c953bde119a6309a4e2dd3cfae75f97e33be6bfa31c8c69f119
MD5 1c7653678cd8a0e074e80b579d7c6310
BLAKE2b-256 1376d27dc34ba24d5b3416d7c8e675d1ec5471b4bed6de62543c99b38eba0c55

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-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.6.0.dev66-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fe37477fa992315acdf89e015c40ce2458b095ec52b6021fa37dad9abed5a71
MD5 cce917c22657e25bf0c95afa171c928a
BLAKE2b-256 8756d14917bdb666d19422917e97d8df635a0b2bdc4f99e8c84950b139f811ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-cp311-cp311-manylinux_2_27_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.6.0.dev66-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f8779362eb57ea645397fea673da0077edd50e1f0b14d8d09cfac76c53178ed
MD5 a6ee6bd23e839a0dc41e9eaeeb87d040
BLAKE2b-256 e73a504682b112cb721b035cb186b5ccac5478e4e37e4ad7a1b616e031a73ccf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffaecdad0b8449ab7c7760ef2c1b1b3751b069d74f3fc18d555f9b6cea0f380b
MD5 dda5779aadf31b7354e071d039a66fbe
BLAKE2b-256 3bab4cb173ef6f082985d18db818eabfe90760dea855e8bb4306340ff85bcca8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 384dd52e4b9a3d168dcedb948e433be2ab013e53d62c61ee8c5e75fc8f66fc0d
MD5 d8a48fdaab50ca2cc32e168cbe6e2607
BLAKE2b-256 ad05a982e1de8e53fe7c25421c1735da951654a23e5f42e3c69482dbb1c762f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5b83bc8e2aefe7c215e15bb08d427c70f215262d68cadda35a534ac5b1299492
MD5 bedb88210e5e12210d6c2a2cfae34875
BLAKE2b-256 b5f1367d6d4453319477cf1d45ca751dd2106c341b8e717107dc4d85486462bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30e4001a55533dcf9d79e93168e629a4b428667796c8f5184d419e076d7e1c67
MD5 6b54b2fe8e4071bed70fb3c17cfb75ca
BLAKE2b-256 a47d471c0cf52f4078abd7e81b3c3fd184a2eea9ad303a832027a25d05755995

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-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.6.0.dev66-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0afb907293813a66e4e6d5e94fa904fd586701cc688b9ba9057a2f1445f8da8
MD5 e3dfc28f958105920e499e8e5901045a
BLAKE2b-256 46354e7373e3cdded1b7f04d0665761231d2a9670b37352bbe5b2367bd1b8ef8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev66-cp310-cp310-manylinux_2_27_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.6.0.dev66-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b1d4cca9e35207600306aefc01754b5ff523c63342194e2436d9c0e2b553bbc
MD5 11d31beb1ff7bf73b4b15ae657d6e046
BLAKE2b-256 3e6c3987cafe013c3bfeea014e85eb535b89059fea381cd0cf742f5535cae903

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92bafd34f559a54466b8018ac8c07bd8575fef095b68d2f6adb0f47881f6b724
MD5 687f4365c5bc74a93b295e0dffb105f9
BLAKE2b-256 72e5b6c90d6b7c52a64ce98c7cd962d4af81c5093128ed9e3ad333071161abf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9938894e642f28d03d8797c6b09603353b8d4fe7816f059e0123eb25217303c5
MD5 d4109b1e37edff7fd8f6ef61f29196f3
BLAKE2b-256 3e83073b1371a2cd16faf85da5a973f75cec15a105dc26f1fba195887819018b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev66-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c9d2059f3c69d71dbc4908f1324821e41945e3ec8290c1ec1c7045b7ebf6f6d4
MD5 cc4626539fcfb20f8e6c2933553bc08e
BLAKE2b-256 97ba0391ffc5cf300dfdd887efe940ac9418129be36424c81515d519c51dc4da

See more details on using hashes here.

Provenance

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