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.dev285.tar.gz (18.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.dev285-cp314-cp314-win_arm64.whl (15.8 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev285-cp314-cp314-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev285-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev285-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev285-cp314-cp314-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev285-cp314-cp314-macosx_10_15_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev285-cp314-cp314-macosx_10_15_universal2.whl (37.8 MB view details)

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

duckdb-1.6.0.dev285-cp313-cp313-win_arm64.whl (15.3 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev285-cp313-cp313-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev285-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev285-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev285-cp313-cp313-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev285-cp313-cp313-macosx_10_14_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

duckdb-1.6.0.dev285-cp313-cp313-macosx_10_14_universal2.whl (37.8 MB view details)

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

duckdb-1.6.0.dev285-cp312-cp312-win_arm64.whl (15.3 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev285-cp312-cp312-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev285-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev285-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev285-cp312-cp312-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev285-cp312-cp312-macosx_10_14_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

duckdb-1.6.0.dev285-cp312-cp312-macosx_10_14_universal2.whl (37.8 MB view details)

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

duckdb-1.6.0.dev285-cp311-cp311-win_arm64.whl (15.3 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev285-cp311-cp311-win_amd64.whl (14.4 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev285-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (24.3 MB view details)

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

duckdb-1.6.0.dev285-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

duckdb-1.6.0.dev285-cp311-cp311-macosx_11_0_arm64.whl (18.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev285-cp311-cp311-macosx_10_14_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

duckdb-1.6.0.dev285-cp311-cp311-macosx_10_14_universal2.whl (37.8 MB view details)

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

File details

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

File metadata

  • Download URL: duckdb-1.6.0.dev285.tar.gz
  • Upload date:
  • Size: 18.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.dev285.tar.gz
Algorithm Hash digest
SHA256 912b55f1f3e9ded9e63482cf4d0a743514b0cd92d6620e58a9e9296a1085bb95
MD5 a5a36f3599d6cdd9e6dc5d6a9dc705d0
BLAKE2b-256 64880eb39c78c6ea10970c51e67f30937fcba0024a9b7616845959585182d760

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e853b3a01fc6fcb577ade5fc37e877ddf115615bce23a4141250e7f5476378e6
MD5 43497b80d52ed5f01bc4237298c3c6c4
BLAKE2b-256 f949db7258e47788e684495a05e970269b9d29897af3d36c5d253d01c8a03afe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 df8b636fc06909193fa57eb3a822b207a7b0cafad125bdd47b3be7d59ab98f77
MD5 6cb35b5f5c756f07d469c318be19af75
BLAKE2b-256 66ba14d2c2d93ba5dc4c3484260e07d27f0c2b47ed6b45a0d58a275858cb7a2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57925efa07465a570d2e7cc615dce6659eee4cddbe605c9bbd05fb07286fe646
MD5 c223169dcd261b73f0996f005f1da69b
BLAKE2b-256 f56acb1b2993a7ef865afb8b71fd494fc9971d0363306144b90da17ccd2a1223

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41b537964cf9a1b47121c4b93cc2ce92d5e71adb28803e623710cf5633bbc56f
MD5 464a35176b70984066fae74b5d44bd38
BLAKE2b-256 a044425ca66c8a869bb55b8682d7fdc3ed4653e309c2f31a90d21d4e61029a47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6260e30473e7ed27b1bb19302995145d03d5802725e95d50a3bf5fdb7cc99b2f
MD5 2a0568535c8ff698c44168496db74e99
BLAKE2b-256 7ec7a13bf560360b11a934e37a0997bf2bea9d1b2ab090e922763e4738dcb0b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 123610da75e7217b78e6f4ec71a896aed29560990faa069cd4ac9329a70079bc
MD5 974979f14bfe03f9e3c365256a1ce068
BLAKE2b-256 064e0270cd6db64323b8fa62e5df58c404b368dde09692d691267e2f2618a6e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8ac58ca29edc7bb6a73e6a543649635cb74bb404aa7eea5e26c9baaf6d6406d6
MD5 a078d262e16f7c99defb4a34c4d9aeac
BLAKE2b-256 448d5703773b3ddc432b03d46d7c6564f29b9d1e6c542b1cd8adedb6b2b7ccab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1c116e177580daec0ac413fa295b8974d260f5b46c253d6e582709a57fd7a4a1
MD5 a3d770349bf6a8bd111e42e2de82c29e
BLAKE2b-256 7e284d86f221dd2f4fa6856c3b7c163362694cb0723b3d5143db3125e0a4fb66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7d53fb5c383f940922a223f40e74de5bd549f33df53340a2176dd966f66e03ed
MD5 4021438cd1c80718628a4920d5073b6d
BLAKE2b-256 09d80540ece791b707080ee89046987a8e152cac5e22a3e4b77d22618af96229

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68ef1aa0c886a9bf3f3cb2bc23870a5072a97b65ddc573d6b517b420301ddae9
MD5 bcddc31bf10ccc5e017cd0fb0389fa77
BLAKE2b-256 cf69d41e941b480efbec578ac4558dacc6de97dd49f9faf9aa47349da83da78d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a96a7ad8aacb059bcee3e3cacba8e1ade7600531c3e6e59687765c2172c14f16
MD5 8de9a468fcd62e323ad83254ed6e2061
BLAKE2b-256 67940911442b0d54f713a4dd3846bcb4a7479f36068fea1dd6ac703d6cff1e73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35a505dc6d701cf832cd22ac7e7c7975f2e0d33841e709cf16b54c2f3eae7c79
MD5 5a72f9e35850f214dcc87a22d81d4898
BLAKE2b-256 887c7e0d733d4202281cb726287d9dd6b18d06e8110905f4b97c37281d9f1b58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 dde8950777b4624544827a8d6e088c8b9f85521189281743dda4169b21965f41
MD5 a4ff70c4eded4ba251c70c51ba3436a6
BLAKE2b-256 7d883cf2ed7f3c724dd55a4a2f4a4e11ec5438e78bc00b154298d251924c1af6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev285-cp313-cp313-macosx_10_14_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.dev285-cp313-cp313-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 435b7cdfdfefdc1816c2278a8615d8ac4e06d22cdec18dbcba69d1a038914225
MD5 6224481e30dfa238ee9d3cb14fd67975
BLAKE2b-256 f155024166f310645681c0cd66eeb345b84d20c7b8cbec4d3630eada7dc72672

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 be0591ea9737237553b33113da9d5f601fce1b1cec5f5c98d2b1cf63dd98875d
MD5 5db219b1f2181321f89055de0dfc7d78
BLAKE2b-256 8b2f85f6031e67efbfcda8a1219aba014a84650713b7527c4a1e621d6d7d0f1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fc68138dd6f928b204e729694b59e833657ad38780c7f3aaea7fe7604480cb3a
MD5 e8fa9a782a88c126edc05504e7d85853
BLAKE2b-256 ce4228f0601b095f0778846b53387d1923dbc90f47fad9b4ecce26b7e6b697cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0b9bbf1129abeabafc35072cdc52b921074be90e898fc522737e5c2b4c51680
MD5 765e85577797df14e4913dd9460cdaa3
BLAKE2b-256 435b198754a80b5bb14bee6290dd5740c3dfca0e40d2de85366ce9ec2e62e637

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23c5b495d8d231c86630149c170fbd0d2bd84e7b4a9a6c0290b2c47c45f353d0
MD5 bccf2758bd0e728dbd0d77d502b9383a
BLAKE2b-256 3b4d1c25eeb37c121b69455bb7cf71299406239cdbed7bb530f39cbb5d1ab3b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de3bcc136b733cd409bf98412f90327a310a633f56c81fa5af73fba9c8e03b82
MD5 57e1e3d4ebca6a2e956166cdcffd20eb
BLAKE2b-256 9a51dfcd2b6e769e5f1c0adc5557636c1754c1fef31ea068b01b9d6bc634ac88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4f61f6862c516be54c1d1588b347b95114cdd644e970fe5ca6b76dcd24e822ff
MD5 5f2e3641ba47594df1cc3582c975bee5
BLAKE2b-256 8c315f0360347d59adb980a3e43f6ec7c97a181502b98dd2e96c5b84387a2b40

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev285-cp312-cp312-macosx_10_14_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.dev285-cp312-cp312-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 5542bc3f55d60476b3213c83dbf704af7d8a107073be255780b14c934a8ca7d3
MD5 1203bcf600cd040fd3f1a436a00c55ca
BLAKE2b-256 50b902e48f129ae5212b8a00d10cc9ae2975553b1fb6da3d8db56fa3c4a06917

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8dfab2ae6d9c2729d955c443afb6abad6b6258a481002a8301cc1947926b4563
MD5 42095999cd8ee718208cde07bf877980
BLAKE2b-256 72241a87aee5dc97068b5f4905eb32ff8cc8b448284d6ee284a643c4ee75fe4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 73956d88772de7e1c76e6b1c368e93cff41862efb90329c0d0027ebf5b9a6a63
MD5 63533f392452816a61f5a717293a1ab6
BLAKE2b-256 84704cfb631ddeb8849571e61b95e8ca0d9f13ba55d197da50daf473bb926049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f693d40962897e5ada4b4e4450e79d34907153f53fca32a8fd60d4d8680c397
MD5 1e825935b53203597de2198b0894e528
BLAKE2b-256 2694828cb5f4a672cf503fb0ee01dd10d48ddc683b7ed937019b0d4649b98399

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb51033ec0d7bd87201adc61af01ffc957f917190fed33c9a4d2d783d8a7a311
MD5 9779d9825c268ddcbb6354fd50210cf6
BLAKE2b-256 0e2963eaf23b78896addea42e37ba2250c55239790dceb5965445af5e82c53a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 265f3ac2f2fd5308ac238b0f7792cd2fe31d0aa2d80ec0a5d2bdb7f3690982aa
MD5 e7f0c2eff770e8c86ed9577cd00c9ced
BLAKE2b-256 e0e50fe01ba0ea3bc46e3ead695b3e9b0a1f7d1381345a13779ba3d2c8182866

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e4f22ec065dcfb6a3480f5f3d932d549d20a2e2812c552a5bf0aa913dddb2e1a
MD5 7cba8a4800f07ffa799d9840aa95b5e3
BLAKE2b-256 f5e21c9bf6b5f63c5d0b207997329bd7a7de1a4584ef6ec535135020b040d996

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.6.0.dev285-cp311-cp311-macosx_10_14_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.dev285-cp311-cp311-macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.6.0.dev285-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 019a6c8e31ef59a511f755a60a2e9fc5706a0e196369e2a1d89428ade52d20df
MD5 119c31e238116b4da17d530189aa6e80
BLAKE2b-256 1ea0b68c2583982b6a755cc45b19946548a5829604ec8a1db574ee0d8d7e1465

See more details on using hashes here.

Provenance

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