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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp314-cp314-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp313-cp313-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp313-cp313-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp312-cp312-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp312-cp312-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp311-cp311-win_arm64.whl (14.9 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.6.0.dev278-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.dev278-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.dev278-cp311-cp311-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.6.0.dev278-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.dev278-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.dev278.tar.gz.

File metadata

  • Download URL: duckdb-1.6.0.dev278.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.dev278.tar.gz
Algorithm Hash digest
SHA256 e94ca1a953fca8fcfe74bdae0fdb06e5cf5da2d303097f922207a1701247a836
MD5 950c2a60b06d7dc776b62860c1cc7692
BLAKE2b-256 e4b60e56e5ee6126a287b8c502ee58337beead098198e6f78fb0b0bbad9d9dcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 31b8473617939a2c42e4fb1a37a1b1a4163aca1ac758075b0845edd0dd7a0eb8
MD5 d5c3fa098f0ac9ea64a1747405c7537c
BLAKE2b-256 4badc21d41ef70a3d239b862523eca5df9838b5c7ead35ca9dcfd8dfab4a8a37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2f61601367bd3f0cdba794dfcb4b75f0765a208cda91335e6523a7fc20ecdde5
MD5 ee7da4698a1a382d01e032a72177bee1
BLAKE2b-256 ee17b7503528a8a323ef333989e034e52d87b9dd0289140f8f98fafa9373785e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df8df12496ee2ff6a37f581eee705773711a2930444a10db3a9c3f4c10777646
MD5 d8c96d938541fb0436d0e988d881ab67
BLAKE2b-256 0f15922ca6e3a2180fca316a5e0258ee3af91e9840ba2a9c481def6aa8fb118f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24e73c5b28cc6001eaf72702534a28c2c7e4837b706b0de1e348ef0538858bf6
MD5 cce3ceeb1a2281bea60b31a5710bb43d
BLAKE2b-256 e7627e9128e6a5b127f4733dd4ff1188e9c1662993a236b3634996f05636c31a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52bb3ff957b50a0d6e5b75fad3fb9d14e863e471784df900b6196a807199c15c
MD5 dc0f1b7ad7a4b18f837f29d41cfb7b62
BLAKE2b-256 a8d680c4ce8457850654e852869edb0370211182c75588e7ce707e9ff98544f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b130b5a201d5989d802356e03b9c8504282673be20043d286fc3ce8df0c47580
MD5 d1070242e274785b87f2e61c4a56210a
BLAKE2b-256 c5658faae9b05b8304b4aa057c7fb9fb5c6a52cc1b6734bb05ffcf74d7b2529f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f4fc66847a755854c2fad22bbd9f7d528ec5677130537852df29e642befd0bd8
MD5 8ff17d5f5a565a95c27effbf7abb9183
BLAKE2b-256 f29e0f05567557533958c2bd205666f055e4d48af2d9485cec6fb4e23b203377

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6dfbd927852d7fa0b1f4ee373b6bf76fa45b1c5ca261f9d71891d0dc9b6393f6
MD5 3d3183d46450e2ffaef42c5fd03e5f60
BLAKE2b-256 b59ef128e07644b3f39f219c1d5bddba8767935c93c698b3bdd881bd60c0b46e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fad72190553f6840b52334d95102216f89f141d23e6eb350651485c8abc01637
MD5 63b5c91f8400a751cf7fee5b8e82c6c6
BLAKE2b-256 42dcf3f8713a832275558691f4c4951f2a63d340d0d876388aa5b2842fadea43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7f6896e750e59680194ae3c3bb338dd62a56c4e1d07b84ec00094dccd3d49e6
MD5 c9ced3478be7ccf5e8a5b949fe8dac1f
BLAKE2b-256 6eb6e2e1865a8a266300dee8217b02f568265ab7f8379c41aee3210e22f52323

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4dbd91cd09b772accf7b35073a2933180b602a8de99cc603c4b2d9450d4c5ea
MD5 79112236ce63c45e18dbec4f87daf0c9
BLAKE2b-256 a4147d3ee0a17eb874ab6ce897ee4d8e2bd58193ea38643307338b7a03cae605

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05bdbf942750903ef63b7aa63b8337536e447770fe25511fbf70ea43bd0fd889
MD5 dbe58bbdd8d54ceaab5f48f99726014a
BLAKE2b-256 aca1d8ca296a5bf035ef4ae811a56ba658d8dcef9ac6b2ef9dabc55e40302938

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c445c18cc7ca1cca0d464ef74414d96a1aeb576dccb937a58993e35ce7b53e90
MD5 4247b0f4556c34dba7fd08fb82ac336d
BLAKE2b-256 5ad3c109cf5da5dfe25260d65b1b83f0e6b1d293936fe930f043eb94850088d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 caadb5d1c109da794c047fbb3bdf50e94e309b03f819a63c9ae796c1b3aae0e0
MD5 785b3ed1dcda6622c344520ba5a0394a
BLAKE2b-256 fd536ba3f0ca1fde5cb3f29f89c2d8a7453f489fb87b351844fd90425e7b46bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 939da657b25b7b44639187d7e46f89717c16f2d088580082565979242cfea1e7
MD5 e8f57f34dce0095611f7014d7f226d9c
BLAKE2b-256 a889e77038daa679ee09378160c8bc5f39cd3f3cb4a999b89d6a79a76e42a77d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 188b5496b7f65d51dc00ef86bdcb52643fead4e29ccc629d9e771130f0b256cb
MD5 975a6676f909b0879aaa7f55fbae38c7
BLAKE2b-256 74a9bd25cc3e6c52bfb4eb94a770006af467741eeaf43936a35c3df4ce8cf923

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ffa5f361225fcd3cb19ec23d05e1c629cc267edc65631ccac776b9c74c8d3b6
MD5 8ea69a4d54fd1467c912165da0d9069b
BLAKE2b-256 4a9db3f849db7f97434d4a301bea914ce6551696ae23cc927c37946e02dc847a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d513e3bb92b46d00a38e8d93a81ced3b39d2a0ce681b267f240697f8e94e2ba7
MD5 4d1b7ad906b105064646af8ca6b5a11f
BLAKE2b-256 c27dbf49c6930147d313816968c5485e6888e5692a981fb22ee959aa64aed59f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a60984f60bfd6a1b8f1cf0e63678f69d0f87551107999da9adcf6f15578107ea
MD5 4a2ad5e0e5084ba897671dd35289da4a
BLAKE2b-256 e35c8cfb51bb06557a4fbfaaa6e5b2e34b03aedd73d1051bf5df67701942269f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1cc14a08fa7a3b81a402064e00b1fdfae5ad81597404259732bcedddeb6637c2
MD5 14282cdef67fe5ba26c5f9452717c834
BLAKE2b-256 3ff93f657577b06ebdb617afa3a3e86cbb698e6ec3db360bb3979ba17d985379

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 f9241a8071c8fcf2cb1312943d710bc5144fa167fe145b8af2931323dc646156
MD5 5df9d3d36136b31aa97b451544b84c1b
BLAKE2b-256 028cb34de9d736b0a4a394a7682e88621e0d79c1217913b89b9c051293f534c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2dc93008d473f123ca613a43d730d67f8cef6b13b3bb4f0ab3ddbf2479644114
MD5 ac2b4ce8a038f1363d1a2538717f0c9b
BLAKE2b-256 c34723241efd1a77dc63ce215c4380fc793b6a3ee227581b2e7e26e0901ce416

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 14ccf60d5dffce15aaa31ffd5b8af84be0575c703489c3f66aa51998e5ba7e6e
MD5 d109dc53f74d0d71e122a2e5d50d9655
BLAKE2b-256 6c230096449e79e6d905c28208be83cc9f8cb8c84143e097649533d18c79f983

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5d8ea7dcbba33e9f3ddeb9ee0922554060f149a1e9fb8e3d37c953da4f0b3cd
MD5 9c2ced8eeb4019f44f856fff8917d3c8
BLAKE2b-256 e0790ea72f3edaeb7170636e3d5c5a75986c07a82e0808e77d7e1c51808f9913

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 caa725582aef2cbcbf55e56ae789920477c75c6fd543a4d41ec07191536244f3
MD5 e2541d3d61eb98aad3d84f67d0c6b4d0
BLAKE2b-256 331b345a8e2ef81302a1238df955e799d763d29bbc0ca006d900c03bd05cc85c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a12b9f0d21f7530133ba74b75a0ad5ee043a28eeb329bbcf89e3c63606383a47
MD5 e5e9d8560bc8909a9217be697471b4d2
BLAKE2b-256 f5caf6c465236063dcf2074d260a2aca6d112fa0801880dcdacbea1c9bcc0381

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 0ce77310ec9604a83fe1e2536591abc6355caafabf756d3ff480242cd19b2298
MD5 10a291abd04fc34786443d080568c502
BLAKE2b-256 3531e363420075201883282563d382fb31a5259147f62edf1a670c9c9447d408

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev278-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 77b0dd17fa22c743cd03580038b7773d088eb128986cbaf056248e510dabf58c
MD5 38be288fac09d3cba7ee70ec1248f909
BLAKE2b-256 d4f6bfca87dbbeb2777b5be5488975e1140ba967fe044cf532967399b20d72c0

See more details on using hashes here.

Provenance

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