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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.4.5.dev27.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.dev27.tar.gz
Algorithm Hash digest
SHA256 92c137fcc114185cbf5e47eef933a4412a87e9ba60cdf4b0499e3bab8cc948d1
MD5 c320ce0dd34ce61ddfcc844784060a5b
BLAKE2b-256 af70d4c006c9d466ed977b1597d412d7d5ed7e938b08e6ca15d7d58fc56fd4df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 25b2ecb4a4b02eb8b008413ce25967a7f81751c3f878943bcfccdf6d68be6471
MD5 681309d80656efc5cc447cc9e281ca5d
BLAKE2b-256 ebde48f5ed55b8a495190c856790c232ca7de71395056ffdf28701fa9afad1fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ec1f336a0a72e00917c88afda9637c49b07f02830e4ec4e43cdd5f891c14aa66
MD5 69d59e1cbc65ff027a91cd54a4ef94e0
BLAKE2b-256 33dd50037fc2799f7f0fa4d7b73228634b438ddaf922c4d818baa0d33b9fcffe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8d211697c9dd5ddf89d3a30b099d135c72c33d2498d34bbe70dbcbec96bd122
MD5 084a588493be47657cee1b86293bf3ef
BLAKE2b-256 839bf53fb3129388dca545110b6088d8377d381b1736825f23ffd6442551ad03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8eb5dbc1e4f53a8462a85506a548d9c1681c86d4ed9eac08bfab0db601617bc8
MD5 90ce5a86d69388c62f25ab237e02401d
BLAKE2b-256 c257a09d32bf900ae711974d78bcfc96a89ff7408cd1255bd0445597ae14ff81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f521c2a38776d1d8a632e77fb1296db1b55b20fa53cbc9d951849e57ea77817
MD5 4db2c5eaeda953fcc8b8ac0436b1618c
BLAKE2b-256 f269b079257770bc545ce6e7f9683467f3bd897e27c0711de3e460586db57e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cbe93b8d11962b94624d225dc50ec9f3392d2f7ab4f6bdf48eb61e433217b1ce
MD5 aa1dbec9602e7949589768b5808a1f93
BLAKE2b-256 8e5fa72ac3908f22785c5916bede0e3fbf844feffb70aeaefa1d5acbd9174aee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 440ee91506bd0821c1f95a79297781099cf101afc4543bfa1b271f2be7bfce8f
MD5 0927e162fd8896abe2cbe0058be17b1b
BLAKE2b-256 904b906bea5e4491aba0c9be687a00daa11eb010dae0224a304033a168bf7f3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e159dfd5cc3e5fe90e09a62307495fc72cbbeab7e8d2944f5518c740336b4209
MD5 9ff936fa021dba2c8ee8f7857d639ed2
BLAKE2b-256 fe72fbc06ed18b04b9b712329d55012b3336990dd112f312172aa7287f4fde59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2ae01f2d9d65c4ffd32fefa7753843709708d7b1f91656de581837c9771218e
MD5 e564412db72a5936fc0883e30c9dd42c
BLAKE2b-256 091832144968d60ed81c88333541075053697c6c0ac617e4f1f37934fb4fef6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 087f0d42644bf1d103bad58c81e631da2a43a2ec95b6abf616b0cc6ee9a204e7
MD5 a7dc026d581598f551d2c9b37f29b7bc
BLAKE2b-256 3727f010bb4ac6af4ddaf5ca7dd4f92f2eb97ce257c9bb1865c77b9d234ef427

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 412e3272529bdcd5e789565a9d89b3c357e22c906dd2ca8b238c2308133d2ad2
MD5 209cab01a283e71d530c5646253e2221
BLAKE2b-256 1b952e95273774fa9bd29ec2fa6f715690e32120cdf5db98531472ef54f7a059

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26914b581faf99410a7412950c231a0380be49c6d00192a7a8d22fc481d61d5a
MD5 1350f3ab39bbf1d44c2ec23345ddcc9e
BLAKE2b-256 7e81f60562913c31cfce16f28b612750aca3d3d81d3e850d18d76d52691eb2e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 30ec20d33987bc3dd4e2efaa891319736723b34a2bd70f2f3594260b67298f78
MD5 b45422d84bd4b9c9ec2d1415b0f15264
BLAKE2b-256 d6c64d955261aac99fd3bcfb99a71a077290f7f07b36dd88ba7d5c14f0f00306

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8934304e6492fb6a257ed9818a17e730b7afa348246254327dc8b05af88cf6b2
MD5 fa1c017f50e2d64aae90c0a22c36ae63
BLAKE2b-256 2fb959774181546ffc45560ffb6de2522012b1525f65013a9a5124a884a9276b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f4a6b543ed7c879cbe00f32d3ad4846b62bd2a077061a33289cbcb6cce20dd93
MD5 9a068b917d00c656599e182d2e8d487a
BLAKE2b-256 df83f4f7691ab5009240afd42876508e782d742c8914b6071442c33c02370c23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2383bf5ea2f4a646c932af16eb5a58b5aced91a71ca97de8444452e9a2a6b0c4
MD5 bfcfdb2f51ceb0cf69908cb4a793ae0c
BLAKE2b-256 a6cb2d8f0b9acc1d4e36c21e6e5788e0c76dd6f90c61095019bba9a16c7c8e6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47b550276024527ff73f03d67963f181271ac3f0d5aaf10a0a61c5d5a40c2e13
MD5 5d5825da15d2a374071fba9d7fefbbdd
BLAKE2b-256 3dab816e5f01cee74ce9ff66f4601f07997097a38db3344a8676433ebea4f62b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4971ebe9e65d74dee3b648a9fadb2fb2415a50a71277c1b67b1282b915a81d38
MD5 d7ea768d0194d91a5f06cbd6b145e250
BLAKE2b-256 12f18647409138eaf3507f658e058ddf45261cd3f1a568898d0f3460506ada45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 203a2dd64fe58d9e2625a0b82636642981a598b7fc52659efc94e440fcfa707d
MD5 b11c9f7712c72f13b7ff0bb07871c217
BLAKE2b-256 dd29a086bc7731e7e9284dae6d882d0cfc1aa0dd9126b896aec652240e882c64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b2769dba2cfff27b79f444593cf0fab93da891e709891029da888e99cbf40fd5
MD5 7c1c82f7adfb60d45ffd60e3e07565a3
BLAKE2b-256 1a38680e466d45a42757bcf558210e30f3e193749b86d0add344196c99ec099a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c6ee0132c8b962f64e1352dd941d8074aee14a41178f3c2675d374f120057114
MD5 ffd8651cfce1802185f24c8cc7f7367d
BLAKE2b-256 549f98cb9fc5a4e62856dedbbd0c08560ecd936edd8adb5bbf3e7b8233e31db0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f07eb08cc15ecd9976cfcf262fc29d032d4d83778328b31bde63383bc55d9941
MD5 0d4e74489deff04bb67f61f347360d2d
BLAKE2b-256 2d0b9edb5cfd373c3408c0b54eadb3e36ea6db4028f94bceae1cdf045bbc6512

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3178737c72be62c440ddccd104dc1dab89f06259a98d3480e619eb7a436b27f2
MD5 c1c99cffbf42295a9d82795d5846c7ea
BLAKE2b-256 e41204a2acce03b8950f39d5bd00345a69b2b9846ffd8b47e0a3ec3882ed307f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 413c859190ee66ed8556352b1cafcd128a411bac1bb4d674225e693f45d24974
MD5 ce87889b4d7ea0eb2e2ea8dac56dfa74
BLAKE2b-256 e133858bef8f1d39dc2c3dfa3f7593fe7aae6056ac7434710ca378d02f6901fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03761975a10f966f63af4867eaef60bca2667af796234fa3817639b688fc7026
MD5 284efda430933d486f68f59329e0277b
BLAKE2b-256 2dbe104b4f311ef6bd6af6ee19cde410703e65ec34c47bf9e5dbd4ae8c9c2cd9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0bd883bbb1333176d00dd8848bc0d16c299726480a2c2bc4b7f8b6f5b452454
MD5 a5fa874b5bafd0bff38879b35df76c0b
BLAKE2b-256 76fe01a3180726e9707ffb871e67ac41ef504e81ffacd4187a91c8527081c54f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb85bb038f724df4754babfbb39abc429a58dabb51bdae669c7112cfe3809b3a
MD5 672c2115bdaab436d725e957eb38079e
BLAKE2b-256 730b113ec74a42c70957d279b04a9ed7843556386e0a1b453582ec0719f6a998

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 507df027d1642c1f426ab7d2c6670b1a5e82191ecf50d2d166902db358130c2c
MD5 df077f7554b867fa146c5fd10190de11
BLAKE2b-256 e51fc339a3332e762d8045beea5deb03486d8ce48487fb52901fbfa5889716aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4b229e60e540c0d7abb18ad80b913683b75b079122de3aadecb37f70ab6b03ff
MD5 2c333a2b0f0a49ef661dc0a025ae5355
BLAKE2b-256 8b19f43c8cfdd560c28f4c3b0cfe356b91238cc62fd8399af7cc4f6b3215b660

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d586112df7b83e4990da7c3d831c03f91dd03afc17799aab97b16381d8ffd893
MD5 931822fafda06691af1c81fc1b0bee57
BLAKE2b-256 a88b2b9be03ed2c30cf855617c4cd63f7d65541400319855db873f1aa4e80f17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76295134625c1bda7bdc653dc1bacc0a354b9283b40c7b240456769a1cfa163d
MD5 48a183998d56bf693a7064e180859bef
BLAKE2b-256 d7be50efb08cd3042603d089b51e21b67edcab853e8cdee36af9f363cf4e3269

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf9b8826863463d0f779ffb2ef0da2a84119f5491bae09258d87019aee74f896
MD5 324d41e387376d4c6988d0efe957ad51
BLAKE2b-256 3b3da62b975da0e1f09ddc046b1a90a063e8b602fa3948eb64f6c4dc81d151b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7bc261644b8bc5afc47db11b6c32fe35e7c94af984780194389349838862a35
MD5 8594ec2d8c40156fd5afb3d398d953c8
BLAKE2b-256 5669d9589d8b9ca3999fe97df8923233132911c0fbd4731afe3890389f25e267

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4a04bd5f42acd185700e3da873c94e8fd7a76cf652da230e2a83381b629497b6
MD5 d22878c617eaab93bd04ccde568e29fd
BLAKE2b-256 c382485b4448f6d4e8f82edc58c4661fc62b85f59493c98f4c5f91c0b7ea0481

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.4.5.dev27-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.dev27-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9db29817f0ee796a314630e575d32f93da39a6f9560e324eb0f9e31e965dbad5
MD5 e40b11732bf83870f62db86a095cc00f
BLAKE2b-256 448e5de1f20d96545c75e0e4541ec897485a1dd3e7e33cc059cf255fc7f2a183

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8baed11396ffff40674be7db646032a323ac174f39ca3ecc6034dc583fd4102
MD5 fdbd47875b3b30a0fe146e36693a2a47
BLAKE2b-256 82bbcef64043278c14cb7d853e85e9881a83f6683267dab4788a1f56c38e5035

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f7bb5e0f2e1dc794a626ffffe8d21b6fd4e05694298405d753c00a7ad712c8ea
MD5 448713a715ce6aeb2ced74d94e3708a5
BLAKE2b-256 ce100f07bc42897b022f048266707d4b874718d68070dacade6c08bcfa0da802

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92d7224cb66358462e25067f7dfd3437972015dbed0f0eeb1330b0cc12ccd333
MD5 d6ddbceffd078fa828bbc960edbc668e
BLAKE2b-256 c4fc40bc20ddf50426977cb59f5ceac07a9324dcc3486a3d2ee315f27a957731

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ef8bad7dbf6d9a542a0a096729fcda290e3319d297311669769d2447cb9906c
MD5 973e337076df6b967813610ce9659df9
BLAKE2b-256 60e974018089e7d26f18181c3a77fe677f979393796a0c0534568d4701ffb56a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev27-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0fc520feb6947ace26661b774278b8dc3c75c0e49869abf2a569b6416fd25b75
MD5 8cbfecef8cd0362d948228d7fb2c03f6
BLAKE2b-256 50c18e6bcb6a339c0639530e8c6ad85da0ec849005aa4a7b4562eda4d6fed2de

See more details on using hashes here.

Provenance

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