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.4.5.dev25.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.4.5.dev25-cp314-cp314-win_arm64.whl (13.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.4.5.dev25-cp314-cp314-win_amd64.whl (12.8 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.4.5.dev25-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

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

duckdb-1.4.5.dev25-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

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

duckdb-1.4.5.dev25-cp314-cp314-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.4.5.dev25-cp314-cp314-macosx_10_15_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.4.5.dev25-cp314-cp314-macosx_10_15_universal2.whl (29.0 MB view details)

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

duckdb-1.4.5.dev25-cp313-cp313-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.4.5.dev25-cp313-cp313-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.4.5.dev25-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

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

duckdb-1.4.5.dev25-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

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

duckdb-1.4.5.dev25-cp313-cp313-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.4.5.dev25-cp313-cp313-macosx_10_13_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.4.5.dev25-cp313-cp313-macosx_10_13_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev25-cp312-cp312-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.4.5.dev25-cp312-cp312-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.4.5.dev25-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.5 MB view details)

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

duckdb-1.4.5.dev25-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

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

duckdb-1.4.5.dev25-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.4.5.dev25-cp312-cp312-macosx_10_13_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.4.5.dev25-cp312-cp312-macosx_10_13_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev25-cp311-cp311-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.4.5.dev25-cp311-cp311-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.4.5.dev25-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

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

duckdb-1.4.5.dev25-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

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

duckdb-1.4.5.dev25-cp311-cp311-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.4.5.dev25-cp311-cp311-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.4.5.dev25-cp311-cp311-macosx_10_9_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev25-cp310-cp310-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.4.5.dev25-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

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

duckdb-1.4.5.dev25-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

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

duckdb-1.4.5.dev25-cp310-cp310-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.4.5.dev25-cp310-cp310-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.4.5.dev25-cp310-cp310-macosx_10_9_universal2.whl (28.9 MB view details)

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

duckdb-1.4.5.dev25-cp39-cp39-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.9Windows x86-64

duckdb-1.4.5.dev25-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (20.4 MB view details)

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

duckdb-1.4.5.dev25-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.4 MB view details)

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

duckdb-1.4.5.dev25-cp39-cp39-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

duckdb-1.4.5.dev25-cp39-cp39-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

duckdb-1.4.5.dev25-cp39-cp39-macosx_10_9_universal2.whl (28.9 MB view details)

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

File details

Details for the file duckdb-1.4.5.dev25.tar.gz.

File metadata

  • Download URL: duckdb-1.4.5.dev25.tar.gz
  • Upload date:
  • Size: 18.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for duckdb-1.4.5.dev25.tar.gz
