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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp314-cp314-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp313-cp313-win_arm64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp313-cp313-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.4.5.dev46-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.dev46-cp313-cp313-macosx_10_13_universal2.whl (29.0 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.4.5.dev46-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.dev46-cp312-cp312-macosx_10_13_universal2.whl (29.0 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp311-cp311-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp310-cp310-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp310-cp310-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp39-cp39-win_amd64.whl (12.3 MB view details)

Uploaded CPython 3.9Windows x86-64

duckdb-1.4.5.dev46-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.dev46-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.dev46-cp39-cp39-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

duckdb-1.4.5.dev46-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.dev46-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.dev46.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.4.5.dev46.tar.gz
Algorithm Hash digest
SHA256 6662642b3c23adfeb042f90f74812ec47050600349ff8b24d23764697aa3084d
MD5 63a531b637e13e42aa5e088be3f77f87
BLAKE2b-256 2992a6402399e6db3c234c523f04555e59240118f812dc870cb2a4329e3717d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 846db433dfca86fda867c26d65c5429124c4eda01ef5841f023b5125b1372273
MD5 18853cba143e7de9b9d5c3d67a86f7b4
BLAKE2b-256 5cbe8de6892a9e2ddcb532d20e9ac8da9ebedce33dd4f41f51e79d0f496ec202

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bf4e6d163ab996ccd8e5fd403af1591044a2d1b8b088430257f88fb0b71e4842
MD5 46cebc7410b6ccb016a4c6e9ee75d384
BLAKE2b-256 8edbdcf9ceec0cd1eb7f1ff627833b16392ce635951d2876cdb4539e8a3bd7e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1aced5204d09e8c790cd7ae5e535975cff716311f715d0b5e4c8b09feca9c80
MD5 7d4900fe7966c371e660857005f21159
BLAKE2b-256 92a62d86bfeeb165d1f8d0b2bfe8d482f8b72c6bb9fe2dcdcd3547d743750530

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47f6e06259887cfed80512fe052197d4a73138b7ab03de18989d79f4080977d4
MD5 cb957bc3808d1ee52f0f2f5326a7883b
BLAKE2b-256 42ea95c148e9de1b58032e5e82fef7628718314ab79f9835ac4190fe5d193156

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b2abe002ea90002afb054bd1188253f26a14432cc8555a08c1063638686d2ae
MD5 f01b04d8207e365d888b310961e06ba8
BLAKE2b-256 27246af675194ba5a7019949e8c15bac60bcc100e9f17ae7e179a165ba5e48d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5e2dbb2ac5039e7aa25b04aaf9ec1602173792998ae16d9774093e980db11541
MD5 eef9f0555d9d8c93fcc9cc9bf9252821
BLAKE2b-256 e12d82a20ece9ec0431854dcdbc0838739751d2de47788299d892a1cf9fd3e0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e63077175da54f5db9506cdfc3eaa22b5eb7988059479789d4b813143e2279b4
MD5 00ade83d94a9e8fb83f42d2ca13c57af
BLAKE2b-256 3b041b4ff3277578edf1f5221d55240b0db01e119f7268c96ab9e7666d8a1945

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1acb89ff0ca7863cd93422856d273861aac14192a120b837a6ba84f55744f417
MD5 e3174b4b4c9cc2c12795abdc0483db58
BLAKE2b-256 253ba8a0598bfe03cd3bc8d2e40d90c9b53ff39cc8c3dfdecc2195e9c4b7689d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 35c1165e3a166299f73fc21eb7ab1a30736212e35bebb3c30e93482d8db77163
MD5 cfbc3b38e53708fb34350905864fdc1c
BLAKE2b-256 8061b03c00d80a937c77ae8e34ef0051b84aa3bd479809b9aecfa3c1f660e6b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08ac1d1f06ac6452140c3f5c0f5367f702c3b2932ccfcc8070f229da6d714c64
MD5 9da8e250fb4a1a1aa344d544f0f0a5ff
BLAKE2b-256 6bc32d74d05d0f0440efd3ff78b028c747a435dde5b226ff0c481e12caaa8ddf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 390f33b97467db7732bf22ceee997f5a755a8bea4237c96b90ad0f274c69ea36
MD5 577d351e629c02ffb3f8df28c4261e26
BLAKE2b-256 733631cb1eaa16cd77ee533c51dbc61d39b2b87fcc9b66517bd7a0a658c37759

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ed822b736fede7996ac24a76a7f9f198681ba88dea4ac7ad816ed82f55a8b8b
MD5 77fa93cb607f51cd7d27a06304cede46
BLAKE2b-256 53974c1bcd3b453b724d8e9ee23f172b8629be89c9a85069ddcf97f993c77734

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 51e379cc4f80b8d0f4b53ea1ff668a50aa266d4f7d5498add99b9b659a8dd4f6
MD5 e1535cc5ea8269c2d68fe84830edb6a6
BLAKE2b-256 b9376220acc6eec866e551772c58648f79df6f211054cd907733a2ed1884b79e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3c816e62981c6ea0625a2a3206ebfedd00bfb4c411ee2b31a2b997869da9e390
MD5 0c26c6b6f0a1fc1acc5f5d82094d84ab
BLAKE2b-256 2b8d6fcca67e2bda7fc4e177a55429b7450f79a9871e8fd76c06c57f483db83c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 96b6723338205c7acdb78dd4fed37fe0bcd71fd04e7be44612c429b274fe43e9
MD5 8cb35383f1d93d24784a002d8a93014d
BLAKE2b-256 291ecc2c20e06f8f952fc2969a13876fc0492bd909a8a354acc2f78f28d96aac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4a28132e1542bc8b0c77d2e4e1fc3121fc0790a53c8816ad08ae310a24cf2233
MD5 e3f67b487fd6cf4a346944510b4895bd
BLAKE2b-256 1ed83477a0ded514f76965e78b3a56e65251d07dc5b5debf7fd3e91fba8f1523

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 446b25b05bca79322f66c28e3a3d27fca81b116cbcb192137df72964cb209d03
MD5 030ef8bba418ec779a9742aa4c13ac0d
BLAKE2b-256 610a43c5ff6073a61cfd68afb163b144e68fd6056432f7b9447329c1f2122ef7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 68b1aaad4101abf508e8590547d8ab9e8f1d1d89205708a58e14edf9e8507622
MD5 07a865c0fef2923d8846e4218a73df00
BLAKE2b-256 52049b4be2ee290788e806017909e472bb948c8c63c6f32ef2ba686ce4e6351b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74e9f28fea6ea38e25b694808ac80e912b5d51b8d2e242123696590f05958ef6
MD5 b7deebfb861c98a7335ef1e7074e273f
BLAKE2b-256 fac63dec94af3fd7bd9b102cfa1a21919522dfbfe0c761ddc755e5db7bf20789

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4ab78489125caf125284ccd889601dbf2c0c0368a87514a5120f899b813025af
MD5 dc997e523ae67638b0ba14c11c6e1ca6
BLAKE2b-256 f7e17daa2978fa66afb8199a3a65aed385cec0b5d8d932bbcf0011432566f6af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 287e0b0ba5794575396a0d2cc668ad607a69a86819d1e3112383e0bd94881053
MD5 d211898310d743810211c2c9b3939254
BLAKE2b-256 3d1c8563fc9b0f9e8770623a72c8d9d2449d9b06bc9751902058359971c789ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d064629f685c3ef4cf0cd393b88c86c46351f03ffcdc286b2f74fb7e27101e09
MD5 bc238d2744d6dd3a6099f11dad1291c4
BLAKE2b-256 356b8d6e88d1386f321e9f49f40677f470504a8b49a10892dd74d1cb4413f495

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca52155d48c827ab4b97264c5c48e72e82536328f375ae9dd9b706934e7818ae
MD5 40327cbde870451d70b27656bb9de3d2
BLAKE2b-256 85ed594857026c52cabd528fef406eb63fb32078ce9068542d9758f054901712

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f208eab165b1cef021aa67aa2d2b27b80597958a8b3f6e9c8a0da96c8deb9bcf
MD5 4e575240f6c931baddfa56d61a60f9e5
BLAKE2b-256 bfbc80409fe3d8161f5ba4181370ca522645aae468e829be6c90f7f263a3d21f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a23b64fbe17be59f59a3822f43d87cc6ba13447c905ca902be4be282a3d56954
MD5 eb1ba1a6696892b8430a70205369b3e4
BLAKE2b-256 599106dfa3f33d284690422604c474ca314fa4051dc732df7ca28e34255d51db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73b58fb57d46e192f9b9023ca6424e856fe923fd51ce4226b339133e848f6d5b
MD5 1fb11a05bfd5eba5baa62e6ab645369e
BLAKE2b-256 6be8f8c68d70c051d8d9e42c3f04196082d6771f979c8a0a10f5a2893a770e9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed41850fd90a3005259188e659a77944bb577e28953907440c71eb2def499b1b
MD5 c6ab418b2a3b7edf3f4100e5898a77c2
BLAKE2b-256 0ffd3fb874d33797f681629527fe03195878bebecd39e8c48a06e726a37acbfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cd47615a0f34aa05f9adddf66570250c6a19ae527de2a5ea85dc5c14ab660873
MD5 f242f3acbe981ccc19deb6ca734b2e41
BLAKE2b-256 6172d3e31347c75f351534fb8042ee6816650d160d7144be74126132350fafc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 89cf10d30c08dbcc74696d7b828f9f84f0422d7ff521f4d1f9db2a6aedf2d358
MD5 630bf49b9735958ba0f27e098facf688
BLAKE2b-256 7b384d939153d60eadbed41ed21e531d9c8977037e240fdc06de54467c980081

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12ea0d11d6c0db9b630b731794e70cd4d16e933f3318ceea4743f8ebe145032f
MD5 ff254466204490eae276338547e817b2
BLAKE2b-256 a817b08993e0fffe7535774e40b6ec8a90497eb0fa4b29238db045cc6ed92d62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40da49f64a2c0f4c063816e503f3de121059c9909bb1c2f326688a549ca0d221
MD5 a150e68492b3442d0e37a82c0d84bd43
BLAKE2b-256 645f747d1ef884616265baed70d160a20cf7df7dd0aafe833902bea8d46693c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b46a87c7be0f98698b68db02515c43834c791a1b9917081d3cd14ad84aa51d1
MD5 d7a4c2602951d76cc8b1f50c051ced73
BLAKE2b-256 c4cf20a5f8e8b6a66eaea4fba312a020970b2dfa6326313362c0c0291195a995

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98000eb384cc9346d64335a986608d5d6c915aee50158fcf1c01d6e7abf77a5b
MD5 e0d3cce7bd3e24ffcddf3791baf3cf74
BLAKE2b-256 e93c393aed40a91e9094e412f50d0ae5f4e91bff57fb885f7ce98a8a792dbddf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d562b2bc5e53cde277807040911268720bfc81edc29ded8ce92ee77fbfb03a4c
MD5 49c327f89bc9dfb882103d26cb8fd5b7
BLAKE2b-256 96dace919cc209903f82bc483fc63fc896940ad5a443d87aa07656931b7e8e85

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.4.5.dev46-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.12

File hashes

Hashes for duckdb-1.4.5.dev46-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0005d01fca7f5b22885b19289043c7c6ed681056a01deaa4745696bdc34fe612
MD5 1a04002a926ed0e0538a8a2a9af7c69f
BLAKE2b-256 da243d3ea31d2448b064856026caeb5218266ab57f9f827a26ef01afc4ced12b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45d90b1880ab4f2093ff1cc6d8af588b333952a9ac250f796029785267b8e600
MD5 dc585d671ab3b28944923c4780797880
BLAKE2b-256 68cad3ccc5504d831659f0ec446b89bd7d53d2debdc58e9ee71ffd8ce0cc7f8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b6e5e1cea1943b9a475240f0b3a17c183bdc0d2a78ea3d8550b469e8ecf45d7
MD5 df27732c4c7e11988b688ef0fffa9c37
BLAKE2b-256 15851ea177f0b62561af39f5dbab3de8233850d1a05ec94f14e799870dbc2b5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5f87e8313fa59fe3059a665f8272593332e3dc79d9dcd8e33f6831484d34614
MD5 bc100d823591d3df00f07449d3b5bd93
BLAKE2b-256 6eac71821b2edcd949563ed1fe90321535ed55b07efd860b98f00734bb2cef99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a0cfbbe12efeb0d61d211fa7c11ba2c4b91ff85276b7cf84cabe4999971803a
MD5 6cdad89af708898ae0196b8921feb042
BLAKE2b-256 e91a6a273309dcf89019728ab9dde541690e0b56beb77c6b04ace64df87038ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev46-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 94b9c52cacc08fb46e530e4a5c8fc0ab1eee270efac0797fd8ddf7c9d0c1aa3e
MD5 0e2b49d91cd9a9af1cdd312e8f25bf1b
BLAKE2b-256 88bfec148f5311fabe60210ded976731a2274e224a84a69e0c14f62a0e69be8a

See more details on using hashes here.

Provenance

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