Skip to main content

Apache OpenDAL™ Python Binding

Project description

Apache OpenDAL™ Python Binding

img PyPI Website

This package intends to build a native python binding for Apache OpenDAL.

Useful Links

Installation

pip install opendal

Usage

fs service example:

import opendal

op = opendal.Operator("fs", root="/tmp")
op.write("test.txt", b"Hello World")
print(op.read("test.txt"))
print(op.stat("test.txt").content_length)

Or using the async API:

import asyncio

async def main():
    op = opendal.AsyncOperator("fs", root="/tmp")
    await op.write("test.txt", b"Hello World")
    print(await op.read("test.txt"))

asyncio.run(main())

s3 service example:

import opendal

op = opendal.Operator("s3", root="/tmp", bucket="your_bucket_name", region="your_region")
op.write("test.txt", b"Hello World")
print(op.read("test.txt"))
print(op.stat("test.txt").content_length)

Or using the async API:

import asyncio

async def main():
    op = opendal.AsyncOperator("s3", root="/tmp", bucket="your_bucket_name", region="your_region")
    await op.write("test.txt", b"Hello World")
    print(await op.read("test.txt"))

asyncio.run(main())

Development

Setup virtualenv:

uv venv --python 3.11

Install all the dependencies:

uv sync --all-groups --all-extras

Run some tests:

# To run `test_write.py` and use `fs` operator
OPENDAL_TEST=fs OPENDAL_FS_ROOT=/tmp uv run pytest -vk test_write

Build API docs:

uv run mkdocs build

Used by

Check out the users list for more details on who is using OpenDAL.

License and Trademarks

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.

Project details


Download files

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

Source Distribution

opendal-0.45.19.tar.gz (987.1 kB view details)

Uploaded Source

Built Distributions

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

opendal-0.45.19-cp313-cp313t-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.13tWindows x86-64

opendal-0.45.19-cp313-cp313t-musllinux_1_1_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ x86-64

