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.4.dev2.tar.gz (18.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

duckdb-1.5.4.dev2-cp314-cp314-win_arm64.whl (14.4 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.4.dev2-cp314-cp314-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.4.dev2-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.4.dev2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.4.dev2-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

duckdb-1.5.4.dev2-cp314-cp314-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.4.dev2-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.4.dev2-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

duckdb-1.5.4.dev2-cp313-cp313-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.4.dev2-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.4.dev2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.4.dev2-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.4.dev2-cp313-cp313-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.4.dev2-cp313-cp313-macosx_10_13_universal2.whl (32.6 MB view details)

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

duckdb-1.5.4.dev2-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

duckdb-1.5.4.dev2-cp312-cp312-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.4.dev2-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.4.dev2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.4.dev2-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.4.dev2-cp312-cp312-macosx_10_13_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.4.dev2-cp312-cp312-macosx_10_13_universal2.whl (32.6 MB view details)

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

duckdb-1.5.4.dev2-cp311-cp311-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.4.dev2-cp311-cp311-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.4.dev2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.4.dev2-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.4.dev2-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

duckdb-1.5.4.dev2-cp311-cp311-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.4.dev2-cp311-cp311-macosx_10_9_universal2.whl (32.6 MB view details)

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

duckdb-1.5.4.dev2-cp310-cp310-win_amd64.whl (13.1 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.4.dev2-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.4 MB view details)

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

duckdb-1.5.4.dev2-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.4.dev2-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

duckdb-1.5.4.dev2-cp310-cp310-macosx_10_9_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.4.dev2-cp310-cp310-macosx_10_9_universal2.whl (32.6 MB view details)

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

File details

Details for the file duckdb-1.5.4.dev2.tar.gz.

File metadata

  • Download URL: duckdb-1.5.4.dev2.tar.gz
  • Upload date:
  • Size: 18.0 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.4.dev2.tar.gz
Algorithm Hash digest
SHA256 af786d1977ec6eb66f90e539239eee56b1d8e5b7e9076c71a4ab14af539f5f52
MD5 2f01a7d5106d132f6874531ad64cfbeb
BLAKE2b-256 ed2ff88fa5ad4a15280a3c88eff66b9a832f381bf99318f7bbe125619c500528

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d068c43cf6390074af234ebc999441f468bec151d8caa9cb03673cb1f24d54f0
MD5 a1e2211a6e71e0d74c27be76dcea582b
BLAKE2b-256 f3d102ec588a2a0847adaf26b6f6c0a46aa88641dcc6522c310dd0b979107b65

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.6 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.4.dev2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1f6bf4362780aa8e18d5a3c853ef65cdf85ab00dd28d87520dbc55bab794d620
MD5 6bf8c038e6b793f697a5cb421479cf5c
BLAKE2b-256 3f11786ccdb0fcfa36280877b38bc4f91a88968ac1f843f0e038da77f101dc57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f19058b9afc7b6942dca24d799d51cd99fef4a4cda820d2fcd5aec800bd7ec9d
MD5 b5c8a3fb2b1d42836ea47144bd1bc5a5
BLAKE2b-256 70c81c8186c9d205c69488e4e9384449678546b584de27a5ea7bd33f4359c3ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76d78a0157b92c1c9e4d408bb11ff3495567337855287690e791655ae4f6438d
MD5 1cc01316fee86032b87a4c05af5b30a6
BLAKE2b-256 be8708b6cf57f63a06ffc91d06f2bf537d9e5213a539b0261148bdf52e48b6c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51210aa4e8a3903fa043a6b7afd2baac8b98cee078c62c203f958547865f699c
MD5 5f6f03dce70e32ab820e10bec2ff2786
BLAKE2b-256 f131a2d4db33d5c6c8d62970b762c78399dd58b6db4887b7ea7768af33ccf2b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ca0faf34a493eb31c7fe98d37e62345b93cae5712f701eadc0c60966b42a0bcf
MD5 0e29a2070acc8ece4dc145cbc3a98662
BLAKE2b-256 18af2e66b0fca7985a0cee6fb099ee439371ed03038217845aa63749fdbf961a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 f5631a90c3e68fd08b86c719b7b1667943fca254bddd44f3eae35e60c7ba19cb
MD5 5b911bbe7e33258a95c79eafe17ceef0
BLAKE2b-256 2cb4fd32f35a961ee2c404717394ab00afc9b7d2f31348b855fcb92930151394

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5b8c2289ed3907aaa13a6a5cedda3bba0025230dac87742249d9143ec7a58ba9
MD5 725301a675c4a22e357e3429ffeb934e
BLAKE2b-256 9b686262f5dfce201ad5c95309ab790f1bdc49b5e87da2d38d24eafde489ed29

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.1 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.4.dev2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9707ecde92eb92cba980a0a6ff1c31cffa64ff694d630e7f359d892e9f9a5aaf
MD5 b06a76a6d703d15b8e90a660a3116922
BLAKE2b-256 29dfb7963a427cca56332ddcbc9189adf1370d4487caafc719ab5b7a77ca9897

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27e3063dd00d2887e8caad2fea3c501f2fde01cb7d07260be324496caf9cbbc3
MD5 51ac9ab9cc4160bd8d64dcda6ef33b15
BLAKE2b-256 4a8570a42b867b9ce2026d08b74bbc1d1f93e82de1b1a1dfb7d35c47904699e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66c99aa61504b7f7c207ef21b13c6aa36b6343852d4981ce3216142adb200446
MD5 27916478a5646436bd8ffeb23b3b87ce
BLAKE2b-256 c7c9c39d0d4fe5a141c6bf980ba776003978b9e1d4da73049014dc4e7a7ba912

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 156e60de1b502fda58a1749a411f17f71d174d98e92e3076b4475b8406994509
MD5 a1fa5ddd390a26903b45e1931566c3c7
BLAKE2b-256 264e102591aa707c3c05e6b2f3fec94733711ec66500eaff066f087143a3fbfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4efd3846729f17ffde4289caa99ad3d015baa4d547ff475fac92538e4e2b3ece
MD5 ca24b24ab0381f6beaf9cde44e829d42
BLAKE2b-256 4773ded3e5efc66e00e39f74f02262e6063cfbf7c60fc02e7f72614292b4eba8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 02ed04a69fee5a4a0ab6b74dcb73ca649be728754c56d46dae0618d3599c607d
MD5 95faacf57d7b25a0f5e7367ea208a636
BLAKE2b-256 c3b9fe6ba2a9cf5a21370fca59b6897de43e90f0156a532fc2cc5be40faff969

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d37eb4b2572b2b75e74cdb84679e9a5fbbfd01e051179271ecff05ba15cd3afb
MD5 24a6725b6f0a051732fd558d0c4fbb2b
BLAKE2b-256 e856f8ffc199ff6a21c43251a97b6928dbbc860ad6db225edf792bc8a5c9cc37

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.1 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.4.dev2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fcb00e2fecd0647ce8a5a2892d01059b5a826c07f544b18b4d34d51fcf51243f
MD5 02d8644fa6e4ce7282f1a5347ba1d160
BLAKE2b-256 52c21a6a5f57f0cdd2e12d989feaa924ced453dc554fdab109918de11514eb89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f16fb67158d3eccd661384e7d4c2146772b0beddda9538c4c65a7407988d6258
MD5 014faa9ba3d2f74e8f3166635a3bf5fe
BLAKE2b-256 cb0d62f360f205e757e44d514422ccef7a34c0d65afb50be3deae8c19b160559

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3cd62149759bc7dd02759a89ccf4aae2682ea72d739363fdf7fbddb66e28104
MD5 d214dec7c86a4dea5d4e3aab01435345
BLAKE2b-256 bcbe92ee1297e02c28abc35c2d4a76487a00de32f6ba9675e88056d25766e88b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09208fe9cc1a9d6468bc0d41512b5f196246dbcfa8dc8f55a936c7bec87fdb51
MD5 83ce8b4c87b3311f3d9214bdb6d367ed
BLAKE2b-256 e87cf79dc3c0616d943dd984247f41e12973bb1ddcf65eb968550f0493d3a155

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 17aa3134e983df37a8df9c5b9d63ae204ae44b9c8a9dd2756f3af4bc6e6fc068
MD5 334f123b481b762e0e07414412236d1c
BLAKE2b-256 7a89f137723ad84dfe4fe5a4798c7bee348dbc94058158b1da85136a934e696f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6c404ce81aec969875527ad6ee044d974f680d0a32ba2e88305ca35d10cb70ce
MD5 9862f831362216c2582e9b6d53d10168
BLAKE2b-256 201309c74613f134903f3c281143a125f304ae399af7079da9822af129d684fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d868fa6e1e8c98be3f7338bf9258a59fdaf318ba4f107ab8568a8babcaf8ec88
MD5 d66eb9795298033dcd6f05fe46edd0c0
BLAKE2b-256 eb2442051cccaf0208e0ce2fbc9a3161a38d80d261e1043113fd38602414be34

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev2-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.4.dev2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 27f9f45e4f3cd8fdd4049b48aa9a6845b0ffc4ac757d85ec07c87e35c5da1665
MD5 2a7e3fdff48a983063d8f7bceef6385e
BLAKE2b-256 e9a88d421f24c7a48e75a7d5d77edb5e6e179cdd13c70e402fc60b84bb658c7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01182d4acf46071eca87bebf1bd0ca5c897e73643041e81f751e3441e4ee69f6
MD5 6b649368949283c8fd7568b49b5ddb8b
BLAKE2b-256 23c9ab7480a147a4ec3e0904d9c88881caff85c1815976f65f85ad848bbe4513

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d6563a11d870766985d0fd1bfbe9148952c1a98822d93c32653b9b9d03166b5
MD5 0def76575e27e883f08cefc044077f4e
BLAKE2b-256 18e8ead48c62bd8ca7e6d16f28ea9b972e28375d97f4573f5d6a3dafef42b109

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc051e198776835c60a0a7f9c80eacc5b2eb2fb41b481a4d1178c63328a0bb8d
MD5 d5bd46fd6b7084687770671413df68d5
BLAKE2b-256 9bafde530b1e971e3d7e862753673d5ad286921a8449775f1e4c8d8ceb2b3c9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b46b6c08df32f982c55cd057e566a274310d76f7fbdb6284f8c149ca7c5ae519
MD5 a1f6f57ed3927030cd0ab6e68558631c
BLAKE2b-256 0efda3be5070190bad07bc51c38c35d5b411a33487a6c706adb93bfbc9dc788a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6be149688b2486ca432ec51f5a30cc314e2bbce0bf9a1f86ee2285d444feb969
MD5 eb257f1d6ce9ed18c87c068b727ef0f8
BLAKE2b-256 84c4905cce01aa05899e586321c5951e4c95c78d6ce58a6bb9fe8765996f254c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.5.4.dev2-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.4.dev2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ece80188c9bd20dce3b05d32b66f3e8f6d623b65f4934c9d2f682f039061ec73
MD5 1d2ebf88e95ca58a89012b0b19074ded
BLAKE2b-256 4868326852228dcad6e3242f6d987a57976a061a39e6c3141c85c3791bc54592

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51ea60b360eaeb2a718787a0716dd761267558970017a10fbd1f588aba7c39f0
MD5 20fd5baf77a599857548c7a34e93db07
BLAKE2b-256 44ac76a9d784fd35c238f6b7ed0fb625e94a2f664f1b2ba178263739534d3a6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 202ee9eef251061845bf650691b78162d10437a946148c2c468397d39cf678ae
MD5 442e423bb18d7b48ee6776c0686af8e0
BLAKE2b-256 9a4974b9560e04113bd276530606aa325ace4d3b0d491f29be4d140a59ef172b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e4fc3c956753bd242c0cefdc00c2c7a2733856731c9eec6190440c4026deb4b
MD5 edf5a18d32fba4b7413ce39b9ab09423
BLAKE2b-256 575fb2afe4e3620f3f67b73a1b4d6aadd60ae5510b771acf28a9a6d045605eb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6762f3f667271a0b3da3f010ba9ddf27d4c2db53e2b5b254f0872643a1b52444
MD5 76ba792c444fcfbb72f13b88946d26df
BLAKE2b-256 ec1e37078ecf196d74af85093b079fbdbee2892a8a9b0c2b99c415430f92cd62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.5.4.dev2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ca2d1a582c656f26984f83753c2282d13936010aa68eb62fa719468a58173cd2
MD5 fc94dae7e3889d1e0aae8a56273ff489
BLAKE2b-256 8fb666cc088ec7356ad422e546452ff69a81bb7c2bf0a0ffb8d3171d33786394

See more details on using hashes here.

Provenance

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