Skip to main content

The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2.

Project description

obstore

PyPI Conda Version PyPI - Downloads

The simplest, highest-throughput [^1] Python interface to S3, GCS, Azure Storage, & other S3-compliant APIs, powered by Rust.

  • Sync and async API with full type hinting.
  • Streaming downloads with configurable chunking.
  • Streaming uploads from files or async or sync iterators.
  • Streaming list, with no need to paginate.
  • Automatic multipart uploads for large file objects.
  • Automatic credential refresh before expiration.
  • File-like object API and fsspec integration.
  • Easy to install with no required Python dependencies.
  • Optionally return list results in Apache Arrow format, which is faster and more memory-efficient than materializing Python dicts.
  • Zero-copy data exchange between Rust and Python via the buffer protocol.

For Rust developers looking to add object_store support to their own Python packages, refer to pyo3-object_store.

[^1]: Benchmarking is ongoing, but preliminary results indicate roughly 9x higher throughput than fsspec and 2.8x higher throughput than aioboto3 for many concurrent, small, get requests from an async context.

Installation

To install obstore using pip:

pip install obstore

Obstore is on conda-forge and can be installed using conda, mamba, or pixi. To install obstore using conda:

conda install -c conda-forge obstore

Documentation

Full documentation is available on the website.

Head to Getting Started to dig in.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

obstore-0.5.0rc1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

obstore-0.5.0rc1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

obstore-0.5.0rc1-cp313-cp313-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.13Windows x86-64

obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

obstore-0.5.0rc1-cp313-cp313-manylinux_2_24_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64

obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

obstore-0.5.0rc1-cp313-cp313-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

obstore-0.5.0rc1-cp313-cp313-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

obstore-0.5.0rc1-cp312-cp312-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.12Windows x86-64

obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

obstore-0.5.0rc1-cp312-cp312-manylinux_2_24_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64

obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

obstore-0.5.0rc1-cp312-cp312-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

obstore-0.5.0rc1-cp312-cp312-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

obstore-0.5.0rc1-cp311-cp311-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

obstore-0.5.0rc1-cp311-cp311-manylinux_2_24_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64

obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

obstore-0.5.0rc1-cp311-cp311-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

obstore-0.5.0rc1-cp311-cp311-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

obstore-0.5.0rc1-cp310-cp310-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

obstore-0.5.0rc1-cp310-cp310-manylinux_2_24_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

obstore-0.5.0rc1-cp310-cp310-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

obstore-0.5.0rc1-cp310-cp310-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

obstore-0.5.0rc1-cp39-cp39-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.9Windows x86-64

obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

obstore-0.5.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

obstore-0.5.0rc1-cp39-cp39-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

