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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

File metadata

  • Download URL: duckdb-1.4.5.dev35.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.dev35.tar.gz
Algorithm Hash digest
SHA256 0024d42911af2ba9f735611ffa66f18fd7c0a922cdeed770465d8830bf770050
MD5 782794cdf99c09039ee7dba3190d99b7
BLAKE2b-256 3d7141c6b225b4b28e2c95ffdecb7451f63a84249e90e25c850f915958ff19eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6c2f940dca949a06ac3ca5177cfe409848ad7b869658314344be7ca8b5fe10ea
MD5 35c771f5b225e1ad8e01107e04023cd3
BLAKE2b-256 36107a6987c9919418436175155f01d9270c7b08509e796bc5bec85cc11affb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fc95068b7f6387333364604267cc72b64982aadd2e957791832b93e333c99302
MD5 4fa059680830fa52f19a4fb9eebf6c10
BLAKE2b-256 e5f70e0af3d3feccaabdb4a22f77c55de5f3538f3e1096b5312444a522f447b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 443562d7db53d04983b20fd9c26eb98fae2893078ae2a3ef0e1ff4b0955f168b
MD5 83e13a8e7214fd263b53005f25f2d3ad
BLAKE2b-256 044572ba6246a5a75fb9a4bcd8557de63ee06a52e2bceb7fe687a61669fc4343

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34fbc06e1068d27a5751eb4febed883f3d33430ccb189185df25b469188cf526
MD5 75d9374d15d909071196aafeacd5bba0
BLAKE2b-256 8d3567662b5a6c8bab47661bf242a37b76877178f3d49c4a273037b4deeb9311

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 200983bc1e6bfd52bf4532a4e48ec101b5c933607f1b48adcc938d40b1fe2eac
MD5 0ae8eb74c70a2d0511d926ab1514a87d
BLAKE2b-256 c007964962e48e0e18789fa1d3f2d2e3dafd36d42906bf509e146e357b5d4292

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8882c58d9958f3d046a06d1e1272b078f072b659254bba8cd767c44549f3e05f
MD5 bdf369bb200ac3faa38b8955cab4b889
BLAKE2b-256 d39ba1760a9ef3412bc1fed5c7436af8cbb819a2a35e628dcb113935ba1028e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1d840c381713ba7dc5ed0ab301a05d1bbf095a062e2f3554311194b4bb1ed1d5
MD5 44a6c1dd4738d620a56a3bfc104acde3
BLAKE2b-256 c0837bcac8d7138484b03cefc706e26eeb42e5a9329a19aede0446db43a65cbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 90f74cb1d36f37d95bdbf23b5d6eb481943ccbbfa7c40d1c72be3a2c61698092
MD5 5c7b3f6eb82514e3a2407d5e21c32cc4
BLAKE2b-256 b077f8d406f73957843d9cd407a8acd82439dd937702c6773eafb8fe03b0f06f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5dd390cdeab00b7dd72bed5d57245461ee8c6c2414ee718c9d56c975747a6393
MD5 9267a8c4c7505891613385cc7bcb1696
BLAKE2b-256 d0a4888fbc609e54b1a6d2b0a97c0c6e66b80005c9425362d4a0a2a99a7ccb57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea8583145086276bb1060d26ea0118bd6fb416e511a7ae88be3a006454e191b9
MD5 8c54cd9316a2370723aebdaf488194d0
BLAKE2b-256 238807e020962375b7a111d4e293cc9b4d3f0b3a087ac4a59ee5f83ca25abe1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 20ead7703e09d4777fe8505d0e485da8758f1229a2c82257a95b7d5023b686f3
MD5 8781d912f5b3b24541aa08083725c50a
BLAKE2b-256 9408444cdbb84750e34f4a349f6d67f5c04c2547c1c1ab0284852257b1c23dcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b0a251849fd4780ef31adb0320469430a2a88f031347e8f89d145182214b414
MD5 579fac574524de3728395a742aea17c3
BLAKE2b-256 bbd0556545f58aa4b3bb348967aa2d4043c2dcc0ab88ce0c97446450ff0869f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ee3b8949ed081b0586d59254ec241fd4e662916ebe2356593e5fb0b3b20989d
MD5 440e97b9c8650e072be56bcd826e7cde
BLAKE2b-256 11fd2ecf937b2862dd2e612241a02aecb9aaa12768af20923fa5b7840c0444bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1387ec66e9a045632c73adf5304dc4e29e3fe69513f5b6e7d5c701c09aec99f0
MD5 5474e49f1b6ac8311a49172f8350c9d1
BLAKE2b-256 399c56034f372143127f7c1a78bded5240805aba24a238cdb43d2076ad8d9cf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bc3baacf1924ca35a6756c4eedc82d389ba107dfa53b4607d65b46c17eff493a
MD5 2b94f36cada28b972a5bc35b1ba51dc0
BLAKE2b-256 94af80bdd9e5ae1cc9b9305d8003f9917e531941f04ce01b1c9b1039d905c250

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11849538195921eba7b33219414f2ce01de4f8f748d7f5d35273d946c91cf4dc
MD5 bc475a9b2831b7f8518df5679ff05799
BLAKE2b-256 9c8abc3eb05c1079dbec160f144c262c05dc78ca3a70af56f540a87c2009debb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e62b4081a52d9d1fe5e291e3ceae19ac3164c6fdc973ae4cae2fd52018548ea
MD5 69e67a4e3c6e52fa5faf0cc2ab413346
BLAKE2b-256 a5d3642d608ee9caf65a911e5039cbecc4e29e50417baff8552f4abac0880700

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d5d6ca8fb3aceba3d235efcaeb1eb2b72f3ee7011def8455f90e616fc000a5c4
MD5 6c5e056a40b67fe8a49d4d2f3407193c
BLAKE2b-256 6e5f4325ba5ec0a966bfa24e0d63ec8bcae34b8349ce98bffed399483088469f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 469574a138b6ff4aebaf5cf0c488c3dd4ee6c36ec5a8c8c9f5658cf260192c0e
MD5 d958f712f02316d89e35633418f38ec4
BLAKE2b-256 d4b3368c5a93daacc5ffa3f6daa343238bd86a5ca45250ed87707e27a53f952e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ce7939ca527d2e151864af7475129c35596e750c7612641f15a7c1822a1f2c19
MD5 60d4a7e3bcd24ad7bdcc87eda34c9cea
BLAKE2b-256 6fc02927e33e6c721707c86633a25fbe494b519171380060befe8b6e742c6575

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 31cb85ecb6385dfe561d5a7c61cf24813bb4cfb8380f7c3b57258353bf6e7393
MD5 3beccdf390e684c25db75fe6ece620dd
BLAKE2b-256 c5e903f7a5afdcc18abadcb09303c92fbaa2a5786ef5f58ed80c6c7d3acdf3a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 470e2ffa5f6b75ed87a2286580b881bed0381ebdbd5174c4f538403015410886
MD5 f8ad0c66fc2c6946f24fdd2ca0d4e2f0
BLAKE2b-256 6a095a7ce046f14dcc1dc4caad6101212333172f4666bcb1f3f8516b2093e84a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f941742781b4cb926bca1d5805153a9c510544b457d6cbd8ee4f4fe089102465
MD5 acdbf282a2bf02878843f8a113da7d29
BLAKE2b-256 7dff02d15f126d704c7b151b20242a2800ab564bf2cf655a2504fc1a8401114b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1083d6ce53a38a5bede323039d22f094939b2a26ab07a4f7c03e3eb3a5741ebb
MD5 df40264d24de46da5d1f5ff3b9c58e5b
BLAKE2b-256 83634a790650854cc6e5ce06b250b55bd75fbf187a11b288bd0a9806f0b6c7e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d75f2fc043e3658030678f56b7153f7a4997e221e79f0f93491ae3ef3adc8322
MD5 b7a4494e67ab842f3e518bae1008a57a
BLAKE2b-256 9bb023f9e9ad61e403583d473b8966cde060532bc8289178238195711e9e8f0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6081a5922d8acdc7974726f2ef1bd75c5f7efc4f02f55d88dfff1bde3755c01e
MD5 fcaad11b5d2f712fcb120f11f87baa3e
BLAKE2b-256 7552d9707d11a4a07511cc56ab377e54ec3706394e1e8a904acd87c498dfd3db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbc4737b31e28e47d53838fe3083385aa55f4925cc7737167a855d7ece85379d
MD5 90f1c9a04dcb3f9dc4234709d1eacb28
BLAKE2b-256 8f36aff6ece2f21cb48a5b7540cc06eaf5afa278c2c9471fb65936b13869446f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b9f0642cd6836f477a90bd9ba656dbe62534b3c55bcf9cdf8f455d48f5ebee71
MD5 a3e3b18131f79b4314778b65a622005c
BLAKE2b-256 d075e0d65f39cf96a7fd9c9c451c4fab2b924bd8bf0bb03110ebdb6c005f9abc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5836431ff53e4f13da1b01321dafb7f5bd855694899cd92e0edc4c4ac588c003
MD5 5e8c1bb02838737ca009179d01a4ebd1
BLAKE2b-256 aff4de59e3751648eba18aa9bb48241c68bbc070c3b84807660a1a65a0c41076

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73f69fec93cc3ed3063e6e05d8244239489f190222721e79bfd153aee94b70e2
MD5 20993716b9ae390a198752a664343e21
BLAKE2b-256 0e273c6455e1a1afc9176f110da114addb443ee31d51d40092baa1649c7a42e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84a495399a7132b560a8040bcdec1afc6a67ba43c602525f19c9c11269be2490
MD5 69d5b14a2437683bd70a8001e94286f5
BLAKE2b-256 b87d0d9afdcf10965cd937be0223bc31362549bd68fdfd5e619897c4d3f84a95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8eed108064e440e6bd32dbef8d6d6ee865dd713d3349c655cd55a4911e87665a
MD5 673ee20cb3277a49369342e5e6090f62
BLAKE2b-256 31da452cccdc7dd92333c2fd26c23593195e67cf5e2790e9aa765d1959bd318a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29c5a4db027b50f5b004983756f80d5e405fd6aa8ddeedcfd7d38a8a8c58e9ee
MD5 47f33c4b9b17bcc733da2e37a33b84d2
BLAKE2b-256 83ec8ee50747386a1e8ff133f1fdded777ef0dae3cb9b3b970273ec87cf579a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 00dba45215ed5e708514d8cdf03dd58731964aa8ede5ecf2d1b81eb984657b7b
MD5 0446aa3344ce3cec541a0bbcc6ad6e98
BLAKE2b-256 93ab526e7fb792640061f78da74536da12b67b257e5c8319537cd4309e1a1b4f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: duckdb-1.4.5.dev35-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.dev35-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 558b7becf4071d2499dcc3af8625910750bb8cd959bf83c74949526115b9dcb8
MD5 ab163d3692a51d74ce745448782c38cb
BLAKE2b-256 b85729546a0ab41a46210c839bdbc3566221d3f484b585317fb8c6b02f6947f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ea86486f134b8e942b62766558a149f63674ab22d94dcafc84d3634f51af89c
MD5 b8b6ec3fde6319a8fb6ce25421d97366
BLAKE2b-256 b7baacc8eeebf657fec175095f3340096aafd7b89016b98c78379da9b4aaa49a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bbb78c269c0054b6e98583c49f28c85bede947bf3479bbff869111440f2856c
MD5 4c37660dd754ed035ec57e1c9f147e93
BLAKE2b-256 48cf57f59962217f5d1d41b5c4b3cc20d06ea2dfb18c5b9a4c89fb9961f1fe0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf23f09b7f5f54860dd9c8f09bc7fcdad5c301257f7c4684aaa02bec534ad34a
MD5 153d51e77addfa268b6457f1d3dcc70d
BLAKE2b-256 99c09b6e38cbf26b3c3e3da5a09906def7766b13267603c1766105571887d32b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0c8a05ef9943fe8c6d677b271d648ffcf8e901dc167dd5441671e2862108f29
MD5 f062227f2655ee976fffda97f28971f4
BLAKE2b-256 e5cb05495db65bbba097cb868b2e20844a5a78a6cfea17cb816879e7f2b350d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb-1.4.5.dev35-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e038ecbf23d4e18ffd35bc7a2ebb0819e20daa5db92360774626fe1ef71d8d1d
MD5 6136886933e5f3727c9b84a8c0730fad
BLAKE2b-256 fbf6c4799283ba70c9d239927fbb23becd20ab734e88ec316e60d9199a52371b

See more details on using hashes here.

Provenance

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