Skip to main content

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

Install from PyPI:

pip install opendal

Or install from conda-forge:

conda install conda-forge::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.

Third-party software

Compiled distributions include the following Mozilla Public License 2.0 components. Their source code is available from the linked project pages:

The distribution includes the MPL-2.0 text in LICENSE-MPL-2.0.txt.

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.8.tar.gz (2.0 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.8-cp314-cp314t-win_amd64.whl (20.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

opendal-0.47.8-cp314-cp314t-musllinux_1_1_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

opendal-0.47.8-cp314-cp314t-musllinux_1_1_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

opendal-0.47.8-cp314-cp314t-musllinux_1_1_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

opendal-0.47.8-cp314-cp314t-manylinux_2_28_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

opendal-0.47.8-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

opendal-0.47.8-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (17.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

opendal-0.47.8-cp314-cp314t-macosx_11_0_arm64.whl (17.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

opendal-0.47.8-cp314-cp314t-macosx_10_12_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

opendal-0.47.8-cp311-abi3-win_amd64.whl (20.4 MB view details)

Uploaded CPython 3.11+Windows x86-64

opendal-0.47.8-cp311-abi3-musllinux_1_1_x86_64.whl (19.3 MB view details)

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

opendal-0.47.8-cp311-abi3-musllinux_1_1_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARMv7l

opendal-0.47.8-cp311-abi3-musllinux_1_1_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARM64

opendal-0.47.8-cp311-abi3-manylinux_2_28_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

opendal-0.47.8-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.1 MB view details)

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

opendal-0.47.8-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (17.8 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

opendal-0.47.8-cp311-abi3-macosx_11_0_arm64.whl (17.1 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

opendal-0.47.8-cp311-abi3-macosx_10_12_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

opendal-0.47.8-cp310-cp310-win_amd64.whl (20.4 MB view details)

Uploaded CPython 3.10Windows x86-64

opendal-0.47.8-cp310-cp310-musllinux_1_1_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

opendal-0.47.8-cp310-cp310-musllinux_1_1_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

opendal-0.47.8-cp310-cp310-musllinux_1_1_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

opendal-0.47.8-cp310-cp310-manylinux_2_28_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

opendal-0.47.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opendal-0.47.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (17.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

opendal-0.47.8-cp310-cp310-macosx_11_0_arm64.whl (17.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

opendal-0.47.8-cp310-cp310-macosx_10_12_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: opendal-0.47.8.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8.tar.gz
Algorithm Hash digest
SHA256 c0741028a0628060199c3fb6f7f06c27230ed53122e35814b8a4543b5aa8b86b
MD5 48837ebafb6b34bf9103a6d698e6d24a
BLAKE2b-256 a35ba632c47ca92e497992a7e33e07d501f40684645124bbf78400a21b313a23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 20.4 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 45417df83b21518d5d62f410d65383c3e6faf16bceef438d9e567da2dad8e63a
MD5 c76c9e1f60f185d853128294319a0a23
BLAKE2b-256 8caae3fd35780cd418e93fab3e988ba6ff4447850f853c82ce11d6081f416afb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eba8c557d8d56d5003f2e8d984a4047fcd2e25de6b484549456107875ea17716
MD5 b30f4569df6bf40fdf7aba1246ebe801
BLAKE2b-256 c95dcc3b0fc286ea538a907dfc17d771742dccf8a437f1b079e1711b4d9e68bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 18.1 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 add840dbb8f1e94b0486166617c8d5a04939f818399f49e8359678e8001e0633
MD5 be927483425ff53e4bd52cb15d176b70
BLAKE2b-256 afb70d7d725075882aca01727ff9cc4ecb50e1a19b42897014f334f8fcf36db6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 18.4 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e2b1f0a21929373477281ea29223f2454ce8d3330bc3958274dba352595a3546
MD5 d2aaad8b92d173f24c93b99529f219d8
BLAKE2b-256 3e8000ae364dfe3b891299cda56db4abf83c09d0555933df707342f622d7b1bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48e6be7e2234d5bed3ae870d4480bbc5300a55ff85fe8c8a9cd12b7119f3cd8c
MD5 ea755c8dc611eb70ea787e540015c8d3
BLAKE2b-256 2f7fd56fc0e8058f9fc3d3665e0c638711ef4f299ca29ddf0adce7316e55e828

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 19.1 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 886a25af30b78975d10c3850361a323454f6982954bac45e200213bd843993d3
MD5 27399831c97d7184e2ef777f0ca729f4
BLAKE2b-256 b203ede51ed2703bed9da55006e8e1603006bf50c2ac00440852f0e5ead84b07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5a28104bc94c7059fd64507d8af8f425fc55302637328829a71d9cb6bbf7ccd
MD5 38fdfdac16d5ee069c1fe35078459522
BLAKE2b-256 d5bc0409067237b4b09304fd112ad58c519d5b8e99b6a6ed9cfb813498570fef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04a672c8f90c542f94205bd9b3fc301a9a5de75aa2a0c03cfb02b65dac3d93dd
MD5 7c22090877032518c205effc440acc1f
BLAKE2b-256 131eac04e5b0790585b67556f0668c3ad28ee31345220cd41fa2fb32e6fd834d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 345cb56dc08b746587b68567ea1fc72e2a041008ba8057cb1f40a872d5170265
MD5 65359ea4553ea5f111d89f8ca5697578
BLAKE2b-256 a9b625e498e0a5de541ee7ac7decfcb38bb318df980789b4bffa27921bb32b07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 20.4 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b8db2282be5881a8f27f6c0dc0c8f06a2fcba6b33ad1fa225108f3071ae83c32
MD5 1b952305fad93e95a60a68914a4adb49
BLAKE2b-256 858236750013282ed0bc7f33f84fcfdb9c9d3e990a2a155f216a83666a6ecd71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 614cf5ffa0b55cbc56303257e346b955d2d1db7dd8fa94772e8b261af1e14f00
MD5 74edfde0bbfc6cea59d90be04b30e51b
BLAKE2b-256 94881e6f05c2250d1a1a9b30e1fb235971b406a38671143a496683e9f030cf0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 18.1 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a4d51ca9a272cedc2b32e8b588e51c9fb4ed183d8e455242571a167867ac697c
MD5 f0aa5c82dc6ffbd1ed5b1435b8724c5c
BLAKE2b-256 93a42d3049cccf2455b8c664651d4bd11d0c545ac5422e8d168193afbe5fdd34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 18.4 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6e3fb62eec9eff8d92375369e397f6132545cf9984dde81c202896a6647c0905
MD5 a2d5b3dc99aec873552f1005f2cca092
BLAKE2b-256 71c2c37774fb576879e184657f1c5fb7f957dbc5e00b2064e51bd7fc425f137b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c81006abd28287a6bd0e260ccbcb96b6ed20af3ec17f57b051806d892af08d76
MD5 9a492ced1c0dcd00b2bcdca4e2f289b2
BLAKE2b-256 88aabbcffbbbad3e8201377cd274fb302bef0624e04d6895f5341296acebf85b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 19.1 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b9385013c14ec123c72d28bdf933f8852efa9be8dc9bbb1d170be4b13bc49ee
MD5 b7fc3243f49248e1f7cb0aba4dd67c56
BLAKE2b-256 9129e1fed85de0d84c86c211a9be29ec332df8623ba53051529003c5d97fb1a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5344eed4ed25b978d0d9b95389e222288a23f05917cb27e43197360ce0a2069a
MD5 dbb4cf67da5ec5c6fb67fa0f3a11cc37
BLAKE2b-256 b5a47a13aba4c43a99f85b0f40660a0fec927392baff2672ae6b6a5c06e479f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.11+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 965711159ee79c80cd3a02165c3ab9be10e57191dee66a5d2833a6794b3d88bf
MD5 f7f928acbe919b5e2477705ef4e46ee2
BLAKE2b-256 bda5ff6373a5f44d36480b3271de0de847b05b19d4c85849e1f7c061efde45a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp311-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.11+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b1a8ffa9a8894a45b7519452dea2185bf0692de540c692ae2ec4172b9a72f7f2
MD5 0c893d3aaece37c9845ab39ae80a02f4
BLAKE2b-256 ad9360d54ba5a03ddd084f2d16e8ab28a24e84bd354e794cc630bf492afced41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 20.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 10841689e16166dd92f8486c7ddd0de9ee96d9f964e0ed7aec546abdcde9e114
MD5 9c69413d5fc3c44e931875f33ee72b04
BLAKE2b-256 b9db03f3ec37ebc134c383bf5b42d5ce2b830a588650ed9c1858044ac5b326b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 19.3 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6c460396d970fa9dc01466f5a87371cd7b9d6f58b31091edb245a7605ef41e2
MD5 0ed852a28dd26ffc5803c3a252898c6a
BLAKE2b-256 3ae8ac62f673a1441b646d1e0387c952a35d5347c6a5f98e6a8ff357db982d11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 18.1 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7ceb79584b4f83518cbe843f5532af8a63164b3dc544aa9097a6c355e2ea8098
MD5 6fb4a4eda5807a7b368ee28868133b52
BLAKE2b-256 8272702e87c10263a18c1dc8ff1addeec32b7db4d5924307bc51561864001bdc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 18.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d9081b33d70eaa1b6b8ee801df9a87e3668b6cede5653106a01c6860c8102642
MD5 f3f60bc69caf4a9e83e5ff8fef25451a
BLAKE2b-256 62fd398c4901e6aae45a8880ec5fd7664986c1c66dbe2a642045ccb6ff205b19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 18.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 177d8e05737aac7505898e9a9888bf5c1f10a42f1b315fd8102e0acdea1de25c
MD5 a037ac9d6de115114f0c1c4785ea237a
BLAKE2b-256 6e3151d55404084b11ebb131ba8b253a4af61150a4483c6e16b264cc3d107066

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 19.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fe4fb9029a06cada87f954a066eff185f2915b33f422354b5f06c69f8ed0d44
MD5 718c50ecbc818892799f6336810415de
BLAKE2b-256 5a1e99e73b6327da6b0cd7c2d715d9a18f6c587e34ab7a4d55d0f4cbb7c8b22c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a02948fbb2309fa46ca21040c709c78e163ffb1593d6dc91426a02c75671b44f
MD5 ab3e746eb47ce9184238cf43438ac6fe
BLAKE2b-256 43781d1df106138d7b38fd20f86734d55785a3ed7d153573cd891551db31d9ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a921294ae688d5046bec77215bf6c0179ae0444114bde7cf93d69b1a7f95fd13
MD5 53b995a9fd68671ff83440db002f9174
BLAKE2b-256 16c11d0b41a36f095b930689fb905d9f1dd727fda5df83c83ee0507c630c15bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.8-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5f70b0369d46ca789d7fd4aa8cd5cbf38b8457f764c163a7691c4ae6294e6e88
MD5 1494ea105be178c0df37b2a76c6fed8d
BLAKE2b-256 f870e96e5055812c7ae7e22124b4d9e7b87fa71ebba263712a0c0efdd0048829

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.47.8 This release

28 files

0.47.7

28 files

0.47.6

28 files

0.47.5

28 files

0.47.3

28 files

0.47.2

37 files

0.47.1

37 files

0.46.0

25 files

0.45.20

25 files

0.45.19

25 files

0.45.18

16 files

0.45.17

16 files

0.45.16

15 files

0.45.15

15 files

0.45.14

15 files

0.45.13

11 files

0.45.12

6 files

0.45.11

6 files

0.45.10

6 files

0.45.9

6 files

0.45.8

6 files

0.45.7

6 files

0.45.6

6 files

0.45.5

6 files

0.45.4

6 files

0.45.3

6 files

0.45.2

37 files

0.45.1

43 files

0.44.2

45 files

0.43.0

23 files

0.42.0

44 files

0.41.0

4 files

0.40.0

4 files

0.39.0

4 files

0.38.1

4 files

0.38.0

4 files

0.37.0

4 files

0.36.1

4 files

0.35.0

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page