Algorithm Hash digest
SHA256 6fc344d82662edd6ef26dadf266f02681abe1cfe775c981748b76a29157d16ff
MD5 0fad505f2b0b3e22a83bbd8315aa13c7
BLAKE2b-256 eb49db29d3e35fd565a6433dd5cba49033e1825c5759139af42a3b36b1c7097a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5363e6dcbed53b89cb55e9747aef7fbaf5f176c00e13abc1ddd16c0a18d1dc6d
MD5 09a8e4e3e5b9219489a7db7cc7b1880e
BLAKE2b-256 be1e23f45803bec4a180bd6bcaa80f104aeb5f5c61450bc7274ee112f41dd847

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 644cf296ce0079738a766f663adefc8a76ac75b379d514dec6ac4f3a40252756
MD5 7357a46d2d4322011521fbff06098c3d
BLAKE2b-256 2b191d26cc74d11ce113b07f7f44595ed8ea73486bf8c0bc427fdd650c6edc50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 898b723678d081d3af9ca1d7423727dad91ed1ee8eac493b7344f8c2278aabeb
MD5 ae7cd41092abd4ccf7130d4ece7401db
BLAKE2b-256 de01a63179dde2679f47285d051335c87254ad57ad4113769cec4513c60b230a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2bb635406e7d863a389a46f707bd54a698dbb6aa37eab15a394bb47bbf8449d
MD5 26473884b49645f5479264ace8264698
BLAKE2b-256 b5cd02a9e415607787545b1bd5170b5adc0a2d718520dfec304697302db46517

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 115e46112488b9b913f2058126f4b5d91422fe53b61f10459187bccea064ecd3
MD5 4de335903bfc31f6f643bf64c65533fa
BLAKE2b-256 2913856fd769c7c1f68a593232e5e5c244c43bb7ee6dcaeb567384b864de2b56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b28c51658bba83df4d03538b46c43b552f070b3ef08d05b5446126f800e76c51
MD5 cf6b8c6cfc8709088191c98498571597
BLAKE2b-256 da44d5385601f06874cad3475a2abfbca6c0846103565649f6bfe36a39578fc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 785eed15efc16e1575760fe3cedc7b58134e77bb46b7c13dd9ef5e7cfe331e3a
MD5 d4ec510cf3df69ff84892026a4af58b5
BLAKE2b-256 2463678529519b88c3ae71bcc9c916997b6e5696c4dfe1cc9d08d1d00e3d5f5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2a31f14a96019a078835a4ebf0cee4c83fcd8dd55e55fbdfc43213dabe85b09f
MD5 c0db77ec994c386fc059fa688544fc70
BLAKE2b-256 2a248a607cd22236dbf9898720f82f3af0017746d5ff2e0e7eb2d2c85dda8341

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cbf62d21b943d62380d39a590f0507bea99c7a3262e5fd8b136ba050f9887ce8
MD5 c41f5881ff4ab915b8497468fb95eabe
BLAKE2b-256 c0d8a5b5f4175cd7a8c31569737f02b8bf2d437c7be1252a040d1855a3e451bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 048ef245f33de79b033c69ee8afb924c401ac9fe17a6412cb76e20bb1ef7d16c
MD5 0792363868fd1ecc7339a2795273981f
BLAKE2b-256 7f3e7abac24830059166335b38bfc17810e833a487d6ee40f9afe640d6e293f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30ec8a03c0d67dbc9553b2fb1f82966069a751cc7d7c42640817c85c3c30f8bd
MD5 93b4e858998cf1ef169d953d3e80dc00
BLAKE2b-256 349dd3908cf8acc1ecc8c8da4c7291abcbd22ed9c39eb574f16fc362f3976d71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1002b13e0d6adc51e1b054d0096b29b1d663bc749c52903bd7368ed0ccf0680
MD5 15b685553b7f083d68e4fa358563cce6
BLAKE2b-256 03bf77838f558573bbda4c57917481529fd7d61d7d035e04b78e1a07eed4cf66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ac596da271d959cf763ae4a3bc25928bffecd40e2e6e0eb9eb41add7660e2936
MD5 f068123ce5495e28c86d7130d0993b82
BLAKE2b-256 f10842bbef9995784c4d34ad128c345c607a82e7f08ba8199f4aaff3e0063135

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 70dc51099e98ad49937f0ddec6585e54463288895768de4a36eebb4f49919573
MD5 02b7143da8daa54ceb1cbb8dd77f0a0d
BLAKE2b-256 f58bb2cfc78e82c4852ea7915879ab15430d39816e85508a174fa8404a0ecb18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ba37ced74f2878175de167952da79de897831fc48b239e57bcc5163f85a4cb29
MD5 d8d53c0fca0465aec7a7a954401feaba
BLAKE2b-256 4b7cecffa28f6d013657960a612bd5f81f26ddca9d9866f7b8d32e3a4e8e21ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82f802585ce324d5ecf0cd7bb6c9aa0bc1afc7701dd14be0e62dae2ab143adbd
MD5 49d491f5997d15e77cd92d8a094befde
BLAKE2b-256 48632bce2cef2c31f4defedd6425b1c5a85f17cce19d8dba3f71046f4168c0de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 732ffa01b840aee70e74fa24d7478d12368e83582bb9acee846ca93f011c9230
MD5 f088a8fc664d980ceed5998eee2b55d9
BLAKE2b-256 87e11cb52334da0623bdba19fd886b4850c896c91917cb32bdd64568d8e56f1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86367afb743f28aacf9eb6a265105ffaf79a7005cc92d0e09f85722fc681ed1e
MD5 55bb9ee67eb43532344a3ac9c265a87e
BLAKE2b-256 8dfd4125800e69082cb7b2aaac04cd82e10dae4561b7d2e6f097f1feac371eff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 389fea4e81638f4824b44766f17d6b1d84ca45ceb6d87c52a6861554d2b07429
MD5 43224f85403c55fc334d05b6ac3695ff
BLAKE2b-256 4a2836edffa197119dad94c341ac1548a7eb581ea38f732acbc3080b595efd2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6f55037b750cd338935ec49fc066270b5065fcafdf0b497617587cb0a2373809
MD5 50f0b23776bc7b3ec2405087c1517d34
BLAKE2b-256 05c748ece988d4b708f851f46cb53c85a3aaf4ac6062213350cd282b6d510809

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 26f0ad1d74dcdbb5d830b888785dbb5d9c3ef3c41368444c7d431a5a378d2eae
MD5 0f1cb4a887d4a2aec4c80c36217a2227
BLAKE2b-256 f74a5d1d4b5b71c1dc77eed38c4db255369e792f3969715a22d8b56c40c5056e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4e022d14b6d23a508831468add81eeaad34cd72cef727e08270b9ba3383e324d
MD5 6277b12714a97e868e378b4904b3ec62
BLAKE2b-256 71bb394c408b7a944bce9dcc40fa9b219064c89b1cf130227925926fe49fed83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 571d8022dc630376636b9657d5396c7aa0f6492bbe916d7318cfda1298d64307
MD5 2a11d26b61270dca13c93222b0e74d78
BLAKE2b-256 3b666ddd0c94617df5a391a14fa6e4f58a1432bca511ab7c0abde22853dcbfb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c35a31b62d05cf96b118a2473880e3429b0faa1e9316512548f292a0b23c770
MD5 0ef07bd7135f2ef48114369340ab4c18
BLAKE2b-256 94978ddceea7c4f23b5311ad69e302aee50b54ef14d852d3e545078995a4c2ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 212847533ddc01779e38e1ec2bfab0f8055febd0dd5c122219b08d4e13b79d63
MD5 66c8f061c6b5d91782eab154f8fe4071
BLAKE2b-256 ca9c34a0dc3c690660aff7cdaaa0e9be62cf10b0096d12c90e127202367a0b23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6520da5c48e7258ab519645797988c0c113f41394db5c5326d32b9461d1ea52e
MD5 c0f93761ebd8562810ccae9414cff20e
BLAKE2b-256 8f5c005b18196359aeaa6326611f8f5e25126ce256751c8cea6c61675177496a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16f1fc33f0054b6f65c97fb6a7c4e30d2b49f8c09dc7b9888e08e8d9f2c920e8
MD5 c39d32afcac55b38c23952bf152a77f3
BLAKE2b-256 37fc8efc603165805ece98c62c3772af16a1093c1190c2dc5ad57073e39aac6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5cd75d0048657c32a13bea01c373b736ec985ad7b58b08359c185f75847c6267
MD5 8a81e05e63946ec3836a1d293eb45795
BLAKE2b-256 27fea7e0d736c0aca5b6034ac9bce19d21ccb129ed9164a993e1456590f4d51b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54f5777e7b7eeea45db00aa748939b1876daed1ff4020d629459bfa92248adf1
MD5 0d07fe3fa5c327c739858f35609b82bb
BLAKE2b-256 3f20807fe31633d3de312ed92163215b8a20a8316322f067b445d2fef1a89593

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86f976f704f509b9214cf36fc9c10fdc0fc47f9b72c88f25003ca37f250a4a73
MD5 883fd48c1561b7333242b44ad33bc15c
BLAKE2b-256 d3f93630db78d362f540f5e07cb96a7c916a55cba5ce228072d10bd60da897d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 014a4fa8da2c5721ed857472473a3e794b52a889dc0e43a100770218d916b424
MD5 c01efc7edb0b33ff422fc99d27fd1a9f
BLAKE2b-256 234af709b58fe01fe59ce1d038101a5b3d497a06c4b33f19684fad01ea099712

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed2ec3366f7973a733b22f1c71f0d79f8c796708c129ce55a67f3e1d3f9190cd
MD5 97a75bc6d782eab2cf1651ee5d3d1c8d
BLAKE2b-256 5c4f0e9000f5427e31afa84c153039544c59527051610864030c6e6e2b414813

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aae6e3720bfba1271717d8ea7693de1e66019f609fc94b4c4a05594f3dc3b0ec
MD5 c76130c021ed233afbd307215dbc8da7
BLAKE2b-256 f909496c13522bfcb26eae22ccbacf64419d3ca2a0dff95007e27512c9cf6aaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5f0db0328baf7f83d05a1783368e74bffcfdf884b61dec3e45a086ed83b967fc
MD5 5afb7bb12cccf814b162defc53afb574
BLAKE2b-256 e7343ed0b03562647c08dbae12477b80f931c7cb6e4cd802c18bfe2f5f33dd66

