Skip to main content

DuckDB in-process database

Project description

DuckDB logo

Discord PyPI Latest Release


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

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

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

Installation

Install the latest release of DuckDB directly from PyPI:

pip install duckdb

Install with all optional dependencies:

pip install 'duckdb[all]'

Contributing

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

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

duckdb-1.5.4.dev18.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.4.dev18-cp314-cp314-win_arm64.whl (14.4 MB view details)

Uploaded CPython 3.14Windows ARM64

duckdb-1.5.4.dev18-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.4.dev18-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.4.dev18-cp314-cp314-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_universal2.whl (32.7 MB view details)

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

duckdb-1.5.4.dev18-cp313-cp313-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_universal2.whl (32.7 MB view details)

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

duckdb-1.5.4.dev18-cp312-cp312-win_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (21.5 MB view details)

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

duckdb-1.5.4.dev18-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.4.dev18-cp312-cp312-macosx_11_0_arm64.whl (15.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_universal2.whl (32.7 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

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

duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.4.dev18-cp311-cp311-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.10Windows x86-64

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

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

duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.3 MB view details)

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

duckdb-1.5.4.dev18-cp310-cp310-macosx_11_0_arm64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

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

File details

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

File metadata

  • Download URL: duckdb-1.5.4.dev18.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.4.dev18.tar.gz
Algorithm Hash digest
SHA256 9d2dd0edbac2e05721473c83ea70018d201c4fe84292a9c2a5d4efc4f5d2856f
MD5 b36ab20755ff52cb1094e85b77a8831c
BLAKE2b-256 77bc1a5177038426aefef0ec3da639b7a7d1a778aefcacfcdc60cc706318813c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18.tar.gz:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 98bd84e857e95e65c4ef4e8064174a13694619a8225b06c8e119790c428c31b6
MD5 4f63716ad9672e2671702a419e479e12
BLAKE2b-256 2b5b032b303bc2fb455d8d6a8071d28657508be92aad825b1d74667d1bd4f00a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8de6e39a587f5f95ee6cd80681740c7174d5166404968506ff8601d0cba8690e
MD5 60a3a99c48a196adaf7d0e4bb6b34c14
BLAKE2b-256 de49ce651b6a518da6b565623108890677bbaf08297e6ffc339a36017d93ef43

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6acda6c17705980cb11badc9911648a5e403603dccec5babd41bde1ddce0d06e
MD5 38dbb7c74e5a0f36e74c8c67af975117
BLAKE2b-256 9d8323ab0b1241621bcada531efdd2662920155d3681631fdebe3a19474826ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3e4015c685fc9631f4c9580c74819171f66b65aad2a84b0131003068c3c1c96
MD5 5d280d7306a4ad94b4908888c0b68bdb
BLAKE2b-256 f5194404745655f3cda8139dfa862b2df93d608efe6a2f4f8fdfb9cb7ccb4f50

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f05ba2dc60a7469be0779a222c6526f16fcd0c070d2706b6747982dc54176a4c
MD5 eebe9fa3895dbe624b1eadf8624f3fd5
BLAKE2b-256 ae2ff928924850853c32b40a29c99c3558f67e6c05f6039172990157606d0f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 24ec843856aa23b524aa6eeec676c8c902a67218f1a22bbfffbeab898e79f0dc
MD5 06630e030211ae5e836411b52be63841
BLAKE2b-256 30b1f9e56414ed0bc918006c78a5ec409372bae2cfae5ff04fa7c3c38b90ea42

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e8c7c6140c62748867b74369b5352325408959d4b07c0b0ad45b736d25581da5
MD5 31ed1adea6f4c8422d1b2a51477464a5
BLAKE2b-256 bff316a7a453a1578805c79e58e03089680729d42dae8b7014cccc6717ca689b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1cfb0c49f2b2ddb5ab8948d33b4be4641077e3f3102b9388df4e3d80ae71e1e9
MD5 08eaace1f49ce71e473be8885b0e7a5d
BLAKE2b-256 c3a7b8e6389341a40fb542d6abc488e133af697986dd69e274be2330abeb5dbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0f217e511a55a94c9f498169048b4c4228e6d049d368cec5791027656478494b
MD5 3896f95d0439c54ec847529731b488e2
BLAKE2b-256 f6ff5e7f111e87d0517b6bc1ee8e542cc575b194911b8f6c1e6c9c978d30bc09

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4abc2c8a0b2248a5d53b281ec149370900fec5b0dfd6615608f3f37f7600a585
MD5 dc4e8c15333134699144739810a503d7
BLAKE2b-256 b6418d72624f6b115b07208f13951e55803571efed626ff54c6a82bdfb43e4a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4d4dc875866e8669b12fc0bc982be2d3c718bc763524cfca054687399c98c02
MD5 3a5c50fadebe416c6e304075b3d78127
BLAKE2b-256 2aa98eeac8463b2a538c0336d8ecebb210927ce05146c48cfb61acce833ffe10

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7846da40f2078ab3a76c6bd11d7103b68e58a05e948d8ad86e0075888f8f2bab
MD5 7cdc059862cefed53333744e0a7b6ca0
BLAKE2b-256 d76ea66c484fd20c50eb25b02638b09e198767c7b04d1b24932fdf841f144f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 67bf665e6152678655eb2cfefca885933f851d5ce63b22c0338b0deba9fed785
MD5 ab79e70a155a6ede9cc4e442aa05f904
BLAKE2b-256 2e3423182261853d7e33d5dcfb607181b45812bdb65803ced6381ee2f2737ce4

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 654c4d705829dfa95316173b76df96eb3eed74f6381283065eea8808890d176d
MD5 d4ab21fc6256d08adfd68dca532a5e9d
BLAKE2b-256 513c118318a0d8fff799fa60aacb6821b170b8bcf23425a18641f0ab6f09492c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 734123c64889183ba724a43ddb241c608cc39e8fe1d89efeebf64af1f2a857b8
MD5 4d4590f1620c704c4ec1772f77371513
BLAKE2b-256 7ebb9690bc549ec686e327c1f12977d7731bb414314eb6d1946c5f1ab3149bc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 558181fa6764acc176465499bccd58566c8fac2dcbb30deb75a3d878d54aaca5
MD5 0f68c0df2eba8fb956016f44c80c9cfd
BLAKE2b-256 ea8fb58279600740d1448915d31685a69272d685dee142744b8a86e26e79baf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc55db75c2e080f146b48fbb0415db59af051a8b473124d693fd55f3043625a9
MD5 a9fb09a5696ffc65df86e9cbeba37151
BLAKE2b-256 0badd4f67d273a5b149b52ac7b84c194a6679cf7ae4ffccc543c356304964b11

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d67662c1941eddbb23ad3be78ff8560448589eb93ebb8d45dc47d63af628542d
MD5 56b88ebf1299c4096e9f0ce05035a253
BLAKE2b-256 23502c5d50c8a1c483cf97fed4d324c8f4660eb50a52e1c8e4c5fef789d33daa

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e57467b0bb72f13210cbee654ea76b769377ea485ff57d219b01b30b30148505
MD5 7645c48b3199461078379390bbd64a29
BLAKE2b-256 d4a9334bdf7de1e8e8b0bb304657dc6f9eae9db09d785e949301cb3502ba7f40

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f9dae1b5324a84deba1c245fd64dcd7c726d00372d716a982799e83b651a62f9
MD5 9eaf283835c76fd2f8a9eff907617031
BLAKE2b-256 bc601987de2f0462576d3422640ea1f95d4e039f0daa713e97d51dcc8f027dd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e6f7188f6fcc70a2dbd32acc515ef8a349660a5c34134503c444a5626d891522
MD5 2c5e91ee7a07196b12c17d89e1d8ed3a
BLAKE2b-256 7f174e90d8f39cddbb817fcb2363fd97d049fb24e60e33395eb191e6355fcc8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 af561df8023ea805f788d7e382811eb936c999edae0c05219c009df6628cbd47
MD5 20db06323d935a9285f22f38808b1843
BLAKE2b-256 c874920465571861e393a45ca1702f19cb04670356bbc4c4afe61ffbab150278

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-win_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4589c4ffb7dc769b243cbb626ce5e56ee033a693267d305b2b599c77deec2746
MD5 a9514170de3812f87e84f59cd8c9fd23
BLAKE2b-256 3537ee9b04ce3858fcbbf0222855928f3f03fc0db19b89aca781aff08bef5a18

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07066bdf936fc930d0641d8be5813b8a194bf40f78f93e94f9a585bbf1b45557
MD5 63e63b287993a501ed4031fd39066ea0
BLAKE2b-256 445fe2f2267f6d8a362b3fc2f4ac436de10db399af4cc79b75691524b1579e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cee5a6b409c7c3d8d826626063f87810a7defcd611d4c5b01594386816c8fe27
MD5 b373934ecf59e07ee3a61318a219e243
BLAKE2b-256 5c09ff311bec43ab309209f013f8ca1f71f8e4b0cc5eb710465cbaa6ba996637

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e786ce43ee50664a91d507e1f3462bd1292f5ec28a259fb7789f86d4e9e920b3
MD5 a519beb2b02e7fa6b7e86837afc29c6a
BLAKE2b-256 3f5c95853f22ff38104b068cd2811bd33dc608d91e975038e5fe3a155db4c431

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 090728a42d0a5ee7e0dc28b83d77937d2ece2ead1006cfe4b20f806da0a6a47e
MD5 4d50cc72f6886293354e4417b503dc74
BLAKE2b-256 da386a15e2eea3dc63343d50a500a8ded1ced974babf7c9a3a14cb575bf0f8bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f48c06fd3720f423dbfa39d6c4addcfe9d6bc9aa3537fc5d441fb0df9b95bc8
MD5 972c7754b7d1bfb2369f7787c30186b8
BLAKE2b-256 24e6d5f788b0ef35dd3eb6753d871b6a6198e2ac9ddf0004d1a667fde9857879

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 33ae7810313cd2c53c4f12321c6cb13ef97bda76a37306334a7a8f447d8b20a4
MD5 25a44b79e97edd2e5ffde0aae3ff0361
BLAKE2b-256 57b6071e587a15af18afbfdfc0982f8a1a5217d65664aedbe60861d15de11681

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp310-cp310-win_amd64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61eb6f47fffa78ea96df817d8ef6a69c89c667dbe72ffe2be388ef0cf66d70d0
MD5 087217b3700b644d329b341f0554a70a
BLAKE2b-256 77850effd08878b9066b2d7acf4ca9a49592304552d9af4e19fd8b6fc153efe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 becb2dc9616dd59f7f1a810fbd2f83ab535b81875eaae8bb1d210e6bdbd5132f
MD5 4f98cf5264c9166fa37d97f658fb4a84
BLAKE2b-256 3f13f70afcb0a9125a2eb6c2d443cf71dd96da80103a6599af32a3640f025d6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99af4affc0ac7b74324b39edc9e6f8c70aa05328b5830fad134d1f4f08fa685d
MD5 8aaeae3016efa109c21eb5481e39d0e6
BLAKE2b-256 74326cc7a2b9574d449ac504fe2a82ba2f0a4689de85f4f3833a4234072683d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f218c6b4db1bef12f98bb2c4c2f7077e4dc917e7459d6ba151e8f14ab66a45d
MD5 07fd710c121697fde253ae995121ccf4
BLAKE2b-256 e7c4835e217c5f06fee587aec7a34a16b276b9a0f3ea8e4b7ab2b5343a40b7fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb-1.5.4.dev18-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on duckdb/duckdb-python

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

File details

Details for the file duckdb-1.5.4.dev18-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for duckdb-1.5.4.dev18-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f5ccd5797ec648199350bf30a877f2b68189c9d8513d1a242760bdb579f3ffaf
MD5 7954c0ebae6a5fec83996f35222daa57
BLAKE2b-256 4bb756b54328939fb6a3c5f7b6dc348593b28620786643f1e143e88a1496e8bc

See more details on using hashes here.

Provenance

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