Skip to main content

DuckDB in-process database

Project description

DuckDB logo

Discord PyPI Latest Release


DuckDB.org | User Guide (Python) - API Docs (Python)

DuckDB: A Fast, In-Process, Portable, Open Source, Analytical Database System

  • Simple: DuckDB is easy to install and deploy. It has zero external dependencies and runs in-process in its host application or as a single binary.
  • Portable: DuckDB runs on Linux, macOS, Windows, Android, iOS and all popular hardware architectures. It has idiomatic client APIs for major programming languages.
  • Feature-rich: DuckDB offers a rich SQL dialect. It can read and write file formats such as CSV, Parquet, and JSON, to and from the local file system and remote endpoints such as S3 buckets.
  • Fast: DuckDB runs analytical queries at blazing speed thanks to its columnar engine, which supports parallel execution and can process larger-than-memory workloads.
  • Extensible: DuckDB is extensible by third-party features such as new data types, functions, file formats and new SQL syntax. User contributions are available as community extensions.
  • Free: DuckDB and its core extensions are open-source under the permissive MIT License. The intellectual property of the project is held by the DuckDB Foundation.

Installation

Install the latest release of DuckDB directly from PyPI:

pip install duckdb

Install with all optional dependencies:

pip install 'duckdb[all]'

Contributing

See the CONTRIBUTING.md for instructions on how to set up a development environment.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duckdb-1.5.5.dev31.tar.gz (18.1 MB view details)

Uploaded Source

Built Distributions

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

