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

Note: This binding has its own independent version number, which may differ from the Rust core version. When checking for updates or compatibility, always refer to this binding's version rather than the core 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.3.tar.gz (1.4 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.3-cp314-cp314t-win_amd64.whl (19.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

opendal-0.47.3-cp314-cp314t-musllinux_1_1_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

opendal-0.47.3-cp314-cp314t-musllinux_1_1_armv7l.whl (17.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARMv7l

opendal-0.47.3-cp314-cp314t-musllinux_1_1_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

opendal-0.47.3-cp314-cp314t-manylinux_2_28_aarch64.whl (17.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

opendal-0.47.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

opendal-0.47.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (17.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

opendal-0.47.3-cp314-cp314t-macosx_11_0_arm64.whl (16.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

opendal-0.47.3-cp314-cp314t-macosx_10_12_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

opendal-0.47.3-cp311-abi3-win_amd64.whl (19.7 MB view details)

Uploaded CPython 3.11+Windows x86-64

opendal-0.47.3-cp311-abi3-musllinux_1_1_x86_64.whl (18.5 MB view details)

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

opendal-0.47.3-cp311-abi3-musllinux_1_1_armv7l.whl (17.5 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARMv7l

opendal-0.47.3-cp311-abi3-musllinux_1_1_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.1+ ARM64

opendal-0.47.3-cp311-abi3-manylinux_2_28_aarch64.whl (17.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.28+ ARM64

opendal-0.47.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

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

opendal-0.47.3-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (17.2 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

opendal-0.47.3-cp311-abi3-macosx_11_0_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

opendal-0.47.3-cp311-abi3-macosx_10_12_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

opendal-0.47.3-cp310-cp310-win_amd64.whl (19.7 MB view details)

Uploaded CPython 3.10Windows x86-64

opendal-0.47.3-cp310-cp310-musllinux_1_1_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

opendal-0.47.3-cp310-cp310-musllinux_1_1_armv7l.whl (17.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

opendal-0.47.3-cp310-cp310-musllinux_1_1_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

opendal-0.47.3-cp310-cp310-manylinux_2_28_aarch64.whl (17.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

opendal-0.47.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opendal-0.47.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (17.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

opendal-0.47.3-cp310-cp310-macosx_11_0_arm64.whl (16.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

opendal-0.47.3-cp310-cp310-macosx_10_12_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: opendal-0.47.3.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3.tar.gz
Algorithm Hash digest
SHA256 f91873645c6ce391755a0352fe9e469699419e61d60c89d3c8f5c3b262451430
MD5 23cbfd9029a7919a2c68110e23ecacfb
BLAKE2b-256 8e56048e7013047c2b80c4415c6f41c3099c676da34ac914e463204f18091645

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 19.6 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 14b53bb4d188da150be15cd6702d6ef866885d452474e9d4b96c39cf3c8bc055
MD5 1df15457090beb324aa03a52fe093128
BLAKE2b-256 f2440e57e3804af4a5ae45e78a06794d072d1635b09445bcb98a797afdd322bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.5 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 376c85766b973fe423dfa0fc03245557b27ffcb88f087d62f70c96585938fb5c
MD5 3974ae19baa90a5e44337ac9a84d0a98
BLAKE2b-256 1c2372d566b06778c1af4aa59ea43c6c4f28011f77d4f55a0cefd87b62c319e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9841083c98e8896dd208dc40cc4a7905eb0b0a8af8422b2a94dd3d45b0a31383
MD5 56db48eef65c66d220636b2140282a13
BLAKE2b-256 fcda37ca6f8d8500dbf72e01974eba68981639aaa3dec077d0cdcfbfa8519930

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.14t, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 375b585a9eafc119d50c1dbb3034dc0e35db6dbb87fbacbb6505067433f21782
MD5 1860154545d296a33c5f438915eb6106
BLAKE2b-256 20f42e45e9647f307cb7e3e0e81c2140f0dadf1f96672ff7d58caee377e5f837

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b719146ebefa6f3c52e329c1c9beec54b8f26aa04c4789197d4aa9e12d9aab33
MD5 eb8ba7a7b3b7cdaff3271e8fb0a57d57
BLAKE2b-256 73e68b8a683835708e37cd85739487f90f3fdd84f03cbecbc5262f9942eab6f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a61bc5b3e6c0d8702f3e7605b68d41a20c89a8e59e6f461882fa7b2142ba49a2
MD5 2c9228cd6b80919661c9e714b32d787f
BLAKE2b-256 8e0c5c5185b5c5e63fefa99138e69304e51a7eb35cbb6396e022d94b1d71c598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd43422502d77ad153b041b6bfa7c6831c95e16f0d783e69e80afcf237250ef8
MD5 f69771c57675d4b871d9e40578a9e7b3
BLAKE2b-256 3d4703bb7a6141841e373bd310f6b7e03057675437f9b9a9056c0147d0698c8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c04dc93789c4140df94341598553dce23f43b20f2f709282998b927bccd8a2a
MD5 ac2a0fba2290fe54a14af0775709c469
BLAKE2b-256 02557a836c0a114ace48c69168f7257663baaf825df9d47d3d6a1179934a1a6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 051a02d56a823e1993d7686cec8bab2174dd3ffd82d8531b6fd0daa6adec807a
MD5 02267a89bd84f75e695793b21707a72f
BLAKE2b-256 10406b89a058d58193c6146a4a3a3646dadb2608afe80b6c8c79814cd11033f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 19.7 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 cca2d8d9a40e6151529ba8eab3b15acbb15497f41514139b53dfe227cb514bd2
MD5 08c8cc6d25f255ee923d6c6106c2cbed
BLAKE2b-256 ea38ef8fbfd6d21158d5ac2ea4c694f04790cd122c29da54933b712d5cdacdd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.5 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 47a529f229976495e5229f6b916fcffc4c4f950c04380406f531d5b4735507b7
MD5 2c6b809ce770bdaeb3fd172197f1a5b0
BLAKE2b-256 d0b5b067b0055d1fb331a7c9b28bce142d3d3a83dd0f56480d9f735091784bc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 df9e9d7d510165ea62447b3e7488b1dff06323dc8d2617f80bd7d984ad798405
MD5 eab12ca98ca794c5bb7aa50dae3688db
BLAKE2b-256 bc9b1f5bd9f67a11ad0d86def760cea189386f1fd061d10a61936cfe8010dc94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dcbbd4825b2d90a747b8f3ccd8f5208328930cb7cb9cb7ef13dd6b58a81f5093
MD5 c61a3900d5f2241fef98a7f404787385
BLAKE2b-256 95a7cc170bd00a187460399cfb219d3d52fbdf345ad0416bcd87aa69c880169e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b864c02dc84be808d6e98011863b74fe2050db396c7dd061c940e3f3f6e294b
MD5 46b877c87cabdbf1a959882d25c36f5d
BLAKE2b-256 3c8b9b6ccf5d4f486f5672d200b0daef8666bf1ee1e43bf321ecedda43789b2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e4e5a87a903f2b30ee0fb2626cddb08450fc2669a6df5f6a56225425476377a
MD5 33ab67ef9a6f393e779d92936ec3b8ec
BLAKE2b-256 c4fb9f69d6543d84db3369985d28d0918ec8357bf2b65eb90e21b2266910b629

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1960a653ba38e6d7ca91109a815c5549b53ffa6f69237a0190abb5a511475114
MD5 a7879f89460b632f38a2d2714bfc8aa1
BLAKE2b-256 de98230bff458603fca13f8f5277e9e96c4a56603093c0bb97153bbd0dc914ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.11+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 356cf2f677d94f241bcca84a2e6e4d165458ef694bd31591eb39c9cd534e8e87
MD5 d4e79d10b1a10117f4445cfeaf97ebc2
BLAKE2b-256 21b139c09024f179344c603a784c8d16ee80ac7345d4eccc42bda052be4b364c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp311-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.11+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8187ad7124e909dc7b89f7227506bedddfeef389d376a16667bffeb8d80ebaa3
MD5 5ab7d6708dde9c06c3a147379ae88743
BLAKE2b-256 46582bd9961bbbc18b106e5e64cc6cb7093abd21465b10e0bd6fca515bfec52f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 19.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 94b01cec159ede730a44f9f2fdc96fc7ecfcb6ca0ff8fb991c0f93b2698539b7
MD5 40f352a7c9671900f1e5e89841a82d01
BLAKE2b-256 7f5bf41361fe270d2e1b5d6a430c6e20721ac9c08fa87b914e1730f9096b93af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 80e6526878887a4be54a7c5b02ec91d2b0f3455817fc39cb2849cd74aa2683a4
MD5 7790ba69f45bc5b82fdc975e8b0e7cbf
BLAKE2b-256 8a29eb9c2e008c5dbab414938cf6f98515fdc07d8729c75d1a977c1e44ecf533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 38c8aed97a77fcddbda6e4db2d26c599aaf3a5017724f28cc8d8f692bf6db142
MD5 dc083df7df2e60c900601252c2b5f0a2
BLAKE2b-256 4282e02d40ee022dd19e9970c37798aadafa738a4c69f38433b2dd524660842a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a50fee84d64f69161d5576ad1d28a66ce3a39cb0525eaf0a85359ef8c5df6b0f
MD5 ac5a264b9b8b41aca8aa09c42f95e0b0
BLAKE2b-256 fb71ae062c574f1d133526427e4c91d4c7911ab6f1a3e97bcd41aa78e81e5864

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ea8770fb2d46b542703fd24c6be804c3c8d568f364b9720c83b81e1439d476c
MD5 48d3f214916eef7798f2350b9d86f3c5
BLAKE2b-256 4a6309f8e8b20ee111622f92a6fffc4a25afda90e327f76250ed422e1352ef04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 506128cd43a53be339df6b9e6fb18d6c517d893d4348258a4c36cf46f4be0805
MD5 5f7c819fc31b350183441d0083589e6c
BLAKE2b-256 7cb093cf31e028a99deaa715986c2684e91c4c6a5f0caf46c641079aa0968c1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4f096be3b510718dc679cc1bf633a54ca84a2937706b83d106ae0e2a0ac93f5c
MD5 64b471b55fc9b85a61143b8ef2af47be
BLAKE2b-256 cf77830e0d453bde5b5bc82c6478db2afedb51b559bca740876486f170251ee3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b9a878bf32d28465c36c3be977c6904ff9d8d4db2ec00034460f8cfb9cda8fb
MD5 1fb15a0f2c914bbc3cdc198b68e7557c
BLAKE2b-256 e87790eae1676d650ece00b4df8be02e21e05636d1b3356ee6c902a885c83de2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opendal-0.47.3-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 223c021e291aadcfbeff2457d11d0ee84c7ce74d183aba0bcaed5d56cc4b25f2
MD5 84a13a65a55d169b3c516531de62492c
BLAKE2b-256 9ec7969116d5d5377ea3129cce3856b7da4aee8f5534d55ba552083c8d13c9f1

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