obstore-0.5.0rc1-cp39-cp39-macosx_10_12_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cffada9521a7e7851f21edb7b5929b5624c62e68278bdc27c1e41e0537e34c92
MD5 5c91dd957332d11f73ce64d540fbc281
BLAKE2b-256 3ebaa30d8e1ebde7239ba47b0f92c73778a1c928a7289721a6bf1294495348b1

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 69d07a4450f56c2f744b6b8ebf25beb5dc5fbddde36fce110351e57d4fa682b3
MD5 21d7da081ce2b8cfe1f89d63a2466961
BLAKE2b-256 15c13df705c818d424945685204383b6e9d9f99632682af55766b7a2e1e04f9a

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e952bac41252a0c31089a82551f45eb423400c2009964fdc3bc9b35a1ff6437e
MD5 ef4fa5d410f51c795ac54b77b92a5c0f
BLAKE2b-256 3e6aa30d0150e82b468d779b0ae7e913966cb9da4d150d5f0d9f49a02d164f44

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e300faf76ba5184de8002b729af04e322ee90f69583fa5d9dd59bf82d5c537e4
MD5 8efb8983320e774b89c3485e0dbaedb8
BLAKE2b-256 8a841686d9a7984727f0e2f127d7df6f5f15ef1688ac8da499b20361081e7c45

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 6fc3859bb77ddc1dd922c81f8873592353728409211b50c85e3f47870933b02d
MD5 d90498824b199f5de6d87446b5e8c21f
BLAKE2b-256 96687372f1410646d42527e237f7623f36101abfc7375d696ef0d2a3a25ab6c0

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0969e3ed21016cddcb497c458f59ff8977a702e012f153e28891c52369ba6726
MD5 1480dd6ae8e5fb3d6ee37a8b25c82b89
BLAKE2b-256 70631b1b499cd5c784b7d11ba43c399fdd189474d54a488b0a8735a57a960c40

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6ae351be675b50fdfc9ad47214c4cad80b44f1f9560ca33565c0b9e92f27e7a9
MD5 07f0c018d358129ad70d70ccf75a4f33
BLAKE2b-256 bb056eff46079d6f97c1fe6b385e9949dcc69d06457fee6b922f90addce3364e

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ddc26c966a3883417afd6eff8479c0427ca380f9cc10dddb29bd91126b3cb95
MD5 96a0015d82966205187d458680d2faca
BLAKE2b-256 ae58cc43e0808431edc21e694138e3c929dbca76fad4f88c0f89d1d22d9e5b64

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23e3ef9989dec90a8c3e0ec255a945be1b3941e6a8cd86e8b133767fa55fd4e8
MD5 098e759d241919adbe4d7ed62572af35
BLAKE2b-256 80a2e9b7b693338d1348bb7ec9b9c7c1fa3602bbcb562ebcc6699ba6752569c3

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aafe184ff7e2d34394d86b53d9e946c764af7557afa4c8960689c7bf0e6043e5
MD5 55feaeae8e33e827f161fad467a930ef
BLAKE2b-256 48a692c9231bf537a7c810e9cd51c264d9e0754f647e1e809d208ae55a1de696

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3076a9035c57af40d392f13ef4b40a3b9711a48b3b9e662e5d009885001ae74
MD5 2f2eb066c66dc3cc40148b7b167878b4
BLAKE2b-256 2027617d02a1eb8f6d90913cc85431570655923f45f68e9c8da33c25c55dad87

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cb1c85b5f48337b8bda2be0495d3f719bd961d045e3599a7ee1e141ea370da7f
MD5 497b04d6d20ccf90821d0434326ea211
BLAKE2b-256 294ec04074afad0afe7d215f01eaf73b6a357fe294a85ebd3ffdf91cbba5fdc0

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: obstore-0.5.0rc1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b0c720c47f4b6cf04eafab52f42d49342b184bb73baa887507d245848b95d276
MD5 7e71a14102170562a2a20ce462eb3a83
BLAKE2b-256 fd31bc1d9f4622e5f9ec65a57ef8e07ec670eefcd06b5adaccf24b564183ae17

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8541243ef9e9b219607677eff1d740c3d69e9235fc2f87ea1494a40eb89326f
MD5 cdb350f4435a4df039d93ab5bb28ee71
BLAKE2b-256 0fa30e29f458c13354d24b1daeecdf8589f5ca5bb1194db7927ee7fc18ee3580

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dcc4e00fd0329599a95180328b00fe2e4b6f148ee48f622a64a48ff70f68035b
MD5 e5066d1b84537882d12a23567438ad7d
BLAKE2b-256 6a712433edeadf99f4215f4e2c12824dcffd3a883f0a522ca4a171b124736a64

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dcf2fdd9f8e522431f5189d756bb2e2b400cba22567220fa16c19dddd37e3ff1
MD5 4ef8a4a9d64217c19fdf31c5b47cb8bc
BLAKE2b-256 40dc214f72c7121a006d8b23bf8f87ede34fb4d7c0ebd9a35cb3d42f71bab69b

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2817442f3b44fde9a50323c5bc377c89ffd569af4dae27452f2323bc90ecb91
MD5 0233434e0277a9eba720ef54ffd85643
BLAKE2b-256 cf054758cf7c911dc1285a2b5791a44317a568a596f8a9857b05cf0abf999dd2

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 b095f04d3a9efb0a3aea378c347de58344f464c322d4f6498483dea08c14499e
MD5 b119e081f6f341aaaf998682648c6a4c
BLAKE2b-256 df9817a98a3cfc01de46b59790ca296cca418b18e9c31778aebc75f03c61a165

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 396c13ee6b2407013765e3f1f09e49b95e10ad3cfc955994fa32992f04d45ac5
MD5 52d6043b2329533a8c05e59cbd0bf171
BLAKE2b-256 468c40952a0a2a1fc216a6cee5c16a40d7c3aa9000b1fac80bb05d455a40824f

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38f7948870bb8abb85522d15f3404408d58f7e71704301a8a0d68e1ffa0e5324
MD5 887247e6c7ea9028c90ea57041d1e337
BLAKE2b-256 504c074807483903f40224ffa2a6e5f39a072ba3e7eccca7e1d8285c611f4d75

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4a08a58d4519c7de2aafaed7a8043999924c82b383e03df514e14ac227a68152
MD5 45d56dab2c29f1141d35dccc1d8988b7
BLAKE2b-256 c42a2b300e20786cf631bdfdbfc7bc744d1c420fe2a65eb71120d87d4a3a7c97

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 295feb325d12acb5b19a1669d6adbdc76171389dce05fa42a69d573dde59a519
MD5 92c8d014ffa2efaab07d0fd12cc4d354
BLAKE2b-256 3dd12c764d9bf58a004ca7fe55d26a100bc81dac8e8a213b7163eddf5d8e696e

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 455e178e9052b7319428eaec82bbad8f04c23c12962c973593c7a96336af1449
MD5 e93d213deede8d3b40dd80fd814007cf
BLAKE2b-256 baa82c1d846abb5673acd61c78b1cf3904bc1589259e8d75c9dce5d62be4b3ca

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e10ff968f7d957ebb4f6027590e698b2c16796fe8e90e7fcc3a65d9e8c4f5f72
MD5 ef63f69d2166a9eac4ed1ca5216bc0a8
BLAKE2b-256 8336db5ae8ccb353f96d1cb4dfc2627b2a699f9b8374d8591d1031d6f016e0ff

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6cbaf90c5217cf57d89bfaa6a41325046d5f062cae1beeb7dd9d75658c643f95
MD5 a1a781147745271a8753cf7e1ce97365
BLAKE2b-256 1228801e90075518935f347f95f23c3f6c6b87d1bae84fef843a7b182bc36f74

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: obstore-0.5.0rc1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cb19a0384be9c455c5cb0221e59af484563f0a1c7cf89ecef7c0c59d7ff17a57
MD5 69dcdacf60af0de74c9979327e4b81e7
BLAKE2b-256 6bf17adee712b82ee68d24c03cb7d7c659ea129ac09944fb094f76b5ddf7daab

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7ea5090db7646e284c0b3041faeb1842dda12edda03b21ad67403a2a93c2872
MD5 ec72446e0eac85b6be0718f645315961
BLAKE2b-256 1948c67fac70e424953ed33cb8ffe0d4f7ca15eae023e14a1ed045f70ff49d3f

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1953d45bbeb9ed162d1a621bff968eac86658ae8acf0c0a9aff70cfc343c4070
MD5 817814532590cb35adc2c2836abf8589
BLAKE2b-256 77bfc83dfba6497daf33b3714180b652b4f0c403d3907c367426f38f8622cffc

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 937da31225d99439942a63374c7140b1aa7c44ef33fc2ef3844148d98422625a
MD5 cdf1d031711a8ea8646826636ec8a80c
BLAKE2b-256 b61248a35f21958fbfee643ceee9fa5ed268fb8cbeff44fa5ac89f1e190a6dea

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58fa45a90d57bb0e31da59a1d45607ce4323d0dc35c389380bba9ccd9d27b8fd
MD5 905ee44f1ca1c222fb1a489d2b5ab640
BLAKE2b-256 9f503b1a4838bdace0d0a94859f808678e2cfcc3fddf7288514f7345b9c0b535

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 bcdeaa8eeacf75c2318fe6e7797a77a420cbcfca29671e350df76ed9a4d722f7
MD5 95856415e578c2a600a50d058ccf078c
BLAKE2b-256 708b588bef925456c8e2ff5af225e16919859690e6bf21fde1887e544ba3fc24

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a05818940da88763932ec81c8776e6ecfbd4c5474d2184e9921518215e11fd31
MD5 edbdf8d441c4a4590c124a25b0950378
BLAKE2b-256 938d14e5b8723b1e6ed6e5628419b488ed01413edc1e50b2edf302be01361152

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0986fa5fde0cba1f92653bf9438128c1333b47547353f698fce54a229ddf54c3
MD5 7ce4bfabfee58bd83134e25c3af923fd
BLAKE2b-256 89d1d5b0d114b5918a8d722266b90ec1fbe372f43db30ed9ee653df3fd14d16e

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2d03ad2c6bc53848ef6ba599f57642d08dc6f22af19f5f9e98cb2287cc2f7936
MD5 5813fae45e107dda6a7a0d7b08dcec46
BLAKE2b-256 0238c67db6b8f2f3d1f272c69f43cf5615c5ef1ab519c621f5ab88d7fd80c9d8

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbdac2b1b58a825ed4dbce7681f0f397b4b82ce8058cbf69c6490f54ef8743d4
MD5 95a65f74742750d06cb966a985b6fba5
BLAKE2b-256 c84beccfb9e46b619fa3034a88ad7a7c15120c6d7c66a5113aa7929a5c56d296

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 09ad37f0e65a8d8357e2bccdb0b8f6005fc596b5497b69e3efb94ccc84cd4940
MD5 1405a4be820baee6619962e7d3146b73
BLAKE2b-256 88c9d34e19b014f77f62df2ad12201f2f9ac2be006aa92cded772ec8aa2bda8c

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8231f979dc1899252949b050760517b92889bf4322687431ea6e2cf4c55afab2
MD5 6982dcfdbb5f092cfa8433f7c1927a50
BLAKE2b-256 91557b0447a05a69e7b5a2002fd4366de4a23683a29460aa0cb091bbdd97c06f

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2e0cb9b99dd618afb71281a69ef9e9e5b0606d2fbf2a35b906be5fb17ed56b6b
MD5 191ac25edeaefa4c941b9284e6702bd4
BLAKE2b-256 ca531380ed088aa4ad41a389dc441250ca087af4d2f22042a2a972bd69ab6de8

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: obstore-0.5.0rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9dbd7b47e96008bec0e30eeaa990b77c7d56ab102219df936cc8b1f338a981c9
MD5 2c3cb158c0d9657949c5e14603acac9d
BLAKE2b-256 4cccb6b294be0c1ecf717ef13633318a22eac60d3c76d62ed10281f503100118

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e287802ac526d400f4c1e4001385c8428eb028aa54fe899f0b793310e1482a4b
MD5 243a2cbd726ea8c553531db3ae609990
BLAKE2b-256 1167d7d1f5a548bd37b56e98bfebfc72c7f56698ed0bb893d214c62f23d21661

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 360dc27a7ecf3040076fe66e5f03a92500160df0e77d63cc5fb5618d28441d9c
MD5 6744e773e16afaaac0907eb772c918d7
BLAKE2b-256 6ef8d7ac3d7ce7d9a2e2d2a983c627a6d704d7212f6eef9b1200f1b40895613a

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e6e7e0180223292fce7aa3a3552a43c45f0e9d6ab305944bf622180ae806c3ef
MD5 0feefc35b54a6987a7e4ef4a978e75ac
BLAKE2b-256 791859a30a1cdfdea2f7849073bcc00bba11d4e89d57cecea8127062f01ff344

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc87d7f1e29e2554e28e07fbcfc00c1cfe94250d74aafa6017aa510f942058af
MD5 12ae01af3dd3d3dca778f8e65be13458
BLAKE2b-256 4ff0063018ecaf1fd8caaeae33fae4ac79595c4c553dc93151c1f3bf7963e887

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 d5fb73ba02c547b16d7cc15723a714f78e174d4b950ff6aafae077c8704f35d0
MD5 1e35ed353858b2bc17686ef38093d1b2
BLAKE2b-256 574d1cc535a44c2b737657de7daad210224885f1bcdec0377406561b09d8728a

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9497435eb786ac8df0f6d8b833edb973dc717569c68c609934f8b74869a97830
MD5 4224314767054f434dd37b037a916ccb
BLAKE2b-256 b08ae7d8543f7bdb8becda6c69a500260cdb34de11bf30702952a17d10d44674

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 62949138cea12cc0bb09f1b6218eefa29d169058c57efd386bf88034dcac93ff
MD5 2cdb494713be3c9202c9370850b90f30
BLAKE2b-256 2fe971f1fb93dea3d55840f7435c8f69c59fbcd6ef5b5760ccbbb2f5cf3fc927

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48325c27c39b37ec1788033546721f8c9200c63860d79f18939cce06b4a5aa13
MD5 8ee49c97d202f47e4e69fe7da5a6fa4e
BLAKE2b-256 e5f698494f66f987bc7ce4f031257a4660d5be8932f86c10d9796a841b9990d5

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 382c658b06ecde1e001e0418d6ef8682656042e5068ddd0319b3f4826767ce15
MD5 d0acc0ba398f4ae92605b4903e9c7e85
BLAKE2b-256 66be1bb70e3c8d48de38094f482a6eb73bd1628f0e83bab0a9ca090b44ce8ef6

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8a160229a1d35b0ffd9fd8bf95b6aaf318540a2a2be43f4904aa8ed11a056cc0
MD5 7e3d9d024b40b77d01a39883d1b7166d
BLAKE2b-256 f92f627d963e1b24263f4252a9b88771a7c7ffbd6df3aa5683a9d125577f3781

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1381ceaa164a72c598443d7987771b191eed61288b1d9ee77954acdd2546d2df
MD5 d5e9a1eb81a5e056bb96f7e205fad2b2
BLAKE2b-256 b8834e2e32cb605e48cb2e9645028b1d233cb71851a7a891c9b9180308d1a2fb

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 932dfe5e9bf18a486e23bfd701fff42e8258430ece0c31ed828bac0b43b46f2a
MD5 e70383acd1412b57ac1eb464db922436
BLAKE2b-256 08b2cb302582d987295f0c5dd0a6b4a0555a835bf1ab3fda116b74bdc165c7d4

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: obstore-0.5.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa81cd52b23c24d3313cdd2c4572494b88b0d1afae490e36e1fc633b8b3f926d
MD5 4fb1b0c83dc484873263dcf8c980b394
BLAKE2b-256 3a5b47b6f044a98d30b493fbc1a360dcb2cd42bc43b6501bba773fa7eb7a11cc

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bd4f4e9c71017339b90ead5a30c91996fe9cadcedeef8b027ff440d1687014f
MD5 b15c134154c14ee9d4b92d16112bc0cc
BLAKE2b-256 90cdd5be845bcf39e1af33e24e3ab5aeaffecdb70404a50be0931d1811c2643f

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a411ea301e146ab9cbd68797ad5dd6d4aaf620cb9bef474a2d8c8aaf51f8937c
MD5 fd13541e6038d01c44d2faef7b486c6a
BLAKE2b-256 f5f28d413c0b1a145cfb524322bcc074c2ef00e86bdf42a92ba26d0ad0629fda

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e162843aeabf85ac1cf12fc4ad093aae82f7b8da9b8899fb0e9b1fc8549e7996
MD5 68b214cc48c50ec0245d477c1380f462
BLAKE2b-256 85c545e8b265f7fd8e46c7c17389c03c0425daa9d3141bd3132115975868d813

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 481be65948310ea6ad5ef574ae4363d3de51dd4006255516d8f938cd48960437
MD5 f86d9807dbc5ece823746f1016f20ea1
BLAKE2b-256 12f731d5b480b18f0e30c4818d7885684a2fa85be061b34fd68682cc2d50380e

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 31c12afb6d4a2b0e6f61f0e41f4c4c8e2123c5d77de76d86523da433c27dcfaf
MD5 e1cdb46a39a85c96c0e1c7bb495130a7
BLAKE2b-256 1b3249ba681db82dc5b63b83d1523f1f9b33e2366b5fb1c778a6bab27464fe21

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec9787644ba7c868cfb65fa803b9fd1598326a76e12886c97e6db03a96c091f7
MD5 7f1a19fcd0c3e9dbc3772f5a9fd4ab4c
BLAKE2b-256 a7d5b9e92a63ee28d40286ca1eaedd090c421d3a6d56f5808e39216fa80b55e0

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46a4ec090b15943be7a83c959eba4073d908d24ef12bfff2014a0e51501c80f6
MD5 353c90f37f4d9cc1564f2a3e3257bb15
BLAKE2b-256 ae1bafc73337e6767c8247920a1192d1937c4dd192a5ec2efd63bcc8d1bdacb6

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9fdb7f429c34955976cc92e17a7ef43f9ed0336fa66717f63b8389e0ece41c62
MD5 df255cea8dc1ce980b3ea3e5245f928e
BLAKE2b-256 9deddbbf0176fd3f65d620ac7e1d6883ea4c2718c4db54931ec32a0776473f73

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3bde438856816c17f0bc876ed2d26f69649bc20eb5b9d9ca44dc91addbb0fccd
MD5 a92ff4a5021ebad47c6c38023e07bbd4
BLAKE2b-256 3e47242121aeb17a1b920ce6be0e2b06015f2c6a9befd1cb65e77f27a6159489

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e6cc50b4a2bfe81493cc34b69398453fade54ab24c7497c7fb1a11cc5253878b
MD5 400edd3c7b22bee646590814e9018c0d
BLAKE2b-256 1acfde00a19acb5bd6cba179397bf2589e4225faea7e00149b659d458650a9d7

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5780c2aa25e11f2dbb81185f2ee21337f1050ba193c6bc1095139775fb55f015
MD5 adb1b07e04d1f635e7403b1e04565d1b
BLAKE2b-256 3ad91696dfce696e3bb63b5412253c73080566f83ba0937b4477fa13fd5ebf7d

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b81e5586e7c29c9115b16ddcc4ca8a2cf79b57342f3dc3dd7f77c216e7f61b58
MD5 22e1decf6fa92f6d5a2ddd48229a9de8
BLAKE2b-256 5c9d0c33a8510f713ceaacf85302b28c70d9ba5de94626bdfa7c546009e2b5f9

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: obstore-0.5.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1c96281a4eafdb7c165a40fec73a658086a8740217c15174a4dd3d14938a402b
MD5 07d3ece6e24a232b3e995af94db731c9
BLAKE2b-256 3e32cd36d7d961441716495a22b22236ed6260e4a9bb8c1aa8a4f3acd4bbc72d

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4531734ae44423070a4f08dde17b3ae0fe08e4200d06aaa6b5663fe721a6f0ff
MD5 521b9b2b41b2d338afd735a8a2ddd043
BLAKE2b-256 f85d1fe60e66e5db2b832599d22ef1cfcb1a4c3f6854169e67739c089958e3ea

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4fdcbde3992ae12d6fa826a979e728c4bc433da88582285ba86fd5ba3f687544
MD5 1e6cfd50d2a46dc16eb5d24176ccfe6b
BLAKE2b-256 52ec1c9b547a9a0fda2eb67efdc72ed1e52fdb6e08a9d7c2b6bfc65204a64098

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 18f4bff2b8b373268b9cea84558cf2181978158b93b5e953a9ff18ed4ee11952
MD5 a5d24308d5ab9a43dd60d5bab29bf675
BLAKE2b-256 ccfeeacd0e916d4b71d5bfb3f42c968b9219f6a11a77a7dc88a5c1f9db27a3a5

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fdad96d7118f55a2f530c0399ccde3635a7cec4ee95c05ec823d77725263707
MD5 5c7aae16a916ec98263afec82c5dab9a
BLAKE2b-256 57bb440871ac5c314bbba4f2dd310ddfc918e32426acce90e251294e9306387d

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c6844a5d4ce086c4d952c163ab2f2da35d77d13a34b8831bd0351a66de83bbf7
MD5 e9e55db232ae68fda908fd120e7305c3
BLAKE2b-256 9a90032c343313cf73073fbe56e7a51f009965abcf395577f7e521e30da4efdc

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9018b280429caf89248538d5f01506124c6866cbcaaab61bc8afe61ae1217fe4
MD5 8187dadec25dbe95db39ab8a2f1407eb
BLAKE2b-256 1a303da680617d3169bda502b4e3942d7fb34451f214a56730e380b987038f2a

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d995e614d475700bf6636f12596985f04ccf28d002a9fa54dc4627ed2934948
MD5 8ded0ca92805b1469ae474102cce5d4e
BLAKE2b-256 d988d91462a1ae1ba841571b33a52f58ec2dc5f4f8f0d42dbffb64d427d3cf43

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5dc56fbeb6c36509ac516b4aefef8af4b79b86a404d13e910f0938e5ba60b47a
MD5 4e8b708d69152e46e565b767a69246c8
BLAKE2b-256 b5026a0631d34fb1e07f2d8cac612e4c97a5928029d534204a254368294d3147

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dbcbd34e5979b05cb344a5aa7573989d4182a8156c7088c9ef99603cac7642c5
MD5 660d1b1a7e28261fba93f13fe7570229
BLAKE2b-256 5974e49ef2e8bca546ba0ef4531193eed141aee145af6ab6db4ea4bb3960888b

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fdd89349bc47b38092b26fc2d9112425c5e5a0aac4cd97ed8b949c2f7643a6a6
MD5 ad3083aead48b88a5dbd7cf5ff446fe0
BLAKE2b-256 09dadf5a60d89fbe07838bffec9a77b93a0b39b48bd2c6af19b316b307ccef9d

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41cbbeb03949b9c6138f160408b1e2b4640995077ad0fc68ed1be215f4fa3e74
MD5 88224e811890fc44efbf996fe6369148
BLAKE2b-256 e35368d6a08dfa7bdc0bfcfe7367d545a36f14299a82abe1b58666f88e678696

See more details on using hashes here.

File details

Details for the file obstore-0.5.0rc1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.5.0rc1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37c824c39cba6efd5261379230f2c54eaf014812ca8eb2b453795543528f7ca0
MD5 4c3721030a63d2a895556da50e235787
BLAKE2b-256 471bc1cf98d63e08892180b4f6414f1f8037a1d3d6acefe1adcca61210a3c93c

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