Skip to main content

Apache OpenDAL™ Python Binding

Project description

Apache OpenDAL™ Python Binding

Status PyPI Website

This package provides a native Python binding for Apache OpenDAL™, a data access layer that allows you to access various storage services in a unified way.

OpenDAL Python Usage Demo

We release the OpenDAL Python binding independently of the opendal crate (Rust core). For updates and compatibility, use the Python binding version instead of the opendal crate version.

Useful Links

Installation

pip install opendal

Quickstart

import opendal

# Configure a service, then build an operator from it.
op = opendal.Operator("fs", root="/tmp")

# The same verbs work on every service.
op.write("test.txt", b"Hello World")
print(op.read("test.txt"))
print(op.stat("test.txt").content_length)

To use a real backend, change the scheme and pass its configuration — the operations stay identical:

op = opendal.Operator("s3", bucket="your_bucket", region="your_region")

OpenDAL also has a first-class async API via opendal.AsyncOperator. See Getting started and Connecting to your storage for the full guide.

Contributing

This project uses just as a command runner. For a complete guide on building, testing, and contributing, see CONTRIBUTING.md.

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.47.5.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

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

opendal-0.47.5-cp314-cp314t-win_amd64.whl (19.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

opendal-0.47.5-cp314-cp314t-musllinux_1_1_x86_64.whl (18.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

opendal-0.47.5-cp314-cp314t-musllinux_1_1_armv7l.whl (17.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

opendal-0.47.5-cp314-cp314t-musllinux_1_1_aarch64.whl (17.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

opendal-0.47.5-cp314-cp314t-manylinux_2_28_aarch64.whl (17.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

opendal-0.47.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

opendal-0.47.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

opendal-0.47.5-cp314-cp314t-macosx_11_0_arm64.whl (16.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

opendal-0.47.5-cp314-cp314t-macosx_10_12_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

opendal-0.47.5-cp311-abi3-win_amd64.whl (19.3 MB view details)

Uploaded CPython 3.11+Windows x86-64

opendal-0.47.5-cp311-abi3-musllinux_1_1_x86_64.whl (18.3 MB view details)

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

opendal-0.47.5-cp311-abi3-musllinux_1_1_armv7l.whl (17.1 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARMv7l

opendal-0.47.5-cp311-abi3-musllinux_1_1_aarch64.whl (17.4 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARM64

opendal-0.47.5-cp311-abi3-manylinux_2_28_aarch64.whl (17.1 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

opendal-0.47.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB view details)

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

opendal-0.47.5-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.8 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

opendal-0.47.5-cp311-abi3-macosx_11_0_arm64.whl (16.2 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

opendal-0.47.5-cp311-abi3-macosx_10_12_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

opendal-0.47.5-cp310-cp310-win_amd64.whl (19.3 MB view details)

Uploaded CPython 3.10Windows x86-64

opendal-0.47.5-cp310-cp310-musllinux_1_1_x86_64.whl (18.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

opendal-0.47.5-cp310-cp310-musllinux_1_1_armv7l.whl (17.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

opendal-0.47.5-cp310-cp310-musllinux_1_1_aarch64.whl (17.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

opendal-0.47.5-cp310-cp310-manylinux_2_28_aarch64.whl (17.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

opendal-0.47.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opendal-0.47.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

opendal-0.47.5-cp310-cp310-macosx_11_0_arm64.whl (16.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

opendal-0.47.5-cp310-cp310-macosx_10_12_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: opendal-0.47.5.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5.tar.gz
Algorithm Hash digest
SHA256 86440d9d5960a0e38fb9f294dccfb73113dafa16964752237ce2672475a1c3c0
MD5 fa53fff13f44cbf106eae2f1ebde8604
BLAKE2b-256 f8ad0094d52a43bad70f5880c6c2a65f8254c712eb7e0c0b9d717e5396a27952

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 176b75f3746802b83a685c5d800f815703842c6c460305ce5a3c05b91c6cc203
MD5 778d7089c1f49f3dc5b3b4ffa9d90bb3
BLAKE2b-256 d363334ee1f2dc1f575b6808f3dfb3ec094cc060f29e636c246607ff821782bf

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c735df950f05daf8d87ab9a29d065daa26f632b860083dc81b19b36c5fcc52f1
MD5 40918c8e3e122649f20fa05366bb4df7
BLAKE2b-256 9a197ebfb6120c1154856b72b644a5c478178388f504e06617492c8ad5c0f394

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-musllinux_1_1_armv7l.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9a8a5a5690c77f779e0fad6e90e225f933e994e37aeceb7e0b85cd96cfd28451
MD5 39055a5fae69fd34d9e359f40ea61187
BLAKE2b-256 94f71a62b29672a97aee947667efe4c941e4510234d39ee00a6f368f7b2517d6

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c79391ea3f170c8440cd8ccac93a49a42efb43494b8aa293b684d730ba220341
MD5 77d6914f9e9d4ec88fd2d9eb10e22993
BLAKE2b-256 01bcf0c02d1cea26b3e2fb125c225d77f4de65be95573a9b4950bf8a09e5b927

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 689b97b8cf3a78a7fade8ba1a508898ff5032a21239070b6ba6dfb94dcce1950
MD5 6fe83dc4ce44b18ae5806d983b5fd1a5
BLAKE2b-256 b10ad89656b885d2ac714e0b6cc0845404eb5e160c8c41f3ecb48a167097b189

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61299beae32e84134b3310fd744cfcfe08447bd1f10bc7f8f052062389037a6a
MD5 882592c4520846586869b80f9a2f9535
BLAKE2b-256 73955d099ce6379d56f53e74137a59fa096b80f896247bf0c05b30c593fae248

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b8c18af37e228e832f1a244a904415f15e4a7fdd4e864b5f79bece9a3868853
MD5 05e86bce74d9e0a1d32f1d84923d18be
BLAKE2b-256 857b8e50ec8131843314b27fd77d5112aae8314b6bea2d704663a0a925bad750

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.2 MB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ac7fbe6085b6a30f58aa06e5850b80a7a48fd1457b2d77f9b0122bd7c214795
MD5 75476e561eb8092e79d8ce9359f606d1
BLAKE2b-256 be5d65c4a5dbce1ad424538406da71825041d0fe83cfed393589ba2e3aa10190

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ffcd9ea46e1c41225af34d2d5205218bf8fa84cbb0a17624aa589b402628c03
MD5 c0627796cd4e94b394a88c96849c3c29
BLAKE2b-256 cb14f44d2294b0b62f35087f87d135735cfb6297f12d351c97baa08cfacafd9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 cf08a4691a5c2fd92543c126c0deb3771dc11cd6bf428ff22b55e41bf0c5d97b
MD5 21018796a78ea149f05eb717ed1704c3
BLAKE2b-256 d4f02cb0e050c4598bbeb0ed3757e57ca5b0f576b0d64ff24d133cab23956376

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 11bdbc3fe4a1fb24c135da99a1da517ff53add1ddb697cf3ca6e64e58f5c0624
MD5 d5de8087c50090e9658ae8b326e242b4
BLAKE2b-256 3b2e1627c97b26567cb9b887ddfb253f917aabf3351d70dcaacc0851cfd4f989

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d9498566d2ff7991722ee86de6f7c4495479aeecb9c40bfa7730c9a5fa036ee0
MD5 270da628ba9e7a063408b928cb71ef1c
BLAKE2b-256 cac3f3dca678fea950df127c25f8cad1604a133348cec5dc2f96bf7b98ed4126

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b7f45a140f1990bd0ff2d02450628738e0f70cb413e848cc55d7e58952a8bac4
MD5 98f91964f688e488ceee6099367f8aa6
BLAKE2b-256 560a92769e4417abb770787bc1e4ebb6aa23cebfd56d03f7b810de8efecfb304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f465a67cd2c3e969f72a412df152c5cc7c9b79bfb366aeb88f1d66e2e637860
MD5 d5db309dead2eaaff435d82a8c1bf0ca
BLAKE2b-256 1712bcaf5f5a5b51f16f2910aa90485d9791efd11ece811efe9ebfb2bae7c257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6eb0d65c4688686ca53dd8b2e1d79734e84b1f5e053308ffa35e42c85a53679
MD5 d15ce99d88c40117382766de966903b1
BLAKE2b-256 87f16cac9eb9a2ba4205cf53f1e10e0de72c52a554c6e1063d54bc4e95264511

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 757321228ebed7040c90942e645cb3b019e280479dfcfd43b65d13705fb005ad
MD5 7cedb2dee3eeb1a88310705062df4c4e
BLAKE2b-256 291aec6e2dbc2de450613ad00b71e8c1e923887a101758443e66a6544843247b

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.2 MB
  • Tags: CPython 3.11+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fe25c763b87d7378e4bc35420320a4ad834fd5ffdba5e256d03636c160c2831
MD5 f9f5816b91d1210b58fbfc7fcb836e04
BLAKE2b-256 aeaa8bd818390a5c21b1b1e7d5265d91019dd1e38bac3f1f8a0c579c8c94751c

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp311-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.11+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1150ac4db33f47450ed30b89ab4a8620f6d03b67daea3cc17e11b3e0ac587e03
MD5 bf7550ce7b40080e9a894e2f4964b2e6
BLAKE2b-256 eea381fc8f1888b9894960bf9ecafb57bc1f8145141f9b035a9f20af388fcdbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1e851fb9e83b661fc474e7bfdcbaa2421f6759bc3e3e9c6230f7eb0d87d152cf
MD5 9050cda6ff75787832a903db0ef896c7
BLAKE2b-256 aa3c72f8c91978285ad7bd04555762d90ceebe7559ca3e6c70893b37a6ac7253

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 16380c4059e52634dfaa57cab2e9b78b029b6b33047bdce49df02a086823aef8
MD5 e4739f615493a7f0c4016a99dbde6124
BLAKE2b-256 57696c5dd05e3161c99f6cdb0dc0b25cbbfc5beb4181083d07ab4614447ab645

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a66bd52f231ec7c4da6501a82561fc56dcf527d7341fc9476bf9b37873983db3
MD5 fdab2fa6ac8f165f21d984571eadec75
BLAKE2b-256 4cfcdb286acd36f2f6cc7de6eb8be4a4de28c63dca544d6a1fb381c09e7ce482

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c77237b50d1f35dd6cd83b3b2a39b5ad14d7f24bb3ec72c2ed2dfeabc79ee49a
MD5 607bba9a53805054edf7b5b4be0049f2
BLAKE2b-256 6d89fe618d6cc8051e3692455390a6400bc27d61735ebe6458c57f6532758f72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ca7ea4fae52976d11b81ad10c716d1fa59d9472781e3fd294f0616290401d49
MD5 734436ccff64fabef95a7df2ae99f616
BLAKE2b-256 d1d97bea8a99c58338d6a5d148d90357c7c4d887d14d11ed2f91ba045fab85db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f29c8d91f1e2df38e079d0139d4ecf47f8850b10953dd5df3749e2b4452c2d6
MD5 5eb0dd0ef20cfda8cde3ae26e9e505f0
BLAKE2b-256 8985cbd5b813fd498c5d607aa19428c73f513fceaf8d6a771ee2c53309250bd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 89c894f85ce6be2085cf4218c89929def60d361ea31f59a4ed3010836898519f
MD5 2c09a57b60ea9d2fb3a302b0d8aa69b1
BLAKE2b-256 99a0d297c63831fcad824826636438c69230eb5e70c68d72a5c6c03d79726e89

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.2 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9b3a7d306bcccb9c3dcd2cc18e803207c1e9f5143713d7968a8db041e7dcbf1
MD5 be4c004257d37b8400b23bb127d90cb5
BLAKE2b-256 da1ed00779b34adcc354e8ab534be89c3f2e82583e6f44667de82ce3d5f493a2

See more details on using hashes here.

File details

Details for the file opendal-0.47.5-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: opendal-0.47.5-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for opendal-0.47.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 57d9ac046ab089ca4086386e530e1f29e7db02e214c85f04e7e79b806b2765da
MD5 ed3c95bab5735b0c2db11816661916ae
BLAKE2b-256 289aa77923518119c6e2b244bd159135a3c583cc20ca32f3422e8f14793335f3

See more details on using hashes here.

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