duckdb-1.5.5.dev31-cp314-cp314-win_arm64.whl (14.5 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev31-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_universal2.whl (32.8 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev31-cp313-cp313-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_universal2.whl (32.8 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

duckdb-1.5.5.dev31-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_universal2.whl (32.8 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

duckdb-1.5.5.dev31-cp311-cp311-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.11Windows x86-64

duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_universal2.whl (32.7 MB view details)

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

duckdb-1.5.5.dev31-cp310-cp310-win_amd64.whl (13.2 MB view details)

Uploaded CPython 3.10Windows x86-64

duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.4 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

duckdb-1.5.5.dev31-cp310-cp310-macosx_10_9_universal2.whl (32.7 MB view details)

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

File details

Details for the file duckdb-1.5.5.dev31.tar.gz.

File metadata

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

File hashes

Hashes for duckdb-1.5.5.dev31.tar.gz
Algorithm Hash digest
SHA256 910df6797d9e6a83cae1af8ee7685edd58272aeb455bb50cfbe1a272baaf19cc
MD5 ed3a221872f894e73e331716ae8d013d
BLAKE2b-256 ec1f524839505b1b4cdf378bb43c6cbd39eea7be108ca328aeace7229bd33cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31.tar.gz:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2133b2a73e54797b33b3613dd4a24203901c20b790d38401bee55e71a7eb66b0
MD5 15624507821b0cfd7b5040512e55d6ee
BLAKE2b-256 658938686d10ecbcdebad5bbfaa2aaf4b240f72855d8520501017c3af7c1c0d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ecc3dd88b41e51cb780ed8fc1f4102d3ffe1eed2b459b96d96fb496b0828611c
MD5 ad8f779985dba74ebb25228dce874fed
BLAKE2b-256 4a6ae499d1c6db8c8c9272e71aaae64cd05d4d26f4ac4ce3923995db3e648524

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9373ecd8a65e401d08cc7f34c6999b1b2b9b81a824d6d734150dd8b68c7a611
MD5 68e482e560770ed7b3532e1ce51eac37
BLAKE2b-256 88b4cfd1b9d2f2f7b25adce6d06382992b1017e07989af466c37a9aed6611ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a658df6082d10924296b3547c0009137f8f5609c0f063002bc51b652aa1b9ce8
MD5 ea18e4cfc37198e09bc05d0b0836ef7b
BLAKE2b-256 a3b18b1e2640ac870d15bc5e77229a21328308c82f845253e931cfe817262d33

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00639266cf9d56b0f5d40240a395801e26d7546a373bc10bd7276617553fa97e
MD5 022e59a2ea577c0190972f9d7af10b23
BLAKE2b-256 3193e9a0b6c07af6c13cff4069fce32115c5ae2157d08f38a88ff615555737e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 61197fdccdc0b3f20a1d7728594f069d28ac19a098206dfb1f2a85a5aba65244
MD5 fbba290aab1d9fd0645063db91dbf62f
BLAKE2b-256 e2d31af7801718eccb4a6c5c31ea1c704dfa28e725b47721b929bd3b35a03713

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ac75bcbafc9877156143e20b3b8a1834de742f80b247cc0eba907190b0869ffe
MD5 499ee6d8c8e5d6a4ee4de53ee51c409d
BLAKE2b-256 9fb63e1748ce79eb5c7a9118902d757fb9c7361310cbd244a4476834ea010a7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 50263787e505e64ba21adbe3093665786139914536aa64f9babffa0a0516bbaf
MD5 d3a44299fe23b91d76ea6f93eb4e8eb0
BLAKE2b-256 9e935a06efcd2de414e64aa05292e8c04acdd74c0822b8baee44408daa030fd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 714e1b9b875dce5c46bc6e81aa70801cc1b8df242d120c5098fa938ba3a0b2fc
MD5 8e018aec4cf12aa22c05f01be63fcf60
BLAKE2b-256 e5945e103c200e56f5b08edf19b1aedfccac64329a4f57dcf6712cc222990d8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0bc6829697cb92ae4dd930c8cae2d920468b202d9a1d7f1511126c3464b4a6a
MD5 d0255399120909e203ade12653dfbb05
BLAKE2b-256 64373d9f46212eb2348d44c7e902916812c98067e0b69fc49c9d3a15b8ca93fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2513b61a273ee765691d4c8786b723d07a5959f7208c9da00257e7c1be1e65ee
MD5 271c9253b7a2568ebbe743d0a2f08b2f
BLAKE2b-256 29185ec3f25f3a810b09bfca71dd291c46c8184bdc81b868dd0526d4e448906e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12e919b54d9118615531eefff5a680fc58e469452260cf9674a941449f075412
MD5 6d2548e998e8891c73cca3610f73106b
BLAKE2b-256 aa7ff6986cc4edb14e63f344ac727fee1fb0acaae3fe8fb475bb5e8295f0dcec

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3975b1f03fdad00d4c936ac3c11fda84dff8fcf7f3cb1b215c517e5c934d72bb
MD5 4e08995e1851d4b33d1ad5ef39d44fda
BLAKE2b-256 7a0d3f0de4f56ca1bf7990be510eb3b0f6e95f49cd357f7555b52e629e507faf

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 fab2500fd618675978cef27d3632168c5695504420e0d8a0e5e2ef6a55c6fe36
MD5 bd65f68a253898a8c00a0c8f1fae269f
BLAKE2b-256 cfe6a9f6c786c200535f0dcaffaa102c773c2a2fb4321761bcd2c382e6a0281b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 db062133244f3f30da64f1f9702c501b9a4f7eef1d1b6a4e15265c407ca479ee
MD5 a1a861f04f21d5920c703c1f198af625
BLAKE2b-256 3cda23f284db8749c622f8b489daefcb8dba8af93e7ec46dea9510f055c88a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 50060cd654b95170424744ec3fde3a7899a19a788f9cd1d4c9d10600808b6aab
MD5 151849ef2e8c958cac24d1edd2848e6d
BLAKE2b-256 9db188826e2c15a75c1e545c4aee62ea442be33a47235e92915412ba75c23df6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e874d74a4145ad361008c5258867a83be210bdcce0e6fb6217c20bbaddafb34
MD5 30d62ed7d79cfb4b4bd06a6c04e72be6
BLAKE2b-256 72080da4adf5a6d5bcdab327a55b29b85dd7a4a9db723c6f4fb711e149a17a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7c1c64090fee8a8064048cb8b1d33d583b4d249d34068ce7cb3e315348debc5
MD5 fde3f7fec70101efa32372477d0f68eb
BLAKE2b-256 501c37e5d71f17716e4ce44c902df5e7f72c1a44ba17c23b0d9af23a48c8601d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbb1eb3c16c27a6bc9473174b7c289ef6d2560e192a60e26fc452b44dbb43952
MD5 3ed5cd14782fd662b9f89e4850820121
BLAKE2b-256 d9647ce91d6364e02a6031876f3fa4649992d182b9489bdf7de110ad7ae29f5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aaf64102164b6249c74fdf5583491e0e8396a0241baf36d62302289f7c8562bc
MD5 589796925347198e012b3d0883bc4621
BLAKE2b-256 3289f58cd4dfa8fb856c626d22d5d622f670c6ec934db4ac1537a00374e461ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 953ae202e5e8d4758189fa80740c596497873e22c9ffb9de0f39163587078289
MD5 81189682211066262635276942f26cc2
BLAKE2b-256 281caf01ce67c09abf9084fbea55314ab6b5fa5104be331469310f2335fd1091

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fa6f93100166977be43016b9f97ce19d29718d742a0c30a0fa4e946a96f5b64a
MD5 45bd741fdd8e5b9d0c5b8de48ad9a76e
BLAKE2b-256 4444ecc187a282c6b40e4718e0dcf5387e7bd66b910bb9b2cb3417b2ce45b644

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2d809b16bfa6d3de92a728c7600c1c1756de422e8b1b885d6c9aa1caa2b32ee0
MD5 b426343516b9e0571b611810f8632420
BLAKE2b-256 2fa71ff8886f4bfcec327a123e50c01ef4bdb2631e079e6c4d7e28912d9631c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c970d893289a0864adb257a94c5f95565a17f2460fac1dc7befc782b6cf78548
MD5 a656cc80633a5357dda0a753f9595c57
BLAKE2b-256 14115e3f08be85f4e4a76c3b1464f07dab0dc921dccf84847f0ca3f39caf57c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b6b6f0f518fb855bf522c49545e08e96cb70b170e973a95dd9f4160b3971a7a
MD5 15400af07ceba46a1ca231699d593f3a
BLAKE2b-256 adc6df8557ea1325ebf9aa33bba6752e00b31fd48d80153c4de753f1b4c11419

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 624a4f0975e6c12dbb39fb319bd3e8f2b1f6ba9d2f0af3af703958370c4303e8
MD5 6d2e12e74b9b970d89d017978906a4d2
BLAKE2b-256 f95322b4c7580e3b8fcb4c9845bd7cabd9c1f4736ce0b5aa6dcbbdeaccd3a84b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90c26167cb34d9ef9c9238add5de6ed5d919d3f8c4593724688183c0a6ce01a1
MD5 3d315aafe02436268298f9fb12abadd1
BLAKE2b-256 bb30cf4c0c4926aff540b8b66f186d9ce134c4e174d0a9c9e08cf956227d5658

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 573b1d7fbcc244ecc7e1bd6c4e040d2bf25bc6d1054d8d565a8d883438806278
MD5 3dbc5bea7e5f060d24f8069130d9f379
BLAKE2b-256 55d87b0fc0693163eab80f05f5f3a8a49c96f5571addebb4939abaf0ff7b286f

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ae6de5120f6e62bff4447ec503ec0163481a27b5b6da300138960788c7b6ffc3
MD5 4567216544ab9a57cc86255ff9746de0
BLAKE2b-256 38d99f3355d0e3d88b1b848c404e3ca75aa9ab08b1305e67cca806c65c81a423

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp310-cp310-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60333e2342bc06557c278582762758d47ace7d53bd495033058311529c459858
MD5 32dddf8bd4796146f6d482e4e330846a
BLAKE2b-256 a69843c32968fbee58d4f2ceddfcbb525d0354eec5c3fa740df715d155150dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be8584e5d9895c14414b734eac9793498b2fe65e2c6ef868ae4b660adbc7683b
MD5 a108642ae63cb160f545869eafd5b636
BLAKE2b-256 4f163a6502ef990342da8c35bc2c0a81d12d90aa079f3a841beeb38a25d3b7e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1e92f7771fedec5bf21fce425b3f1df7be74dc9d5f6266a6a8ecec31e2dde6f
MD5 90052021419db109cc843b217acf23a3
BLAKE2b-256 b33e24b22e18d679ef6797ab0e1b6418488a931d61e2e5935ffe1fc173e20eea

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3a6b9fee2172678371bc432eb20bb5b12cfa6e5ad34f55b66084f3962cec747
MD5 6ddce589a40ed09ffa4db1b22a1fae41
BLAKE2b-256 d89f044b38bf78d6c08e2f31f9a94aa01ccdef6a3c930351e4dea1eff50b8b50

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.5.dev31-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb-1.5.5.dev31-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.5.dev31-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d6efdc43ada536e44e2f270c46cfbeb98c46d5fe5448fe0954c3029d88938f24
MD5 6e3bfb567c95a9580ed1feb1467f2191
BLAKE2b-256 a42c9a885dd4ee6f55612fb6830bad3fed5f641760e60ee32c4fa26161293888

See more details on using hashes here.

Provenance

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