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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.6.0.dev287.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.dev287.tar.gz
Algorithm Hash digest
SHA256 b2072be7bf842ee12eab00d47941db0035612db3db24803c255a47c9d3c0b826
MD5 1811e7f68586abe8e55b15ec1785cdbd
BLAKE2b-256 51416c9a5582f75e840cea24de29464c8eeb9f8f29f582eded2315464e3a7e62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 071a7648ac400d7c80326614973fdb2b1d39fa1b4087978611f59a2299625b48
MD5 0cb4d882f91c42d8c86f0be5b790c5eb
BLAKE2b-256 a1a121d06c1bc95e27409e63a80abf9e1a17b91723aa4cd7164b52b6b6b64baf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9c6ab98def315df945691387e420a30c2e8d5f20c159b1c5383f1c4d7f310d6e
MD5 2010bae1f95b68959a3b82fa51e880f1
BLAKE2b-256 2752ddeb86cf2f4e74a774fbcf057cfb95cb9b01890d70c7fb09fc16d2bcfea5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c736c6b0611f22ef6552dcf59a26f34207c6214031582c7bc132289dc120ca6
MD5 11f8f41f00402a4e19364df84b1d8aba
BLAKE2b-256 eb765773120d05a0842442f313090062341e9550a6b7d5fcb314512313e0808b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3027a9f2aeb795bd12dbc12a3c72d2a99044cf645dc5f3ac6ab7b3551bcf09c2
MD5 1dea99c8e5221db381f4ad56b6d3d3e0
BLAKE2b-256 dd256a8f221870d2c5d039c797d733b04f32bb68f7a527efc3d7dd8b6343343a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a25224956fe7a8cdae4140e403e333fa18fe07bea59fe25f24111d47691186aa
MD5 076cda7cde7250ee03b8765558d7c156
BLAKE2b-256 37f94c5779bc294ae30f205b1fd3e57d50038c3517c49a1bc53c0d63b1fe7c2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 68c2c36569d16e66591824c20d0c516073b6d333ee2e3935ffc65ef12f30b44d
MD5 193105494caaa528347ac453ce618162
BLAKE2b-256 09dd0bd23c44bb03f2cd8f9f7c15840f4f62f6de545b9e24a7fb480cf0709764

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9988ff18e30414aaaf1304a06d9d09c74650a4b7b76473900e2230fa2fecd5ab
MD5 cfc4a6e422ded077b92f69f2ccad0a84
BLAKE2b-256 1457421f48d10849e27bcc49c0c401bde8449b8049eb5e6ee588c31c3f7444bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7b27fc91b5b86417fa2a97f9ffb4958779bf601345c292df8f1c45e6262c822b
MD5 2c634d0a44b82d00bf403c5cc7d0b041
BLAKE2b-256 003a86facb5e7e5bc65b969c54dcb22da6a9c2492ebf42e97303fba60ffc86f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 75ae834ef94a3e37ac20c9d4f51a832278c0f8cff07651778e8e1c8a0a51ec35
MD5 a39871a1ca189b4f43313956a0724184
BLAKE2b-256 fe71dc91a5616785ef4626a1ce4b5c80a2745f4255a791fae5b62ef51bb611fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9499383ba12e2f63b1e6af911ebba088700650d4bf9228d31d7150732eebebb8
MD5 145d68020a909aab550719228841751f
BLAKE2b-256 64afff90c30f6a2f87d1611f86b3a169ae742a7a7193803bcfffdbcda4f927cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33ca0eb2fe8a8cac48b7e80baf8434dfa134b0af3423abf5521f3592b7382f32
MD5 252940018104212b9b370ba8688f15cb
BLAKE2b-256 ac79c0543fd39fbecf84e9aa0177bbe61800767e9adfd1d3c8775f1626be8d21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7fbbc075d8cb16cb8dd766caf7d92bf07726c62d3c1c5b9d84026e9a07d6de8
MD5 fcc737b73e2783c86bbd0f022744543e
BLAKE2b-256 8e60e60a02fc4cb4c94aaaa9356abebfa4260aa52a0ebc8c4e08831e90de6ed3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 bd589fbf010c124ca89db430c64df6fc1b6e64487d35f7e70d1c11bd7013c3e3
MD5 b98c50d0c3284e5d98b353470b099338
BLAKE2b-256 00eba35910140514afe35e34894b7e291989d3c1ce3dc3095182a50a2c97a523

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp313-cp313-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 cf9480ff1ae79661f3d1df3aa2b93d6381df658448b33b4834e929550fbef9d5
MD5 445a10efe189c499f78bf8d72a0ff7c9
BLAKE2b-256 30b46c5da85dd8d4d569af8a6bd062d8d897b11135b2e850ea77b4d1fcb0752b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f42f78936677189e2f60ca7954cad657c553f042b2d7b545d2e1a455f4f29ade
MD5 8adf9f15f87927e1ed71a49feed10131
BLAKE2b-256 ad5db73750d412b6f8013382b6a7e5e389cbef983f00426b4676b24ba61bc3a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d22f257f5905123d2035fa25e250faa7cf7aa7d72783440590114a04769d3f3b
MD5 0fc20adb47857eaead9f64fd76d908b0
BLAKE2b-256 bed0b19d12682d3db3fc6def414e78979846557aebc9f7ce82f0ecc582a90112

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27f247bba410f901cada100ca3b57e7f9b176e709f33cee2516d30768f62a936
MD5 720dcf46e46d1ea503e19f5a94917405
BLAKE2b-256 72ef785ec17ab64f2c836589806bb43fade3ddd90a398a939a5d6453b97015ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3addecf13823db027d303cc69821ff8585e59d30851d5747c369f04b434de29
MD5 c1ff75b1a10a864876534f01d6cc1250
BLAKE2b-256 7c474d9b8eb068e76e5233dd26712193a96cc0ab0922550bb7ca2777afb05c14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed45e98a8b8ceec9a61f71196a157fbaed6675f8e4a555dde58b94c354e13525
MD5 8423555b7bf6df6ebc5bef8260a32197
BLAKE2b-256 3cac870891e75428808a42b2fa0d604c493edb789f06f00786b6c4049a6b60a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 44a6e939b637cd248c55bbfe302b99db5b81c12a0d2f347e59319946c18e7eb6
MD5 bf1ec0b5e6c8374e0cd3eaf2c51832c2
BLAKE2b-256 8a6f925263974ede8a6392c24ee59d956f36d581cd1c4429f0b92c3c82bb6592

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp312-cp312-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 3a15b738ef357e39ddf4a75e76c306d8747b6a6c0964b9dd7a000c87b693f138
MD5 2272761c1a4fa832b843f4a38ed4cb16
BLAKE2b-256 63e84723bc0658d5f0e3a288087d7c9e821583d25ce58273313b0d4ac39a7099

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 86a4bdbb4f96add7094df6a8c343103b24892e0d0f42933df507b39468ee78f2
MD5 f4a074211500d7ac005d652f4a226d44
BLAKE2b-256 c46e4449d91fa0cdd0c9836beb14d1bb3b90d5c21c2ac4662a4c38ce7116988e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 801dacf1941c84c9b4854b7bc4ed0497a7888605b6cb346104dcc1be8ffaab6d
MD5 499fee6fd85c783735762fe94deffa9c
BLAKE2b-256 5e5bffce90428c2c87b991d44a73445a0ceca2ee34c6abb4b56ad34262fb483d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c31dd6fc005b8162ff5cee8977c64939c61d5a9164b34d3e25ff7b6f6fdab3e
MD5 1c70ccbf3dd7f8f7df6b90b654eea32e
BLAKE2b-256 34f423a7141f4c39311a7661467bf4d802938082ae231d2c51aa897a52789825

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1f69292eb2ec7dc159d1f9c6d97ee3e3bf30aa60c478ea491818c17d5282ddc
MD5 f04ec7a94f7853ce85eb78b001ad41ee
BLAKE2b-256 179bcc8e1175052d23f8e9ea8d9289ef16525b9f3250a06b48484169bf7fd316

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd4af9fc86b174397ea5e7c4c71ba806c03bc33015786eaebe0d40b743596a03
MD5 420ec9e7c4930d31f599d606f7a69fcd
BLAKE2b-256 aa6c5ad9358278d6ffbc5166ca585f87059efbf1c0293324dbf5812a891b1f41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 88437c7243606e87085878014e704d3b0c968b88a7860969e8bfdcdb93c8cd0f
MD5 7db6cf8e586f18265cca964c6e6ee963
BLAKE2b-256 8b796c3fe6c4fd589b02450fa79342289fd20cd22f74e5fd6773e47ba020d3f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.6.0.dev287-cp311-cp311-macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 7fd16df0eceeecebbab397367cbab804244eb5be7fbeef7965ba91b4ded9a023
MD5 60577160c2b79ed6770f2302500dfe94
BLAKE2b-256 923529f1540dad20eb2b21176bdac2bc2e97d0692b47afa8e05b6bcd6ac6bd6f

See more details on using hashes here.

Provenance

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