opendal-0.45.19-cp313-cp313t-musllinux_1_1_armv7l.whl (13.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARMv7l

opendal-0.45.19-cp313-cp313t-musllinux_1_1_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.1+ ARM64

opendal-0.45.19-cp313-cp313t-manylinux_2_28_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

opendal-0.45.19-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

opendal-0.45.19-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (13.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

opendal-0.45.19-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (27.0 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

opendal-0.45.19-cp311-abi3-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.11+Windows x86-64

opendal-0.45.19-cp311-abi3-musllinux_1_1_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ x86-64

opendal-0.45.19-cp311-abi3-musllinux_1_1_armv7l.whl (13.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARMv7l

opendal-0.45.19-cp311-abi3-musllinux_1_1_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARM64

opendal-0.45.19-cp311-abi3-manylinux_2_28_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

opendal-0.45.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ x86-64

opendal-0.45.19-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (13.0 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

opendal-0.45.19-cp311-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (27.1 MB view details)

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

opendal-0.45.19-cp310-cp310-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.10Windows x86-64

opendal-0.45.19-cp310-cp310-musllinux_1_1_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

opendal-0.45.19-cp310-cp310-musllinux_1_1_armv7l.whl (13.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

opendal-0.45.19-cp310-cp310-musllinux_1_1_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

opendal-0.45.19-cp310-cp310-manylinux_2_28_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

opendal-0.45.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opendal-0.45.19-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (13.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

opendal-0.45.19-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (27.1 MB view details)

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

File details

Details for the file opendal-0.45.19.tar.gz.

File metadata

  • Download URL: opendal-0.45.19.tar.gz
  • Upload date:
  • Size: 987.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for opendal-0.45.19.tar.gz
Algorithm Hash digest
SHA256 29018eb029eda28fd9709b579c8ddacd89a201b524fe8a80496afb05ea2fd29c
MD5 de5429d013b134a08b0056062035e7a8
BLAKE2b-256 243d11177fe2a107ea131a4216c7406839a99b5a867c83d07832136263dba66a

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19.tar.gz:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: opendal-0.45.19-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 15.2 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 3bdb888b213244b55eb4addee3633bfb1d79484eeec43949c09445b733cb98ff
MD5 667148557532ed7868ae2f87bbb2c8ad
BLAKE2b-256 e41e563d3f689b485f78f59a1663cd147285e6bb4f86ecea6774425c1a8e0de2

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-win_amd64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f81514941b3338e1fe25f70753e44f17a7d58d7a4c33814556491c784cc15149
MD5 657fa442203bbf836e1db1a7ad0849f8
BLAKE2b-256 335c4ba3e300739c20bd8cce296ab7dd5def8aa6b97329d384210c344a68f44f

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-musllinux_1_1_x86_64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 793ca2c96443d5b368bbd52ef0558a365d0a83a3734c3b60f3fffb3fe36a1fc9
MD5 2c2dfe9b129a0fc0e9b563128827af40
BLAKE2b-256 6da756a214b43ac4747d35b716d6dcad777d7cce069d51173e02f88045d2e7fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-musllinux_1_1_armv7l.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0c2afd0fff38e0e83f43a3de3db8dbd332236a451626d8cdb9dd1e9f2e5d954e
MD5 65b43d7a844708f1564a70aecf723459
BLAKE2b-256 0d362130defe2077fde2cc62cba6031ea4c9fd2bde0758fccdf9baa5ef156d6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-musllinux_1_1_aarch64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1fb1d98218c44485df00178b2632012eeeff36b20c2a691756d74224ad506fc
MD5 7ab63846232c3fe87b98e9a7a168bc8f
BLAKE2b-256 ff9ecc6c3e8fab4c78b13790550e7ef963116edb43dd00829f6a27a387d85773

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2795bdc88b689accb0a6ed4798cf5e02d5020f49262200af31f6d0f0d71c548
MD5 545eda42cd6de29f3b7da62c35361f99
BLAKE2b-256 6c6182bc0518e7d2a4b0d1d153425c00169b74facfa36ec89ad72b4cb9e04f77

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5889f1ac22a64860efdbda66345345c03b8aa8fe71c906428620ef756add74d8
MD5 0a12186d5dcb55e84e79bd6948140d85
BLAKE2b-256 f7e6664fdf9472d4eedb92e4d9be4e7c7ae42503c051ad87022f1f1c37f5a3cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 194f6680deb6756645224b409acc474a4fb42bbc4fff1d64c696b6233e1d8829
MD5 ab565a3a936e396df8b1557564748a76
BLAKE2b-256 7381a9d1c51dc5a1da8b02ec3d9cfc8fb915a30884d3fdd84cdff214741ceddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: opendal-0.45.19-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 15.2 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for opendal-0.45.19-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 4b72fc14aa55ff7ff409f67b96f12c271b4373091743be6f213cb980531f1bfe
MD5 f9cd3fbf15bf919a9cde0d2d5e6b2082
BLAKE2b-256 3803d445d30ad32bef12f3399644c9259c7798520d65f273406b65ba0fcf52dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-win_amd64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a20e956745bd8d1c9ecddbfdb4bc1fb86dd82fe1e1b84ccaaec1551d80396713
MD5 8209da4f807f28d64bf61ff87cc35a59
BLAKE2b-256 e33c41ee777f15b3d6fe6ccd2b6bb28d20e703c39f7826355ce2588bee4c875f

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-musllinux_1_1_x86_64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c6182b5f47057bf9160242f6a0ad9e6351d2e78d32fdea0b99137bbcd1678006
MD5 8abb903dad025dd984c0e5b2069cf53d
BLAKE2b-256 2f16434cbd6a0e0136315e813755d8db62029aece9dd5fb7b49e13af8f5ed5bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-musllinux_1_1_armv7l.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b37786c13ac9370017b071744eec3b1cabd54408049e34e7317c76cd3867f8a7
MD5 8c1b749b5228b9a8506c8efc553e7001
BLAKE2b-256 5e1589ddd83849c79d684f270ff3c23abef7b68a7b9272d61b352fff3884c726

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-musllinux_1_1_aarch64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d923c19871cc7504e3096e067dd9e855a0e518557460b39b4bedf87b56dcba6b
MD5 64815d97a03ae0d4d819e1761ff809f9
BLAKE2b-256 634a8ca7b5f5e94b1808e5c6064ccada98ccdd2c4ede7be2eb0ed7b87e5ea824

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51edc429f3af65c9e6aad8d66872456f217c2dd4b5b735e7ccda337fea13f1d0
MD5 c3ec27a785bfaad962c7ce71a587f1f3
BLAKE2b-256 d31b6f6e84b16d60e317ee38f4bfa7a7205a398c87e1b23535c00db1de547d72

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a2d6673abf0fbca491543a783e07a314932578da226228cbb0cbfdfd860e0b58
MD5 3b77657488cd7487476aba9f37fcc9ad
BLAKE2b-256 f22ce67e46480e57e3743d4184671161f84f9cfc0cefd7436549e309ebc00310

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp311-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp311-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b6d3bb0ffc6dc453c896fdbe6833ad0f1dc295a8a75502907593684fbede0e0c
MD5 1eee468850c4a34e9ae105cf37fa11c8
BLAKE2b-256 423c703c99e72426b9e4dd85452f7b759693c11a98c74b68003f03a50b389c56

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp311-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: opendal-0.45.19-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 15.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for opendal-0.45.19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 788bb08d1c7b55b8657f8e3d52103f7a644f181689cb6df471ef6d4939071309
MD5 ea826fd8560b5c34e23db3ce5e70d6d4
BLAKE2b-256 153edc36c6c65172720d03a2b856a4ef05f11422c38a66fd48303017cec8cbd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-win_amd64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f5be23f4c117a6d242a3794f321bcd4a6bc1d736a0fd6fca4c47e9f33f84a1a
MD5 e32ad4fd41afb318867e8aff9977266c
BLAKE2b-256 2ed2ac33317fa34cd151d268e7b961e97b9eebd802def2481e41e8c41148f481

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a41a76bd83026db2b5c127c1894de8f5db6354a5b4fd22c3687925fb1d9b77d4
MD5 997a5f43133eeb45524d585a3d96ad33
BLAKE2b-256 af6aee339ca8830ef2c9aa0629a11e9eb08b08d809a794dae86d041b4412b755

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-musllinux_1_1_armv7l.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 59f587e1ab931dade6b4ce30c5eaee20c1c9ef2610ed4be3260184f39b48b7ef
MD5 f5ad010b6e66514cf1a7f94133105ef9
BLAKE2b-256 3c5a7f194cb7a70b38efc54ce052bf24b3e1e19d3ff990b6a11fb2ba0d5e072a

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e21677cc9b676b23ac6da2dfa3fa9d8552db16bedc3347d58d08672386537885
MD5 d180ccaa10b68033dd9dc69cf40e4a07
BLAKE2b-256 103461a75f930de028d7b6db993c6907bc69bbf89d48a01d42904f7ea1aa70c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ca9b492577d2d39c8371f90b658b81491debf041507c6b26c0617bda1782bfa
MD5 d33b91ec6e8544f1231edc80304011c0
BLAKE2b-256 d719a22af9819aceb52ca1c601a52b710f02598f6c52fad83fb516b966598e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 765b89652692f130713b3cebf3db1ad6a542fd9be14f3406bd282b869e4a54f0
MD5 c5b4c5df7b0bea7fe06c980b92d7a198
BLAKE2b-256 367b898e30cbafef926c0682131e6ab2fd5d53bc55dc59040a0811578a8a0973

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release_python.yml on apache/opendal

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

File details

Details for the file opendal-0.45.19-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for opendal-0.45.19-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 c5ad1c1179a1f1119da9e4c72233d6ea2e010ed252ed5f1b29ab5abf9f9acb05
MD5 04044ef2ce255f46c8595c8f36c8cb58
BLAKE2b-256 9e379982a426cb3885d8cbc8272c948c6cb0c6ceb64a5fa7c95342ad8ff3772e

See more details on using hashes here.

Provenance

The following attestation bundles were made for opendal-0.45.19-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release_python.yml on apache/opendal

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