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.dev280.tar.gz (17.6 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.dev280-cp314-cp314-win_arm64.whl (15.4 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.6.0.dev280-cp314-cp314-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev280-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.dev280-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev280-cp314-cp314-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev280-cp314-cp314-macosx_10_15_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.6.0.dev280-cp314-cp314-macosx_10_15_universal2.whl (37.0 MB view details)

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

duckdb-1.6.0.dev280-cp313-cp313-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.6.0.dev280-cp313-cp313-win_amd64.whl (14.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev280-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.dev280-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev280-cp313-cp313-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev280-cp313-cp313-macosx_10_14_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

duckdb-1.6.0.dev280-cp313-cp313-macosx_10_14_universal2.whl (37.0 MB view details)

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

duckdb-1.6.0.dev280-cp312-cp312-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.6.0.dev280-cp312-cp312-win_amd64.whl (14.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev280-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.dev280-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev280-cp312-cp312-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev280-cp312-cp312-macosx_10_14_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

duckdb-1.6.0.dev280-cp312-cp312-macosx_10_14_universal2.whl (37.0 MB view details)

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

duckdb-1.6.0.dev280-cp311-cp311-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.6.0.dev280-cp311-cp311-win_amd64.whl (14.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev280-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.dev280-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (21.5 MB view details)

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

duckdb-1.6.0.dev280-cp311-cp311-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev280-cp311-cp311-macosx_10_14_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

duckdb-1.6.0.dev280-cp311-cp311-macosx_10_14_universal2.whl (37.0 MB view details)

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

File details

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

File metadata

  • Download URL: duckdb-1.6.0.dev280.tar.gz
  • Upload date:
  • Size: 17.6 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.dev280.tar.gz
Algorithm Hash digest
SHA256 b3112023b9ef6adc30fd31654a420f08d0d3631cbecaa3feb6ae37ea29388493
MD5 dc938ac2d5be3b3b0ff421b0e6cce93f
BLAKE2b-256 41c4e9fa9ffc9acf9b25a543d43bc2b820720d24c7f08d1d285c91dd0e8d6cdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 98b5ae72267dd6086901af42ac38905eef0e600ae2bd020c908ead8227cd67a3
MD5 18926a54bf1d8bc34f6551f25ccb10c1
BLAKE2b-256 3e3d8a28c7e441fdf4433580af3ce2a33d4c99267fbbd4d94d04c761153742f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5cd2b28c618af26028ed2d6b7d238c185887991845e36dfc5087a8356d50cd5a
MD5 a156748f34016e803861697455de29c7
BLAKE2b-256 c213d25fb3d3ea8e554a2d4ef32923deff01f4d62be37f3e7a8f04ee78f2edec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a74b9f105d745d6d4b4a38012021fadef1560c12498662ed8ffeae4a7d98fe71
MD5 91de0829149e0923d599707dc2a8d5ec
BLAKE2b-256 1da0c3962496487d852c4d5368ebbc915e31b15809e3cb80e141d3eab212fb62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9267f745cbd87e93877e70ebc6c355712308f84dafc9efa1f49c23064fcfa00
MD5 26a9c74572ecdff12c267832f5b236dc
BLAKE2b-256 fa968f11eb666b5f77d011147ad3ae917c074af5c83d5e01e150f645f3540dc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 070afd2bad134adef5759be93da6210fc9ef415cf30b8b5ee51d465a8d848a7e
MD5 7f267521839b4eb4469ba0b7a25eef35
BLAKE2b-256 adced59565e133314dabc6363460dbae5ed22674bf5a804c1868363ecf023c09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7596a11581f87f8be7755621bfb0bc7f1b5c7708f99dd84cc2c12ec7cb2f88b7
MD5 b1e2d2c68322ee87213baab1f927df19
BLAKE2b-256 26977f36a2bbf5c6d062ecb9c9528b34e3a84152981785e2c472fa4d12042a69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 729402ef9b4cdbc91ac1d3dfee168f4c08b1b5a377198588be3600ea7ac12bdc
MD5 54b1894c8ca25912a981c3cc1f4fa317
BLAKE2b-256 41b9afef7bb9e8ea307817d406c948f402e23c194ed92cf563619c8f8f4c4e94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4dcdd1baab2a23028268c02e5e9b69f3f425ddc3fb7c6ca55f2d73a2caf4cb8a
MD5 0efab894aa1081a03f748250625b8e12
BLAKE2b-256 e4f79f5e44f8b56c8a1e3c7ad309be2de58b0210936797789460ff83fee1444f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 77688869b5cd78341bb126cefc09bc18feea5be3f388fa6a9ff56b6c1fcbf591
MD5 d91965497e0a0c275baf79b0e80dfc0f
BLAKE2b-256 7e520a17c893e6e88b7e9a7fda54b4175fdbfeda4ed26f69d5f468cb9c13933d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38585bf03c8216e4db94204cb03dd3bdb59b36ff8bd764420a41ef197531753a
MD5 3b2cbe54fe2d9f66aea47d51692730c3
BLAKE2b-256 3c9917c97a669f15c5e21dec8b73494f25123a536490be2a9cfb61101cfa1090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 713d287bcfde31fd8c4442423a138dacbf9d2c713e253bd562acd77968a8e1d0
MD5 6a53eef183c520536d4e7d32c495a411
BLAKE2b-256 955d73099c64af6572197a76975aebfe84b4efcaa76a105eabdd014a67cc4807

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6550946654b86a7c191ea97b4ab71ba83f8d141b59bc4a22e080f30ebaa017ca
MD5 d6844c6f3669a5706368e5e722d48987
BLAKE2b-256 e90beed3cc585dba49a1b9c414934cce8b00e43f1ea825fd8ef2b2a8b9b7b099

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 7cfac891a764326cd9efba498f0d5d214ef85525eef7cfca005ca2b91628b332
MD5 abdd8047bd3723dc2249e1b15b047b5c
BLAKE2b-256 45f98cebd6a4bb4900f974ff0daa9f52863dbf33a28d5621227f06b3ba31e3e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 acc2e3372dc04ffafbba81997e8a6ad5ff414bd1fa409e9b26b6285691a0e2e4
MD5 2852d895d3c4a8dfa921f12def75ea32
BLAKE2b-256 a597adfc047269361fdd32abd39cfde9cddd0352f7056b48124d84bf20706043

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5f0f8fd687e5b5408a86e63863c914d5be5b09a87d96631947eab9ea137e35f7
MD5 404ab0405fbb754f5c34c336a0551874
BLAKE2b-256 215de95c37b399bf8734ebbfb484d9b1af190ab2ea06152f9c15341631f7371a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e69fe9fd9e184a3e6e8f275da3b987fa10187f519e587009b5d830bdfb2bdf7c
MD5 ffc7979251e3066f3c6e75c648adfc16
BLAKE2b-256 adafa09eb558fb550b777d8eaa66e93946d60d4edc875cf5d7df3f4f0ad6d7f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cf16c24a3cdbbbfd78170c7991529676554e55e4c732b2b9add5f90a0e7fc02
MD5 c107f1ae1a76f4bb868a3005080de927
BLAKE2b-256 84c1ed753516cb16a5bf65b3d8470a47bd185f751d8aba57574aa114f96798cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbd95fcae3922fe3098000033fdf11fdbd942572e2895aa6e02c2c4207953131
MD5 870df819187ddaf1a459f1e4fd758513
BLAKE2b-256 db23be0ca34e09fbd0156eaa5943d1e67ec80d77bd37ad2b1f277794590e462f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b051e4e04d38c9bfaf139f2b419a677302cf349c97c10ef85e53cbeb1c2fe9b9
MD5 9c6b20968ae7abc32a51bf19f6c16760
BLAKE2b-256 8401e7b7f056ecc67651e201bfaf3bf1825c4eaa6662e8f8a9de4f4cdc12531d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e2e6b8fb07928da8e1c1d6d95e79a47b48cf6df57466283c3a121dddbebe514a
MD5 fd7a0161589350f1ded67fda36f61c50
BLAKE2b-256 2d396c321633c8b56d7f625f1639421fff572fa64876ebd4fff925f758699c23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 e4bec6bbe2d824ec9f6851d5313be1621f10884eba5fa3c347895ca65725f5a9
MD5 6f4177bb21f6be97b38ac508a323db86
BLAKE2b-256 e9be6efd97622e68d19bea989a8589bb48224ab536b9c884c4666ed30d79ffd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 932842cc858c235aa88f0bde4ecbfbe6b9d3340c542b150591b14b900fcd9cf0
MD5 c0d1b6c203eb31bf2d79412f6ccffaf9
BLAKE2b-256 1dedb96dfb8152b55fcd52f6f195d01c21700a783532fc6c2f1375f9e01d3db2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2a42292e3b709a6736efaaf03c8ca27b3bfdb23d3891c63e37e931a79990e5ae
MD5 bf414066b92f94db364c687a5b21d2b8
BLAKE2b-256 eea7c9c72bd33beaa0ec35862376ab0790eec0841c2a070043d99ff02c0eb6fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07f2c2bfbc9cded3721eeecd6bbd349268ecc35515a56340fee4a3d4b556a1cc
MD5 4b65e80e82ea4701a60e631a906b8c68
BLAKE2b-256 33a0a7c902503c2d93d1a8997225456a150f92080dceb6c1e35f2e9b88c53b26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c19f74fd7d5e16d74bed8fe8771f0222ac2a472162f99e1cea30817bec69f55b
MD5 336e817af908f5cd79f07b879fa5c447
BLAKE2b-256 1b80c21a9b907985904376e4cff707c0b66f4962f22631c2f8a5c8e7547eab06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d611883ca7e989cf7adcaf2ad5b39f62289907966e934883c8a60bbf094f3f8f
MD5 58b9882bb31c685db8150a46997d7bc7
BLAKE2b-256 bb909930e17b947a085f0907a6ca12e6dfa101138c1273836c07a7c711fe24ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1d300f219ffd755db8589821bc802e6ea802a7c318fdbb9985c0676755ec6371
MD5 0b1baf1b885d4248e2539c3df8902f39
BLAKE2b-256 bc779551e23108d87d003c5fc9c32202e420880b7ebfe9832a549fe06339f7ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev280-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 d2865221399998a5d32a263501d166dcc45cfca3d078ad289245f2296183858e
MD5 39c9113c06cb7b7b91c5e95c9c64b683
BLAKE2b-256 b558aa8330a17ced9b155bfdc638caa53ae0f635961ce00cb4168128d473b48b

See more details on using hashes here.

Provenance

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