Apache OpenDAL™ Python Binding
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.
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
- User guide: opendal.apache.org/docs/bindings/python — install, connect, common tasks, and going to production.
- API reference: opendal.apache.org/docs/python
- Services & configuration: opendal.apache.org/services
- Upgrade guide:
upgrade.md - Examples:
docs/examples
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:
colored3.1.1 (source, homepage), licensed under MPL-2.0.option-ext0.2.0 (source, homepage), licensed under MPL-2.0.persy1.8.1 (source, homepage), licensed under MPL-2.0.
The distribution includes the MPL-2.0 text in LICENSE-MPL-2.0.txt.
Musllinux wheels also bundle libgcc_s, the GCC runtime library,
licensed under GPL-3.0-or-later WITH GCC-exception-3.1. The complete license and
exception texts are included in LICENSE-libgcc.txt.
Release files for opendal 0.47.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opendal-0.47.9.tar.gz | 2.1 MB | Details |
Built distributions (wheels)
Total release size: 504.7 MB
Release files / opendal-0.47.9.tar.gz
| Download URL | opendal-0.47.9.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
00c00dc689b521eb8ff48740ae2113bc8912609f392c1c9326accb4414b73fac
|
|
BLAKE2b-256 checksum How to use checksums |
b0d5f32024ee1d3df4b8dbf1e9b908a319195a1f369db26916a780da70f88f82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-win_amd64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 20.5 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
015de73c7b8b4b56a5428b84dddb4bbaa4ec0be33985d00952f53b34d919d8ec
|
|
BLAKE2b-256 checksum How to use checksums |
00fdf51cb1012ecefb8e1d44acc6e6d74300c29d2c331eb4aa2176724773d206
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-musllinux_1_1_x86_64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 19.4 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
3260fe6cadc84d73b47b4a068afba613be1efb9385ddafdc64120b46efa1a1b6
|
|
BLAKE2b-256 checksum How to use checksums |
3ae75fb1be20d26afbad7eb94569168ff00147bfe44a41395c4089b052bc8879
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-musllinux_1_1_armv7l.whl
| Download URL | opendal-0.47.9-cp314-cp314t-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 18.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
b24a150d4052d862339dfbc0cf884d37dedaed385ce41e0681f6e40c4ee2d92f
|
|
BLAKE2b-256 checksum How to use checksums |
7875ae6c47635c5e80806861dde464e16e210624c36ea9d55a95812197ecc475
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-musllinux_1_1_aarch64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 18.5 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
722d4942b20ea0e38ef6723f814b18e42ba4590e315dbbb92fa95df47186c9d4
|
|
BLAKE2b-256 checksum How to use checksums |
c38a4d97d4dcbbe1c4e58a829c09dcc41029a5eff0cb9571201bc368812811ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-manylinux_2_28_aarch64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 18.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
00c8e9795049d90aca4703aab775e7795b25ca8ea10ef76e1fce1ded0e7e1c55
|
|
BLAKE2b-256 checksum How to use checksums |
23ca83119caa49f535942035a54cbd3abd83ce540292597b20fb8e525ee8242a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 19.2 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
9669e7f77083eba0722faeae1de000d3c6a6571259bd3af9c135c86220c78cef
|
|
BLAKE2b-256 checksum How to use checksums |
e8c5a859b51a33e21ac4023007c3bcb89e7842a02a4cf2a88e8df625c800c20e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | opendal-0.47.9-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 17.8 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
87346845e2af803c1d766cbff6cd17b6ad3ec37434bc2497e7f9b2168cfdff41
|
|
BLAKE2b-256 checksum How to use checksums |
d8fcd913fdd2a21fa987b8b70c8e68e5aee397bb9c48cf0c81730424b28a7643
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 17.2 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
469c85b25ae53b6b7c3d573aeb22bbe2aa9ac65f06e5d411ffe48657cdb2f970
|
|
BLAKE2b-256 checksum How to use checksums |
9edb0228c5965422c2f14221b224268209e4c2b7925832896b52afd183eb29c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp314-cp314t-macosx_10_12_x86_64.whl
| Download URL | opendal-0.47.9-cp314-cp314t-macosx_10_12_x86_64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
acd7dd98c6eb2e2fcb09d0abc3226fb0988b442fde20c6f16578a18acf41487a
|
|
BLAKE2b-256 checksum How to use checksums |
fd47a17465617ca6c31fc872f628f9b4b78cf06620fc924fe9800efb1fe6b6bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-win_amd64.whl
| Download URL | opendal-0.47.9-cp311-abi3-win_amd64.whl |
|---|---|
| Size | 20.5 MB |
| Tags | CPython 3.11 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
1916e6ba4587c222ceef17090174167bef7bd95325d0e7704ddac82bb199eafa
|
|
BLAKE2b-256 checksum How to use checksums |
c75c21a676de248805f7874dd91ec3d3936ab122deb5a20e07a5cf581ebdabac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-musllinux_1_1_x86_64.whl
| Download URL | opendal-0.47.9-cp311-abi3-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 19.4 MB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
bc3635b6b419a48d785bc24cad897c4f6d331bd10149ea2a49741ce1bb3cfeca
|
|
BLAKE2b-256 checksum How to use checksums |
70fdff85272b23ff8762ba86a9cc3346a6710376456707271be3ee0236645af9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-musllinux_1_1_armv7l.whl
| Download URL | opendal-0.47.9-cp311-abi3-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 18.2 MB |
| Tags | CPython 3.11 Linux musl 1.1+ ARMv7l abi3 |
|
SHA-256 checksum How to use checksums |
ed0ddb1b964ae0b8b9243d8a4d8219522fbc605962da51867e4fd55f97f9be5a
|
|
BLAKE2b-256 checksum How to use checksums |
f5ace76a2d0f13de3094942a24df7a17dee3d9ac7a53ffa42a8d8aba6d5291bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-musllinux_1_1_aarch64.whl
| Download URL | opendal-0.47.9-cp311-abi3-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 18.5 MB |
| Tags | CPython 3.11 Linux musl 1.1+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
8a95f903ecd4fa02584aa33c37bad276bdf630b2bacd7640837601e80e40f500
|
|
BLAKE2b-256 checksum How to use checksums |
b1295a8e72e9b4ca1dec6864a3522ede851fbd5f1ca7cb0b80b2a5d77a7bac93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-manylinux_2_28_aarch64.whl
| Download URL | opendal-0.47.9-cp311-abi3-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 18.1 MB |
| Tags | CPython 3.11 Linux glibc 2.28+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
8226304ac5a6d57ef33f6229a74d670c419df2de7295b62d268b3e3b546cf9c6
|
|
BLAKE2b-256 checksum How to use checksums |
861e189a7beb78ceac15cbede66335681c29ffbedcfe1f2cdabbfcd935c8effe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | opendal-0.47.9-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 19.2 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
de2397454ea2dd3b7a96ff5219018b887dabb3da40233b2706421e1de52023cb
|
|
BLAKE2b-256 checksum How to use checksums |
8d2c851f31ec17df04ae4809954f1760c71e777bc762db83789eda43029afe51
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | opendal-0.47.9-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 17.9 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARMv7l abi3 |
|
SHA-256 checksum How to use checksums |
dbecac6c3909945066267c3754021569f4bec647a38de0fce1a031fa1e2395ce
|
|
BLAKE2b-256 checksum How to use checksums |
adddc6b960c86788ccc8fdf0a75d4302dfbac13ccb3ba43b8fe54e2ee66fc771
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-macosx_11_0_arm64.whl
| Download URL | opendal-0.47.9-cp311-abi3-macosx_11_0_arm64.whl |
|---|---|
| Size | 17.2 MB |
| Tags | CPython 3.11 abi3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8fbb8f4acd4b52853e916459f0879b4def74c4c3476460f5251124898ead8d7b
|
|
BLAKE2b-256 checksum How to use checksums |
f4450e84ba388f530cb8b3942782af1de197d7200983e022be8bd4cecca8e4d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp311-abi3-macosx_10_12_x86_64.whl
| Download URL | opendal-0.47.9-cp311-abi3-macosx_10_12_x86_64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.11 abi3 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
cfbb1f406ce4e938d10cdeb2db539642f35fb4f5aa60dba2ffc6e2768c116f56
|
|
BLAKE2b-256 checksum How to use checksums |
e9771200769f1129fd1673517717b470641aa0f83a3e369170e7e21472dd10a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-win_amd64.whl
| Download URL | opendal-0.47.9-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 20.5 MB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
88ce4382d9f85dce6b7d357f544d9d5051ad81661f7319d538c9ce51227a964b
|
|
BLAKE2b-256 checksum How to use checksums |
6ccdbbaf12b5e1bd7772a8ba4d0721fa214354c0088becfc86fb5d4947165819
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-musllinux_1_1_x86_64.whl
| Download URL | opendal-0.47.9-cp310-cp310-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 19.4 MB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
e3604b1d6232843202494068081ba982ce5d9c7ba9da804f8e7d38c05adec4d9
|
|
BLAKE2b-256 checksum How to use checksums |
b7b101aa42bc56c06909c13313225e6b8e9391b47720b34d2798b6b4aba69fbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-musllinux_1_1_armv7l.whl
| Download URL | opendal-0.47.9-cp310-cp310-musllinux_1_1_armv7l.whl |
|---|---|
| Size | 18.2 MB |
| Tags | CPython 3.10 Linux musl 1.1+ ARMv7l |
|
SHA-256 checksum How to use checksums |
6e7ff6e017cf32336919190e4bd924ee9813382dbc3f38a006755e5629f51fba
|
|
BLAKE2b-256 checksum How to use checksums |
8f94a5c2e9ea57c10a26ea17627b852727b8d97186151d6573713580054b3d48
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-musllinux_1_1_aarch64.whl
| Download URL | opendal-0.47.9-cp310-cp310-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 18.5 MB |
| Tags | CPython 3.10 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
4185ba783bdd88fcd36c0ee90ca53da6988f581cdd15e2177c0a458b1ff811df
|
|
BLAKE2b-256 checksum How to use checksums |
d76db767f1ef43ae33a8a5aee9495fe56559ea397a6ba1b9a25729ba2646d5ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-manylinux_2_28_aarch64.whl
| Download URL | opendal-0.47.9-cp310-cp310-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 18.1 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
40b6e99ad5c50d2084eccf805afdca491ab19972546e852bbf9b644aa1f7159c
|
|
BLAKE2b-256 checksum How to use checksums |
a51ceb47d05a4330ecceec8906ab452d74a6ba4e5dad380016a94cda03cdedf4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | opendal-0.47.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 19.2 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
1b01edc4929b3c53af1d15993868839a78393f454e08a79d091107d523a36104
|
|
BLAKE2b-256 checksum How to use checksums |
4bf099ec61d9d8f2d6d9743adc95c0265604c1ab01a05ce59e19e6b476604081
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | opendal-0.47.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 17.9 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
f79d39af3c8d098a2439ecf0f5718c36bf2091864130c5db818f5aac200c995a
|
|
BLAKE2b-256 checksum How to use checksums |
12967b1b118ffa6dd01250b6f27f22657797ceaaff2711d6ce148df7a055a7e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | opendal-0.47.9-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 17.2 MB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
987f573dd3a03e603d929e633b20d5afb283276899319508ddb6dc554e0f4078
|
|
BLAKE2b-256 checksum How to use checksums |
1b92c0af50c6b728197c14500c6184239fdd122a7971f8c5eddde02712204f3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|
Release files / opendal-0.47.9-cp310-cp310-macosx_10_12_x86_64.whl
| Download URL | opendal-0.47.9-cp310-cp310-macosx_10_12_x86_64.whl |
|---|---|
| Size | 18.7 MB |
| Tags | CPython 3.10 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
4c374f54d7ed21b12ebe258e9e58b09e18552207e8ea5eeb8652af722253f76e
|
|
BLAKE2b-256 checksum How to use checksums |
5f6422639980714ca95ea6f36729c0d1856b61fe241c801c81fedd95a3dc68a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.14 {"installer":{"name":"uv","version":"0.12.14","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}
|