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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.6.dev5-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.dev5-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.dev5-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.6.dev5-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.dev5-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.dev5.tar.gz.

File metadata

  • Download URL: duckdb-1.5.6.dev5.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.dev5.tar.gz
Algorithm Hash digest
SHA256 84c74819854b95d65ed1e4d88cb416e22e8386b909b9b9794f39e37e5e86eaf5
MD5 9ceb4d35fe54a97a4b7512279616320f
BLAKE2b-256 f8d10f8d2c5f156b16058083d158bbc3f09b29faf9054fb207ea56fe991d984f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0726977fffb2e5316af75cce1edaaf968b4d99956d01a941c235ec0e832e2ef4
MD5 f01772d92068934e4981c0cf0a8a68c6
BLAKE2b-256 e93c952044ae1aa349025a3e53ccb59033fa90c306123648ef6a33437f023d57

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev5-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.dev5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1ee4ec9df266a1d505c6d30df26cee087515071b82b40ddef63e88abcc461038
MD5 0d51c7ec43bdeba85b4a6e1ccac97c45
BLAKE2b-256 10d7475684bb0c5f85d3a119eabb13adbdc3b04d5e63d40bdc888fe0562c8a06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0593cd6185f22db3fc5dba5dbd97812c3433f81690fd2f4a76818d40badb208e
MD5 3837b70f994ae71e3685e279db37a94f
BLAKE2b-256 98f4f725dce9a2bd081598b61ee1144d1685160b0e86c1fe38bb297f496b1891

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 064a8d3b614498841c218fcf76843a0a1c17c49b6464fb5eff026cd978b7a8a3
MD5 af95864a78ef7f22b74f9a509c71bc62
BLAKE2b-256 ecb0e630e1a02daad55befd2fbde772e1ae2ddff21d18a9eb1442dd3836e2231

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80d1b63eb695552fc72df0d1cd03f05c7c08947384aada0c00ef6f5555a89231
MD5 5b483d313936803ed6b336810016787f
BLAKE2b-256 55d012a1a178acdc911657140da750383bffcb3209f8aac6b82c9790c3867dc8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 96628e108adae264f384a644779cd5097b03c198821992f5d15a7a31fe8428f4
MD5 d5d9671cf8149431f2ec4d90bf346640
BLAKE2b-256 f52c8962a07905e3cbc04b5641ac2bb8de5c33a453f83e03cecbc16505e322b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2f9556d90a01c6bb10635b654c6c0365a3389859dd5db8c80ed5f222320d3252
MD5 9a279d6c8b946dd96f95c66d17d793ca
BLAKE2b-256 626b172ee2dbc5f638a23edc208f4b0be56e2e835e86f60b4dc555cc560d239a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3b3969586d096720c7d30d7b72a435f81404da04dc82e6e83e217dd222d2d608
MD5 408b3a6d0af615a4dfb01f10a1b72e37
BLAKE2b-256 1f8f96e39d7006ec51bf1a517d6fa0723c55d7ae27e209a082a481932d2d0803

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev5-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.dev5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2b8bc4dca4c9c9b24e76d6934162ffea14961d9e2527595a2d491636c7cc38c7
MD5 9a8f3606cafd2309a79a6239894fd13c
BLAKE2b-256 08cfe56ff543d353d9f97025b79b0a9f0c57162f3b0ec2796f3e49996e9defea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efeb8c74e50acca919036ef7de25701bb1ffae78f9d421cccc911b74a2a7e5ac
MD5 d30af1d187dd52014ce93a7c744cada2
BLAKE2b-256 98d12c847a030b6feb5ffbbea79dcad8cd5b435062c65d3210be5d9fc0734c26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 68246cd1d5f5254fedabfbbb81901df70aff1bf52a3dc57630a2921e2b8c1e58
MD5 9b548d2e510db756c91c5a800802952b
BLAKE2b-256 5e06839e7d26071cddbf018f23bf4402233c9a8254d7e6ce93131a97e08fe3f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebba6bd03828f2b8598a85c295fbf2a8122dbf3ca00252ae6be9f2e93b7f7965
MD5 80e949f9c3bc4c61baaf0e53d390e3b0
BLAKE2b-256 bebe84b52afb26f1b3f2d35abe9c1322064463b310dce8df86bdb9dc2c23d9b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 53fa7e5a83aeb04d228b6e38d3a59db18b5d2a1234cf23034ef73461c635e51f
MD5 31cc088565fd9f29a9b77f36c4ada846
BLAKE2b-256 7cfd6d2c23889aaf894b780709baefb781c05b5145b936ea77d854bf46df92e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2a2cce0c27b31b0df93538e3efdf12faa0c938c12eba5be5f222dc0e4a776e7e
MD5 d1814087efc6e729111baddb51be1e8a
BLAKE2b-256 b0d017126997279fdcdd159b728e1c0b58a9767ddc8d0618c59f8efa5c447d44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 654166f6fccf571f50d4c20ff63e96b4277d94175167c1c1ef3b3ea31098a9c2
MD5 ddbea286324be2c233954c312e5394d2
BLAKE2b-256 b6cf0508fe067a6d0b4afd017116072ed533ac2a23d29b16104569e1928addb7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev5-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.dev5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dbee375939764f2502cb1e5928663f7e113c2ce1f2a89704b4422cd71747e656
MD5 e7861fe4625f6aa8d0719a31811a751c
BLAKE2b-256 43abfcc753f83918ea66c891b6a1fd1c429807a3189e2693057c60c49d75d58c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95370a57de98b1ff0dc39c294bd5f8651ace6d531569519d5b9b7d17f0521673
MD5 14e0250bcfa8899320cf53ae0f9d2fac
BLAKE2b-256 fe4e2a78645e02d25c3681eaf1ccfb933468c9d862523ebf44fcf8ec170f4ddf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d722e2e2edfa959ee9f9fcd9734fbd25db78d8fceded5c8d91442afbf5079aee
MD5 c322dedd6a5a11ca6a1dcdc65b3f478e
BLAKE2b-256 46d750ec0cbc281c667ddeb6a07b87ca8a6577980fd4d3db2ba8b258b08cab56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd2ac28a6038c52b45e21e702b635d9f564420d3320ca019fc129e83bcac0530
MD5 39c823eeb894ffff0c906773aa4dc289
BLAKE2b-256 ef65a412825ee18ea5a9d2571edc8c11f31eaf0540d95f50f4e5bc3943fa8cf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e480958b86e82d9e48018209df410d4a2f819e85653597d55f9a032826bf8ff3
MD5 72e30f540f8773b19ae5d9384f9def59
BLAKE2b-256 fb14337518053bb8c1a4d366faadb94da71943876a3b3272bc8def86d11bb8b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c29301602a21f2882731c6710d2a90f17ad5794f9931257f2a51281fc73856ec
MD5 e9cddc56278560896b4428aec0ed4079
BLAKE2b-256 7f460b1cc51635278f4727e5844b7aaca8d2533c0f304f21fa29e651a4bf690f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 aa6d6e70b4c9e1a0bc0a0921bec272c9b2db609122d1dbab506eca3227b06f05
MD5 4a1a9436dffdf1da6294bb230941f236
BLAKE2b-256 5d05f6071815e21ec72d98b9b3873ac8c4539e610f89017dd372aaa070b85cbd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev5-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.dev5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 864fc37816e4f3f918ca94346b7c199a33fadd9da30f33b63f1c73893c9f2e09
MD5 7337c9eaa05c3f1a952f98c917d436bf
BLAKE2b-256 081b7b881c41f51d7e9fcb009544f824cc1500b80c3065e5643376519573c855

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04fe7fa2aab2c00583dafec56941ab12db0bfd4ebe78d81cf142c7d9048f1135
MD5 5289b8ce5ea087e01fb97830dd408cee
BLAKE2b-256 9ce8bc44a6d58f40d5173ed52ff2eaa6aafdce11b2f1879661c7d324ffc948c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 613c8e00198f85718b6e2905763676fedd5c1e49672fd91d4058377d7abcfa7f
MD5 e313eaebd82173e7bad8a3f866c3e222
BLAKE2b-256 337277b717cd5d0b5a148a4dc0c87f87a461e3303d4a020e62d60d96e89a0058

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb1a2684d6de7b899966acf12ec51ba281269610dcb3f89a9d5a8cdb25fea428
MD5 60dee32214209a4a200570820d76d861
BLAKE2b-256 05b2110706f60367efcfc99dad627d501cfc90e6de16d954cb8fb3021e82b7d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ac52f8c1fab0633cb04157beec2bc3723438dc33b90be36302d32cc6915ddd7
MD5 45cbb59affe6584fef70d3875836e047
BLAKE2b-256 8f827fe484241e1a93438478ea371e7f60fc2cda80bd93990ea9184a32510ae3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 54ed84598dfc75382ea04993503a179b977d3e264a4a0f417dd8735c9dc7b5ac
MD5 fd0298427b5c8e82d13719edd8686d90
BLAKE2b-256 05c28ef878d36b5bd5babd47ee6af522422adc88c643e80de08ae6f5d021675a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.6.dev5-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.dev5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 839a6410aa029152af550c44b214c7a6f2ef009de734765753090dc5c817fe3f
MD5 9ca7b54c594503627ea74c1e3987c997
BLAKE2b-256 3faba2bcc05aee7146467687ad6fb4fec9084f2ee140a44a98e1f6bdf169764c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2c28d2ebdf30aca91c5011aeb6f0673be548b4f95bfec011ba36f3b31df94b6
MD5 6a35ae340c24492a4ea0d380d38fdb39
BLAKE2b-256 fc39c9bcab840311b0f1c5cb297b059c21b58312a4fbf6c650cf18dc09dae96d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 29fee5d60e2e50fab37eecee6ae798cf160a72183beb20f103748bdae921abe3
MD5 d0f485c881554a7913644018f0f5fd0f
BLAKE2b-256 8f7e714a823b2cd33eeeaed9f1540b4d97199a27d6e45701a9d8c907523bef35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21e6071467f430d0ca9bdb05ac300609018d2571fcd6db088435602f1fdc7ec8
MD5 6dc2869672969bf28b96c9f92652971f
BLAKE2b-256 a323540a564a137db0f837b85f844034866be14517e5eac702e1115b7bad5429

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 91963e570d584f70fd59d48f06fceee843df534145f8057f4a30c8b0fd5a7e6c
MD5 b4ee86538d021b122a1d6f1475671ee8
BLAKE2b-256 76d161d7c5f0677c2c490cd2a0ecbb11d4b87a3528f75c49838b48f67b1e0613

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.6.dev5-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.dev5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.6.dev5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 01770fe267185a08557de06f38ed3e578b17aa513e8de8119327c4bee80b22ef
MD5 2489d3ad6158253ae17f7cab6fc7542b
BLAKE2b-256 e11ed26b5dd9e33986b361786441e38ad896bf7db3deb9620c2fa49959521fea

See more details on using hashes here.

Provenance

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