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.5.dev9.tar.gz (18.1 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.5.dev9-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.5.dev9-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.5.dev9-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.5.dev9-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.5.dev9-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.5.dev9-cp314-cp314-macosx_10_15_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.5.dev9-cp314-cp314-macosx_10_15_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev9-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.5.dev9-cp313-cp313-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.5.dev9-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.5.dev9-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.5.dev9-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev9-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.5.dev9-cp313-cp313-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev9-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.5.dev9-cp312-cp312-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.5.dev9-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.5.dev9-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.5.dev9-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev9-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.5.dev9-cp312-cp312-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev9-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev9-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev9-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.5.dev9-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.5.dev9-cp311-cp311-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.5.dev9-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.5.dev9-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.5.dev9-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev9-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.5.dev9-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.5.dev9-cp310-cp310-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.5.dev9-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.5.dev9-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.5.dev9.tar.gz.

File metadata

  • Download URL: duckdb-1.5.5.dev9.tar.gz
  • Upload date:
  • Size: 18.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev9.tar.gz
Algorithm Hash digest
SHA256 8232ac4f2d92b02f186a34715d4949ce217c0f2c88d6a5b48cd09e0111206cb8
MD5 541740fb721d2c60d3510febdee7935b
BLAKE2b-256 5f74e5b8423512afbf6373b96a219bece84d23bac29f730afad155c5f4a1572a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 64a371cf0ce4289faed494944cc0a6612765887e65e68418eda8450752272ca6
MD5 f56e9753a4b69cc1d1898cc031626c19
BLAKE2b-256 f04f15ec10ed9e24f3984303cb361af0e14d6d22a2c581e84070eed5f7c351b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev9-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.12

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 836f7bcd2e5dbf83b4533c5f9e150aa210ab3116759938c0cc78a197106163e8
MD5 854861f373b38337a16b521277208a4b
BLAKE2b-256 256e8d7b84ba979bebac66ec5619b97972d2178dd1bef355e7579b25301d6f1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d7e43bd296fbe9a70b7ada62c18d3cfc1912c447bb07eb009277790b1b494cf
MD5 c7129b8250cbd4916fb814db6af779c8
BLAKE2b-256 509c85f7da57dd5ca8776a0b3d69398787e70e7a9afca5d915c1eac57ad31511

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b41666ef6ad410e48cc512936a93eb1bbab2c3ed73f697ed11b2e11d5becb4e4
MD5 ae54a77d47295d663bdc344b85be9eb2
BLAKE2b-256 31bb6fbb751308ba0f77069cff612f847f021128668367b0fec00162dbc1f15f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45d39f857c71a73274c37e4b968547bd8fde0c885dba7608e894fcd1ff511cd0
MD5 a129b6c7055beece4812e8824afb480c
BLAKE2b-256 9cf4e6c148b1ff59ebe168c3c16a9191ee4ee84ceca5f6d5afbd2d0607ef95c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5a39ee05950303d0a8f4a311afe7669514214f30ace7965eedcb4c8c29bba385
MD5 e74e3a42b8de0798590fc6fdf2ae3ae8
BLAKE2b-256 47032fc3f1b0d525040c4ec2d1581abd53549651b2d02ade40f8131738d6fbe7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cd879f18a83ac0447f8d5978c7828edc8a0f17f2621cd0dc8ee5d4952480adce
MD5 677bd5e1a18d1bcf98966d02bb9a5cf2
BLAKE2b-256 968cb9d9b7a24a4b860091ba5fb41197029a9ea679953abee0eab501a9ffb4f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bf897efb41d7490acca5aa4b3bb3767a8f62196ea5318432bfd0b2c2c859dce9
MD5 92889f6b7465b7e05c6b60db4b64ae38
BLAKE2b-256 0514b0d912efc52b50f58b37bfe596184f2e63152f186c89cee86141d347711f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev9-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.12

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c8f93d08e9f30bc6dad14bf96137b77511b72574f093219dbe38f7335b22269b
MD5 d1866b0f7fa642dc07dbc100957fbff7
BLAKE2b-256 e2a0c04d39c06c643d6977c667fe3b610791c85a12a279eb0c5add1bb176f358

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f59148b7247341927c46b40a73444e0ced7bcf04921e2695d6e3794ae5686569
MD5 07357d9200e37fbfc6ea390b707f7d2a
BLAKE2b-256 77f708bfec5fee796158b004bfe68e9c5402dccb01b2443dff9bb9d17a3ae7a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b1413acfc903a0a0e01ad7ab611d0f2bd0b53b792e41637293ee40b548a8c2c
MD5 f074f6fbc1803ede5b84a2cedcc313c2
BLAKE2b-256 2913e9163f088553d8415a4dd6829758d4e3b23c371cc58e2f26c96e3fc6ecd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 708432771fe5333fd12f50e6c5bfb20000741b70d2c43a105b032c0b01741f09
MD5 7b17cc7c743343cb41d174e614908559
BLAKE2b-256 710800fb78dce4f730a111c41bc54cfad7ff559e7f7d65e92862208d558a2ea9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 df9d8c83247cdedf3029c9325c9b65126bbadbd8d15373221227d3cb7b98a62d
MD5 8b4064130601f13cba4ebfb92916ff4b
BLAKE2b-256 2fbc7c24b9d10bc89e72a1c25e28d136377c8877dd82b71440e1780ed1cfc030

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 7efa91e7fc08827a26d5e1f7b50ec51feaaac4ff474475707040406a644dbb8f
MD5 362d1a412b48aa88b96e47c455ee0a89
BLAKE2b-256 7db2a0326be5c2658ab7e145a21722530b9d36084b07dd085ce07c55734eedc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 84a92aa29528a22631d05e4823e5ba5272cdd1a524adaeb0c9d6406decafaa19
MD5 e737d0e30969f56dd7455e9e2fecfb61
BLAKE2b-256 21291969fda933c9730a3e5499c557c2b6fa7195575af17374fc7411fe407f09

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev9-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.12

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c10145e2ab68971bba8d64b7b2b7fc18cc658d08f4b3ecfade35f0f32ae0e900
MD5 b29cf9ab3dde2e85d26a5997200eeb81
BLAKE2b-256 b6980be3fdf1b2e7e46a78d2f81b2aafc75942ee2748ed969f7cc959426671c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdfdc2b769002137f8155884cab9cc18319f90fd1a84407f3d21922be8ad98a3
MD5 e76da2a63f180c89dfd03954556b2b68
BLAKE2b-256 49678e58248eaec03babce71c6b0ab8a4cd48c08de7d8d2c3d9e91bccc90b70e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca0669e035b714c66a94ba119a65f7f8403ebaa6efd054be6c75ba4ca4525f37
MD5 0c4c3d3c5b7a6ee3ef037c8a48c8fd87
BLAKE2b-256 407e69258932092e42b2c0cedde84c3e4f42cd440080c8de7546cfca7c43b95d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0324904855e66e32a5d455c1fd5279a7196f0c5e9d68f25b846acfbc081dc774
MD5 c244e0beb72e984527de725e448fe563
BLAKE2b-256 7d6fd0950c30b160974cf8b79f4461b4b8758501a85239b979305e70a1efda58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1c593980b46b273bfd79eef3458c8c4ff34bb7d5773dd379e118f68d17a7ea40
MD5 b748cea5cba0f6c862ff890ce8d71dd1
BLAKE2b-256 ef42f9c9d2c6aa236c0f49b1e391acf5733ef39e06373a57002ab874789a5881

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 13b8d65a769059bbca99f46b6fa8d5a14c98e114cb477635d4a9efcb87f77c73
MD5 84708fe7f87124b6110db761b781267a
BLAKE2b-256 03bd5ae82c472bdbde26cea5860ce51f0118222ab7eb9897222837ea7fb76847

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 79f99309ac95acb5db20a608d9221fc69771a4a0c0edea6bfd0d08fbdbe5b0ad
MD5 80cd1337e33031ed3f9738bf3793154c
BLAKE2b-256 7d41a2e712166e82072c328c2ef8d11eaaf31c2a80f84809351208e5b23bc420

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72fd4cb5efde33cce2ffc2d9f29fe7fa6e7ab880714904923aa7f19c31a4c67a
MD5 4071ce4783ead5d938b2aaa81b37e794
BLAKE2b-256 abcae1e6854d66a157b75245cabb5962f6ad9a590a32a1342ae9edcdd3847b05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3caefae070573204f3317ed16b5c4b1003aba4a2e2cd676100015cde3ef4d131
MD5 06b83f6cd23b65da7fe06fda38dad159
BLAKE2b-256 7ead26590c2aa98b86d3bf33688b4caead43d32828adc4192864bf34db12ed8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1003c0b9c77700630a1856edf346eea7a918ece60de3107965e9229180d944f5
MD5 0bec66c337b7c09b831311b989803db1
BLAKE2b-256 65a593fc207fb1d107aaaa771310506bbce8dfb7ea35b38f3f038a4d5bd3d984

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b598cbca4f6e4e2f2415f9cb3f453a9d2f751612b4d706ac7544c93604f2e97d
MD5 e4343d477f9d13c339bce54d78573fe1
BLAKE2b-256 e34e7e52bcc3e4a8078cb4050c26c3859b569f46cb0bf0f28e9c6b1fc099689e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d91d7db6b316243fd263abd614aeb979538ec5391e328ccc00e93d7d4dcdad38
MD5 1a390494220b578a57a37c875a6dbb69
BLAKE2b-256 553089c7a88277979cb0e5f19050be32a8d63994243a9e2b241067423550e9e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c1eb9f350a3b0bb3cc2231f9944c70ea46e347420dccdfd68ae3f157d45f7cac
MD5 14817d8bebfbfa65232b1baa0c20d9e9
BLAKE2b-256 e339e86acd59b53624f658946c39fad83ba0fd3eff09d12cca5757e87a6b03bb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.5.dev9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for duckdb-1.5.5.dev9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 109cae8881fa05cecbc50dbb42b25fc8776c407a01aedf38d28fea4ab2c288dc
MD5 7e6caceff227dc2ea20ce48353a393cd
BLAKE2b-256 74558ebfa97ebf3f87e8f7a09031ae81861ea7155141154fb1b54df59236296e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba7cfb4bbc9d2540cf72d364f8e51a6fe96042d178228ef9f501d4c63a14e0f9
MD5 bcd6f4da318faeba917579a0d30407c2
BLAKE2b-256 64b62161fc7d7774038c458682fa04d5befbdb792fab07bc2afdad0b03b42cb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dca9fe7e11d5d47135336071e7c036032fae5e1d4fdd73955fda827cd2605444
MD5 d6233e44f8078b4314afff4bb9dff9b0
BLAKE2b-256 9fccc265f29bd0de9bc76e74d356ce16c706202fcbdbd63c6e5474a1251c0468

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf80ebe75d3b9b38a4c740266b225dff7f0d218fb33eb07ca6c4363d3afffe2c
MD5 78c0ca7352f7268a16f6911c92a59d34
BLAKE2b-256 dddff89152266ee2a250c04b1d3a6340d00af870e71e58909c70129253c2d601

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 611a497686c339fd9bb6af2a4301fb09688a776f5fbf2378932c75d95681f8b4
MD5 bd76fd620f48b621218fe8d6817b6b19
BLAKE2b-256 597bda3bce7756a95e5967f57ae1cefba960b4bfa4b4610b99f6e09a54a7ee16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.5.dev9-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b3e6ebe212d401e7ff5feb5737f6c50c5bec0bb298c1c26b0be3b49a34aa0a50
MD5 38b851e0ba8062c684c03b5718caa981
BLAKE2b-256 442c836e735ae66994ea8e779559154b221fd1310e62ab0202fd80f8290d1e21

See more details on using hashes here.

Provenance

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