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.5.6.dev7.tar.gz (18.0 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.5.6.dev7-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.6.dev7-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.6.dev7-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev7-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.6.dev7-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.6.dev7-cp314-cp314-macosx_10_15_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev7-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.6.dev7-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.6.dev7-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev7-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev7-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.6.dev7-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.6.dev7-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev7-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_universal2.whl (32.8 MB view details)

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

duckdb-1.5.6.dev7-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.6.dev7-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.6.dev7-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev7-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_universal2.whl (32.7 MB view details)

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

duckdb-1.5.6.dev7-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.6.dev7-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_universal2.whl (32.7 MB view details)

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

File details

Details for the file duckdb-1.5.6.dev7.tar.gz.

File metadata

  • Download URL: duckdb-1.5.6.dev7.tar.gz
  • Upload date:
  • Size: 18.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev7.tar.gz
Algorithm Hash digest
SHA256 cf5dc89dae0564c8e9849a555ac244b6c37eb0b6b41687308ce3790a35ca95a9
MD5 2720c8286afb50f294cc7cc78a713ee1
BLAKE2b-256 3cd5a7d86f62bb355cd719345978e5bc8668d064687ab6d3bc1c2515331d4de3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 42f5fb1cf141227846c901726296b920759252a4540d4ee0424ac2f3d438ea60
MD5 ced264da59631d3755fcfe7174068568
BLAKE2b-256 b2634c9451e8a7b0444b18af608cb962fd47334d5c3e108166119fc8bb4426fa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8385bc62e813d58c2c53a9a00b485bd6b06f9ae16ac2809af8483c25f976fb2d
MD5 23bb81676d92064d88e96c9e77b9729c
BLAKE2b-256 62d528cc59d5193ad916ff6a38506a49c7c571807480df9f058203c92b7369a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70d16c02f8ef56845496e786185c764c4d83079c0713f0c82b6bbbf65d2490ae
MD5 a0a328ef908a814cee66062173337c6c
BLAKE2b-256 8d1850e4a2d4f270629cb8ca79acab40b9f56005098602c59d1247c710d513b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp314-cp314-manylinux_2_26_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.5.6.dev7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e23994a449856b7eec81fccfb625bf10298d6abfe9b067ac641a8d4831c7486
MD5 df1784f14e1a60c666f3ea992eee5687
BLAKE2b-256 9d93353f482dff6e9c50e3d480221eb0bc3b62a626b41b06232b3dc56a187d2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89c50dfba2526c26c1b89857a31d1c7db0a88dc883f8d37a6295b39dea326f23
MD5 db5cd8fa62fb8501f96e0704fcc15df3
BLAKE2b-256 3d0889aa638e3e6796800efce7c0f66ec834e176914e217a4656ab0e72ea6e05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 22ead44f9b9eb0445f37382f116b226dcd67d1d0343aefe71592cd159e79e941
MD5 293384092e13fe197620345e33ff27dd
BLAKE2b-256 910860645494a12b36d8304420bb15b7d9b7feed1c7da75fe46bd081d9f7b4e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 7ef6e54ad8c918cdf31d465b0e53af6539c34f264cb3060a21c6b22adf0cbfe9
MD5 83b6738d0b7e0b82dca05cc8706a006f
BLAKE2b-256 1066fd7745a7d36c9285910fefbc498c64ab36d6cfe79d0b3bfe6f55cdc59ee6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4922762ea7b4f343a80d8ec40dc7568edd2d0a09b3dd8bae15e87595f082f558
MD5 a83264d75d5c2ff5042129eb6bccdd2b
BLAKE2b-256 878bc2298d1f7d2fd869b4da9f93d4897fa201f01690f2ff440a06953e0b6b16

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 64a012a3668d5c1640b234fb81f47a4f56c6b102ce01551bbfd6c43f0e1c0d66
MD5 6ddac3a6691138b3ec58c9488e852ede
BLAKE2b-256 d902a778adc54830ad1687e96afc20f7f9397ea2a2ab184131f7568bd821aad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ccecffe155b5574e9920ba8b0febc2dbc79d53f46b9dcb7b934077a33fc269b5
MD5 810b1ca3a18ca7a95fd7345924474a3d
BLAKE2b-256 d669bd445d1af981529f19ad4e7784e7e3a6d80d225735579bc9eb206315f5f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp313-cp313-manylinux_2_26_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.5.6.dev7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddb0fd0b6dc4267bda4f5525618f2ece59fdbfb435a57f58ec2a95434e8fee12
MD5 aa3abc776ad947ee6ba006a6e4a6eeb5
BLAKE2b-256 263a3443fbd5d6c18226eaf146e415f9689ff78cec1d3764c3cb4af787cf4b4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52265ea19e13e33eac6133a86425c4cef70d9a1fc9c25a53d829c491aac2aef1
MD5 1b3d1b81af0d65c0ed9e4eb7c51cc781
BLAKE2b-256 65ef7dfe143814cd1824428e72e801f14ac59f92b4df91d9ce1c9c6475c8e37e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 58b7ba0dee3e02651968757e3e032471acadaa1a2e2f24b4f7c4977f453b18c8
MD5 b20b882f12a331ed1b2d2f349b8f9d14
BLAKE2b-256 f62c06b3160b27819a25126d77d0d06dcbc95cfd8e2284a21ecd3fe637427008

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1098497da8f203d87a098388855be32bc6525594f1d0dc8ad0c3bd0d467690c7
MD5 5707b13e00ac7f4d473404eae0895da6
BLAKE2b-256 d75ef25c6baa78e5ba9d66c3a32595d4fb553d1900f5fbbac95519f0b9f5fe5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 64594d93603a81f14da8a716f2990dcba6461779d47405ad05b6920a69783c48
MD5 9c8ad388b2ccc09b2716f1a6bfbf4f2d
BLAKE2b-256 605634419b7f46b6d617209e68fb0c750fd78ab3158669999e68bf1ecb240497

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c3ebf0f50e83a5efaae44e192c2044c51953dc670d2f6fbc9c9f1aa4e64b2537
MD5 67d7b9fbac33c1a054188441b8d62de4
BLAKE2b-256 ffe83fe8716dd8c96d330c18057cbb51b70324f96a0e0ae338809a3813818703

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b7c54a9b3e5a8c181331328e7abc5efd02e107ebf6ec5e4ab15b15a61860112
MD5 fab01cf2b0e006e6745dc64d1ae9bffb
BLAKE2b-256 ae341f19875e77d225b6aa5410927ef5ed3e74680dea692ec5fa928f4c1bf6f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp312-cp312-manylinux_2_26_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.5.6.dev7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f083a141df0e6053cf5b0bbb92f49225c3da4e707f2008cbac3c584192ff2f96
MD5 a0af994e389d2c17f01c2654f4ac93d5
BLAKE2b-256 918e08a22a6b7065e6a428ce48cd70b2cd54a77c68c2484091d09d7528ded7b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 833f77034b43c75176964d3fa645846a014ea013b487fe60742259a554a174d9
MD5 ddc1b4ff038031ec794bda981eb32747
BLAKE2b-256 edf214d35b1f46d6444d444fc8066d7ee176259405b6b5d0528cd543f450cd8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 346730a1343044f6809d0f1815d0c478ffa5fb18ca130f0e60cd24cb49c93aa2
MD5 49d2a1253a98f70ef8b86b84872feb5c
BLAKE2b-256 b450d49cbd7d73bc0dd308344ae129778ecd7618afb0537330add7d591719229

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 fdca34c00e8fdfa2bc360b3e761a7743f024fc87b63e7c6a90a6402a9da55673
MD5 ef144f058fb07b188bf2bef48fee22bb
BLAKE2b-256 abf8083649d7c82d5c786193f956330c79c4e25842b3e2b8ab7e377beee6722c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 78186cca7c1752fc4e9fce8d36b52ea2add09f3550caeef37a0d34576e52eb57
MD5 fb6e364198669a9ae6a95bc345c64c42
BLAKE2b-256 82bcea9968915c7ec11d89874b2eb1b22bf667c643af038014504c75658197c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 120e58063e34e743429ed3c7f003ce2c6ea705f75d7242e34a0c5e756634cb24
MD5 5a13dd21830e67a42b8b8d58e59aff86
BLAKE2b-256 be1121c267400f484e62538b1d876a2af5c1b88908c8170647c4d86fff481e0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9452dfbf60916aa761d6837cab9218182ea11ebaa97d29c8d6a488bb83870ae
MD5 b204ea96796f8052be9aa79bf3614113
BLAKE2b-256 4b9eacbcf5ef1dd29625ebf366672d477c5d0ed3d5d0253fef8c7cb1d9b6c793

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp311-cp311-manylinux_2_26_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.5.6.dev7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a894e1fd2fc20b9ba5a3fdd9296b0d8a99e102d2b7f04f666ec6ab222aac540f
MD5 384a01aacc34117f1629726ca06abc6b
BLAKE2b-256 bd8a6a1052b8db7172b2724ec1f1d8f1487adf9bdb6359a717fa60c160dbeeb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69e95c8dccac8fa41eb30e6c50a4e96930663e5b3601be6bcd3ef9ff2b36e3a4
MD5 0d58c9715e730fa266b8840b9f34576d
BLAKE2b-256 92ac7281c85b7603024ed217c790d29c68c415a727df5c37af1b49595d7e3c2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-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.5.6.dev7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a49af98c2731d1e5105e7a4331043f5605f925b1bafdbaf252ba24f6e0feaf97
MD5 5455fca45bd06e9a102c49c9b57a7973
BLAKE2b-256 ebb8301724d1c12d24d573d809b8209d435bbb1c9ef43b49976e7997d8949ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9ee12ce3f264993008f67f71efb5115af7775dfa9e45c84ec34e67e372ca9c0b
MD5 9302200fc490a0326ea85d385e7c1771
BLAKE2b-256 a29ca1eb2e406e258ca0d423233932cf31bee5828b55d6760b0d9e8da9e698b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.5.6.dev7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for duckdb-1.5.6.dev7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fcae57283b8996593e942adf86793bc92de128581e2a170747c3bdadac02fb37
MD5 f7e113a4484a93818a05bf185741d601
BLAKE2b-256 b776669209d74cb36bd7fa825a7f2d21929153bfc4fa13f42aee12cba320bb8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp310-cp310-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ba0176cc57a1c7b9e993c9bfbb5b4a6d0d85d16fe907dd1cbe2edabc5c0a1b5
MD5 d2295bbe3a777d869e055874b2ed3d79
BLAKE2b-256 385babeaebf7c3ce8e063b8c88ed9e0dd58f79c97890a5f94279f10fd43ff0d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_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.5.6.dev7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83dac05896f404def5ff729f820e3a0b1871051280639d1fbc32d6690ba69101
MD5 caa0e097e51fe46b1f41fdf51e65206f
BLAKE2b-256 61ab00fca28a65a210e66b4ef0340b9b8394a571e5a51166ac238fb1b9730d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6747e29c1b0f248db58d8e656998a2f697efcdd4a6c71c57048ed55d23c93e0a
MD5 9bd7cbf97e32af198481a9517caf7221
BLAKE2b-256 a21c209e984be35ec9956894e2b3c27db72e635d1286314cd98694815a125cd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8f5355b00d3e43238ecac810509685d42cea2fa1138f563f1087eb2f412e229
MD5 f130d8ce24ee424bf1a5ef8b4b4b1f9f
BLAKE2b-256 d931a343fc3627e13e316a8cb0276b93f385090e4a3893a47799a3fa3578c775

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cfd7df0bbbd130a7d62c443b022fbffb2ed01a09f448bd85a71d68dd5b0f40d4
MD5 4d639808e4467929c337fe5462708eb2
BLAKE2b-256 5b827f7ded435143175c30b0774ccf3a94a2b8ff43fe9402013c50e30ccbb472

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev7-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page