See more details on using hashes here.

Provenance

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

File details

Details for the file duckdb-1.4.5.dev25-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: duckdb-1.4.5.dev25-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for duckdb-1.4.5.dev25-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d1a8ae7491cdf7b08fb799770fc6a2da5fa96f2b2eabd1d8711c5e76f2786f4a
MD5 99d708abbafd1571bae91895b123348a
BLAKE2b-256 1852823c0b0d5c9dcefb2711e087817f98bed48f1a85d6b8855cd8ac33d664be

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev25-cp39-cp39-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.4.5.dev25-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67f39ccf4bb68e0199d6e23b73805f84fa2292e51cdc7e513c88ba07bb147006
MD5 9ebf2f420b07f9d80d430759a3cd048a
BLAKE2b-256 3f685ab747d76c740d4625cc76a12e6a68539eec11ec096f6984cf087e6e864a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev25-cp39-cp39-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.4.5.dev25-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27abc5e6a0ea8cf4094d06616f73736a05406763ed42fec2da4c58d801808693
MD5 52799425ae6f5ace98c35b18388c7cab
BLAKE2b-256 00618cb9a4c1498b8c6a92fcaabf303128ff77cafd157469418d1e35b5f5d3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev25-cp39-cp39-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.4.5.dev25-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2923d3408261f2dc42c9cf46734b9d09d7d0c1b3ebc3f4af7103cb69c81a1df8
MD5 0175b900dbaa386c9baea8e91e7afd15
BLAKE2b-256 71df578b44cfa5e2446d6005ce928f236b208471b448706a73b8876922396a9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev25-cp39-cp39-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.4.5.dev25-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e04f446daee8e6946ad0564ca16f5feb7f220592ff2a080cf6955913a1704417
MD5 0f55399e90c0441a42842495855e50df
BLAKE2b-256 be3ff630f08b87e2372c656219f6c772ea36d3ab9ae16adb0a4244b30354de08

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev25-cp39-cp39-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.4.5.dev25-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.4.5.dev25-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0a8294198699feece00664e75818680e2b0fe4ce4288cb0871874f18f76d9fd8
MD5 87a267ce921b2c86e17f6d7a0d8c4967
BLAKE2b-256 c15a9e13a944899db01b1ef7c087e9e23a4a772d20ae533a5cba53ed6e8da860

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.4.5.dev25-cp39-cp39-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