Skip to main content

A Python interface to the Rust object_store crate, providing a uniform API for interacting with object storage services and local files.

Project description

obstore

PyPI Conda Version PyPI - Downloads

Simple, fast integration with object storage services like Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2.

  • Sync and async API with full type hinting.
  • Streaming downloads with configurable chunking.
  • Streaming uploads from async or sync iterators.
  • Streaming list, with no need to paginate.
  • Automatically uses multipart uploads for large file objects.
  • Support for conditional put ("put if not exists"), as well as custom tags and attributes.
  • Optionally return list results as Arrow, which is faster than materializing Python dicts.
  • File-like object API and fsspec integration.
  • Easy to install with no required Python dependencies.
  • The underlying Rust library is production quality and used in large scale production systems, such as the Rust package registry crates.io.
  • Zero-copy data exchange between Rust and Python via the buffer protocol.

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.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

obstore-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

obstore-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

obstore-0.3.0-cp313-cp313-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.13Windows x86-64

obstore-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

obstore-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

obstore-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

obstore-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

obstore-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

obstore-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

obstore-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

obstore-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

obstore-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

obstore-0.3.0-cp312-cp312-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.12Windows x86-64

obstore-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

obstore-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

obstore-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

obstore-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

obstore-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

obstore-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

obstore-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

obstore-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

obstore-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

obstore-0.3.0-cp311-cp311-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.11Windows x86-64

obstore-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

obstore-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

obstore-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

obstore-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

obstore-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

obstore-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

obstore-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

obstore-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

obstore-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

obstore-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

obstore-0.3.0-cp310-cp310-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.10Windows x86-64

obstore-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

obstore-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

obstore-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

obstore-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

obstore-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

obstore-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

obstore-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

obstore-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

obstore-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

obstore-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

obstore-0.3.0-cp39-cp39-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.9Windows x86-64

obstore-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

obstore-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

obstore-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

obstore-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

obstore-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

obstore-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

obstore-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

obstore-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

obstore-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

obstore-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30c59fcc5c44b799a7ad7c3e8c967c259a181afa590244d906829a7a7771cac4
MD5 aca0496e8dff1539a63894dfadd7fa98
BLAKE2b-256 5c5f818155be58d2bb1a23a9467b7b1467ad1e2d75ab038e2a72661d27e5612a

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78d071f90bbb2e4a0f89a6ba5ec3984dc39999007ab2cc88d64e4b63360b5e12
MD5 372e1f197b18c5c313d3c76248627444
BLAKE2b-256 a14b8bdfd22f3fc5b4ef170be93e974179f5ab9326520a58adabf47f7399a72b

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e65f0c44c688b8c02a8ac9ecd2f3978bd39366210b44ad3d7d535a5dc0dc460b
MD5 317a63310de235b21e8f62c9bae2eec6
BLAKE2b-256 60940dc3c97c00c6f4caa68552ce42eed654f4e34afc2f05946866c613dae6f3

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3abdb1c675650023d4f61ee337cb3b12179a5d72b43191d7101f25ab1da903c2
MD5 3c51a16d3d43367333050a189317feb7
BLAKE2b-256 e8d2100ebd94fc0ef3616e9820ecd6fcbcb5fabd685ea8368d83286d46f5f9a1

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c80b2618b3b06b007e0a2b7d9d59026b7af47502befe1d6952aa51a0d8d0129
MD5 00a0430f695453ca0240657810e08f5e
BLAKE2b-256 593c6cb499c9d52b62126bd983c095915248b273176cbf4cb32375ddc11b3a2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aca3b6f82444876a269d41b3b524a85b98df6ab2ace51e1d36b8added891485d
MD5 dddee69533a8a366e997c9681e1ed84d
BLAKE2b-256 9de167ca2bc8c20d175d1d6884461078eb032f828750a70eb7463a51bfb34cd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 31c4a2064dca8854a270e7e0357075418c9f42c8e62c86b7d4cc314e44e2cb06
MD5 f5e78c5962fe759c71e8a99507caca05
BLAKE2b-256 5a23d3d02fee83a31b560d2e8a79630fdc116b6fc0afb36972dcc5a7333d5a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9d78890868f988ea03d212ae9dd3a29c4a8e716c382cadc8daae995a6f79078f
MD5 98e78729df6d9af4586b431b36df0c87
BLAKE2b-256 50d33aff45e48b6e733f34b23b561ee0a52477e5079f2dac29aff8833b60aa7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0617cb3653f881315d1a15cd2ccac5b7476eadf77d97086e650412ddd6f40614
MD5 2511f9e469292cd1cedefa422a1fc8f5
BLAKE2b-256 d5865e1ff3f26698210997a77fcf9cc3c6f280a1b8ce8512e6c3f18e0a95ed63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce618f7f918e07592fc60c17ccb7b0cf4a475f1fd464067a99f59d86a1f333de
MD5 1524e0e25aa24d2dbc92967693a4fbd4
BLAKE2b-256 48a7c54fc22e1a318b89a460f951d8c39fd03c14758aa446ca5d59aa3b52b719

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54df300315b1d8d4577548ce181cc39643ac860dcfc482fb9798ef411b2c563f
MD5 1514c08c30f3fb1e34be0d6258f2bad2
BLAKE2b-256 74d6b72b4998d294ed10e1de3aad17f199891fdc3df454655aab230fe69f8296

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 990e87531977de1ec991b667019499bef5b93bb3c9a1ee433018b69fef7f1698
MD5 143adb73cb9beb19011a734ecc184221
BLAKE2b-256 412877de89a519d4d073cb529ba71230dd2e23937f21e99eae2a4952e34ab72c

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: obstore-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for obstore-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 535ffd466c028b3b143762d072e972814b61c5a12f23efd14dbfc42555070346
MD5 c55a383845ae20cfbece7c38c61b71e3
BLAKE2b-256 80f2aecce4f8bb64212151454ca3a9ec4749e08376607fb6c5ad9598e9084903

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5e07c9e2ed7ac6e84c7a8c3a0f8549533f02ad9e33c0bd95b70756fd7fd6f10
MD5 0ef1b22a120801900750f68fd4f2fa92
BLAKE2b-256 39342c585bab3d2330ffd369f7f22cbb9bfda4168562b001a36440b2e4b21eac

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7e277b900a60420f9da460bee4c0f081e06951d6bb5cce97a4472d26dedee07
MD5 1ca158d43e19bb72396870ebf9571bae
BLAKE2b-256 a5b1b9cec6c2cb70c60e30259b3a9ad2a89149d332299ca01580abb18315a882

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3b9dda3a9886b301713762160f688a70a6bf58f6e7d1d70462dcd7d1e281861
MD5 75ccca320379491ed7a3afa1132e5704
BLAKE2b-256 f20858d0c24907975e07be3bebaaf9a9c5daa80c566257eb7b56529cd112fb27

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 424399fae79b422c633c1a54d221eb76365c61d85e5443d452a4154f153f156c
MD5 459017a1bb8da9d9b5eb3defa9f72afa
BLAKE2b-256 9157022dcddec6acbed86852d8cd30e7c556326c1af24c20b72c22c6a19be9db

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a55713c25ec4f766e788a05ad8929f703b684503513b78a6f0322dbed369fd07
MD5 f754150d766b8b829f8deac0ee38c591
BLAKE2b-256 3d3ab8b87000c9b8fdd58728311b49d07871f93e68f6364e97a3601c19409bb6

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 181b4e25af5ab83d9d4f978f1450b262d6701727a3f425d07e01ad7ceba89efd
MD5 4c8f4b9a80bd1217b3125fd281777d51
BLAKE2b-256 52023e05ed5943e0c5e6ead10114e3f1884498585500267b3ec731bf9377d8a0

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 df2e2e4bb6e29efaf3c82db0ae19fbc3892481be5570f10d675f1cafad63eb61
MD5 b145490525a1d8c0a7297f9a30bf4e49
BLAKE2b-256 4b043f5ab962652ba7277379df81566d5efed094a73390c0863884e34d06a93e

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 565d05af78b35a8eb74b6e4e1331463063c52d3dfb7b2561f09be84c5dcea256
MD5 0a2fa5ae0391d858647c15fd3fc5e773
BLAKE2b-256 534b093ccf33ed7ef7c9eb357e93ab66f8fce4654dce2bbfa699efa1dac46a02

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86273b8cbcf8834e43607dd8a3dd3a80ce4641d55f06d55979510401e0218b71
MD5 01599183aab8e5de6ece3a452960ffbc
BLAKE2b-256 1dbb61bea57996753a6365b637b7bb1341d0b1daa14161a8967295b055550a49

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3e0cd3dff29875356e855dc829fca73a7ed1fa4b986dc1169c42b7f139d87631
MD5 0e56e40dc0d212338c1019c8694957d4
BLAKE2b-256 e4f191899529ec0b0e8e8404aa15af4dfdb3954564781bb0172ae22aa2e45931

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f46c5a7119eac4a0bb148f378bc455a23f442c645a133247af25fd6976f7577f
MD5 80e9bc1c66741d6a2f5214eb90106f30
BLAKE2b-256 2ab9629ccdcd03848e8f639b34f775ec3692e1730140d567a295f20920cf4985

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7871a67f207b43790c290cda61b6b9da3ebf679edc2abdd0f5af6ad025282d03
MD5 a043be75b36a46dd7dc4f1c8a0d7f5c8
BLAKE2b-256 529d8f818e18c878967c6ff316dbf26e8ddd0f56468863b1c09ae3b69eab040b

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: obstore-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for obstore-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a2a6dfb242518b021afd3202e01f87d085b9a49fa5a03f1612088758027a59bb
MD5 afec54f26974c18b401b553286ab114b
BLAKE2b-256 7bc5dcd328acf55c04ec3013326a1689941c0cdce28baa7aed1f739fd278554f

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7bf8f021720c80228e5700636b389cb4b4615e2a8e027aa44b7b0701d29f5bb
MD5 d2e4008165fdb1f26c6f52ea7a68ed76
BLAKE2b-256 2d65d9bcc2736eab28423d641cd0433829d01702824f1cc66494098ad7adad99

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39b6048c2e93f7c7dd9805c63e3bef7396f4329b59d2b60d6fed626bdfa569c0
MD5 2aafcccc25881e2d9946de51a5894bae
BLAKE2b-256 f59b9ac738a9abaf7290fda050bf3f45e0bad056c5213c5f06e82f4111b65764

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 02848f9892e2d88f8c1eab8c721d94dc1ef5d28ec875467409feb1977732c420
MD5 decf56bd8911662d5eee72d5038eac47
BLAKE2b-256 09792ae0d4e95265156b5023e7c9db4c464afe65825987028810c23b597a0a53

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e4eebc54f418be080aa0bccfce759bcfd74b47207ff792e1245e16de183a69c
MD5 0071471a3672d6710e7c9cf28a9b30a9
BLAKE2b-256 9384d906853eac8107c95bf6fce69fe74dbb78b0ee0b1bc24770c87d0133b0ff

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac563c5f2b7dd5966af8d95e3593b2e29fa55adc874dc85e9e5fda3e2f8ced1f
MD5 e6afcac967e6a775f552b806fe7936b0
BLAKE2b-256 ce1374485160b68491a8f74bc28a67229750522bea0f079f2079137e1e694458

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9caf1b35b5f81a789752d3a9b257c98f74f5a76116f37b5f64bd254c4c89a93
MD5 c4c6a5af83921d02b898c635dc692e21
BLAKE2b-256 d5259258e58b18d8d9c2ec499fac7c8c923fc99edbbf365ae29bae61619c73e7

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aef386827364a10d576f18e99de8620df62f30274234c824e91eec0037df3c65
MD5 b1d55f9e0f7ae37e648afa73322835f3
BLAKE2b-256 5cd4bb2eac83803e864ce24cecf0b51817c57e171df3fd95965bf275d3092454

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35a7b36b94d4949e0e209324827f72c1dbd426de688687d442130973324fbf14
MD5 4d9b201713c1077bdf3790f7c270d30a
BLAKE2b-256 927d208d3f2350014934c04e22f5a98e1713ecc072f4c4d748549bb1827acf88

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d47728c65684e0f1278f479ed365db026822509e62730e166a5f4db391ee40e
MD5 8186f049b171753f7be93f1046d83975
BLAKE2b-256 a3d0c946739e3856365c5bb0a6d0f98476ee03bf197a63757971ce79a52025d7

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7b4e3757a40057763804e9526899efc31b3b84792c5a0a59ab8a3fa6b2611a2
MD5 ef1d73a5df2efa1c22109c7c4c4155d6
BLAKE2b-256 0eb93368905c2824f9024944e45a4acc9a9983f35fa9a6cddf4969071d2a5d00

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f2a83f62a8ef4251f77084863041a85e43e3971f9d2d35b51cef22b98208544
MD5 8d3dcf824586dddf89b74f86dc8bb527
BLAKE2b-256 da0dda22c40928c2def91cdff95358bd82c0076fc9ebd962609eaac08ca71215

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cef0b155664c70a88dfb7e0bd61bfeca1a3004a5ad384c29686614b7df65332e
MD5 a9b6004fa9a76ff27c7df3f52e759960
BLAKE2b-256 695078f09069371b4654b9555d14c568c0c06ec43400ba9f172ee6feee80e358

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: obstore-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for obstore-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c58463af81892b44097681bc7713adb1c2ccf035ae52804d2923e61503b1a89f
MD5 2cc6e695fc3a17782692df5c019f2fa1
BLAKE2b-256 76cfb9e7018cd9a571b6ea6ca6f5aa2385dd1d43193574ff6cc2d889d5fae6b0

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 253a3e4d62113e09d39cb851b8057ccc29006ae1cc71385667d27e8800483f17
MD5 839d6dc0a44a8ad95e0f8f03bfd2eda0
BLAKE2b-256 8f6eb41a6cf07da9060a8f11a38e60cd2f4dbc5a4c0f029f53f709ce7c194e15

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24778456bee713254a013337dee4807fc37f576f7a290f78e300820a1436123a
MD5 293edc367211af55db9a9e50216c07ef
BLAKE2b-256 42eee44236b685cdd82cd85b11c8f2658631844942bf0a20eda57e5d32c11635

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d956d0588e5dd51d855fe39efa57eb88d901fd6f817c081537e78923135e9960
MD5 3cf7b641acb337ca3cd01ac53117c833
BLAKE2b-256 ecab99f1940114ad3b0935781e15918d7c61b7e69d40966a23ad59664271af47

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b89bfd4d74d1b6791aa15e37b5c66eb107dd25e8a00f5125d0e2c197e70c6add
MD5 43cca1557f725981c374d9407e88f774
BLAKE2b-256 1dedc28a6580b747614df8b714c8289421ce56efd038102f1c39c5a7a2c6aac1

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fec058d4405fad0ce9a18ed63a158270d8eef4555120fcb9fbb411d1241cfba6
MD5 289d852284ae774ef8d85a79f04a187f
BLAKE2b-256 d205452f724d1cf469c20834dbd46268ae561acdd96fb3d537c7892c12e3c577

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2ab9783ac64d39721276df951d6140a51e97c6cc4fbd089b99a77c9703e6bc6
MD5 cbc41f4361622720a8ab0873cc7f5c07
BLAKE2b-256 8bc0d76803e787acd1164df1917fad126b7a5b30093e0b8065213ce506989626

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ccfa003d9fce85bce0a52ad9db20a9c155d12436eb117dd00369379955adda45
MD5 0438b819b2b4bb661d4589e8d04bacc1
BLAKE2b-256 56a0ceb4fa86c86fbb61e7f23ab4f5a25086688605ad2170eabc3059da505629

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1ab9b58cfd438cc9f290ed446028c7f2e0181f8b78d4b824911e4ada172b2824
MD5 c7915789d928f349325730c5798785df
BLAKE2b-256 9f900235ebe451240710feb166ed91ef46cbf8e9480177a51a976af7141b5127

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ec5b62f562ec75f183d749ec3a15783924bc1db6668409f6ef3792b92677a0a
MD5 1c13a6298894ed895fe8b210c7e899e7
BLAKE2b-256 4a2f3633f4f5372ca0921181f09b8bfefe5804e7e500dc3f29499d6f0f7a8e65

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 48116ed7485f4612bca1b1282b33c262ae65f29f87eb48fca4eae178335f4c67
MD5 3bb8bcae462b46ce3ab58f3750093745
BLAKE2b-256 1a51ff9ba1f20c197b1711bdffc9e787df9283ae63aaad2aff892ca58056e4dd

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faa973b7684c93a2942be414d6fba3fb509982cb30b5522ca9189e075619aaa5
MD5 14c792dfb5d6d02cbfb504979b286886
BLAKE2b-256 ec1d9c7ef04c3692c3a3bfcf9d1f7f0e67a56189d4e9134dcdd9d87e0a2386c9

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 98b5d6170783a5facd2b964e0b8f884206a3edf83377e83d41aefc33f569ebd8
MD5 d89bf577614ee1e3c5439e8a03df4f99
BLAKE2b-256 e06d97ca496c4312e677e987f47998669372448febf9bc982eced893840d9fa1

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: obstore-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for obstore-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 531eaa5cbff43d350b7feaa50f7558dc9e87ee03bb2c45fddad73440f418a205
MD5 799912c5ac031ac81903f461629007f5
BLAKE2b-256 9277e1d999b0beda7cc75e6194b0c0d409783cc29a31ff9693ae241e92f6934b

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfa8ed3778434e22f29224f736e3c42737795bff846da4b6cd0446df6b7be155
MD5 03b8aedd0295cfa9d1b1651e80c26837
BLAKE2b-256 ec0d8326f3aa358d43023e93ecad2eee18cce1faf07b50f2490d78d8146ee8c5

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63fbde6684b733f8e365553ece562a4db172e63a451f08739448c24f48adb62a
MD5 50eb9205f1833bf15f83df0fb640b2d0
BLAKE2b-256 6a0670039f74157bc07784a0d3a294ddd253abc0ee0fe7ad9d2db7cd763fd3a8

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d825bce4cc901030b9635febcfbb7efcbad6a37e1b3eca232c1fd2a15cbb5ed2
MD5 8d328120b26b691a4f9b18b7ea27251c
BLAKE2b-256 5fa9ee71bee612bb316e2125c19407c46c4774722b94d2fd3827641cfa14f503

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d95a5f71945933399b365e4a4998491e5db8330703a61b6a1bf772028562c97f
MD5 b277b91bb65d479bb6a8db88f0afed80
BLAKE2b-256 cf7bb248492b40a49aae54d13a94588de79a8337eab90b7376bad8ae49e6c31c

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d5e486f60edc7ea145173aca9e4d40c09f3c7a84d6b1acce68146fdede4518b
MD5 a6b101349febf9a0f9a1a1786fe71f30
BLAKE2b-256 dca470aa070abcd701ad9b69ca6b4ce1812bd06b95e3d49d8c27f6ea3bf65900

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0888dfc670a910446963f02d73c867d1fd81145cc1125e8c3f47ee3a859fb9a5
MD5 f51dac026876b4fdc72c969d93de43a8
BLAKE2b-256 6228220068ee15e08b6daa7d669cf1cfd35055d50d896b880c53e615dab511ad

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3c2c2ed9387021661db2971f4d2c4b72f780a512d64814c594b055a716ccf13a
MD5 f1ff844ea433e6e8afd9201aaba7174b
BLAKE2b-256 6e16530b2b36af6464f6ad38844c189807067d539ecf4231fefbe3ce7c935c1d

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a88032d84e0c302b2700bc7743fb6a74418ffd3c032d19ecad755bfbc95d6ff1
MD5 4ca4967c576035ad3719ca1d67bf85d6
BLAKE2b-256 d6f1dea351514152543c53123a94257811ae52d645bae2acdf1d5063f6309508

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c3c52528cb1f89d6068426e1ae2f601867067cc8a0f7417e1d4b2b35794233b
MD5 27217d5696f1b41f8767054f6713a69a
BLAKE2b-256 d967cca52c3805f19d2f7c7cb83290c4101e80ca9d19f3ea7d282ba04bfd96df

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35aa71d2cfd39446e5b0f29249ac433befd781f38ed7b4470cba55b5ba0d97eb
MD5 40cc3e9e2104efdcf34b8c447e92ded9
BLAKE2b-256 e006cfa9562f2cceae8db5fed7a5e2d0679593e59d76270107425ff2862dc248

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b60fa453091fb9747e384fd02123250cc1d71bd6d3b5f405cd37a64a8cdbf6d2
MD5 2922edaf45356e9f39bc8ff92fd567be
BLAKE2b-256 5a30dab88b1c2dc03cd1341dd3090ea1f48450c430ab13009b399b8b59118991

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b4d63f5132aa112a71f75b403c43441245d352e8651bf8a5d994252829ec2fb
MD5 5d2647638978a7296cc265c510efb1f0
BLAKE2b-256 ecb6a065dff302d478f4bee0383657394b0929942beed2ec9e175c7bbb610ce8

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: obstore-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for obstore-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d4bc0bd99d6132be3489320090a54920643e81c7a011478c3851787aa53abf59
MD5 e4f5969f07c4de7b013a477bac2272f2
BLAKE2b-256 7faf5f9783570107390cfa1d01d957a2a4171f60ee3dc096094e707a0e3d0ac7

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86e13df210f069536c1d8df7e66eca15c2851f6c5cbd1ce965e53852f05b937c
MD5 fcd77ddd12048e281c30aa1a71c81d5c
BLAKE2b-256 0324f52a740acd84b4489085d77e89bbef1084eea794b23b56f7138409c752e8

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b5f306d8f717b90901be63ac39400563969e32fb1c5bb8ec3be754290c8c0836
MD5 6fc6bc409d33895e32500d1735319466
BLAKE2b-256 03051615f776ec1d110dfb32382ce85a29c6a93ab703f132105336ac7e98d438

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d4b8ac73884cfea50cbf55685b1bba216d852d4646616bb91aaf43be98bee050
MD5 c422af16947649cf58ad2aa27f7b6052
BLAKE2b-256 4c49acb47afd001b5ae6ac2386fb5f78ac039d1829ac9e1a6070e28e34a9ddce

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5afe976bcd7d4be72ca8233d5ae90551cbfb9cf34e32a9a3a808085c8c9cbc9b
MD5 c9bce357aeea97534cb720244009d298
BLAKE2b-256 c86f5793de81b9cca06f5712eedd8db716f96f694c60fe9c3eae514d571094dd

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 421d5e6950dfff15d48690e57ef404d76c398343afb45d9648277db5033d1d52
MD5 a1dd90e9556aa97ee09d1fd418b3bc83
BLAKE2b-256 7bd388f62893cdf91f396311c95a8fbd3c8a543eda53f68f5fdf553674ac643f

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9223f68805802848a8999492ed82052339ecd3b6780802ea28670a025d1715d5
MD5 cf0e7bf0b7918419eba90eab47e872e8
BLAKE2b-256 303a74e5e889af3a027d326db2ce2cac17b81c00d26399481a2c929cc136adc0

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7375bcc0a984bd0204adbc249f27b565064cb5c10908a5ef2ee6fdffe67fc618
MD5 781c2b0d32b442c1a1e2fbde6cde12f8
BLAKE2b-256 0b75a600b8bc776108abc3849dc7768603830e3f1e44675ee9affb7b1de72046

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ebb9e1d6db135bbcba9413aaae0a92395469d5ff43a8f06dd89699c93ba1811
MD5 b1b57edc95d95ec0e64d04b0388a4a74
BLAKE2b-256 e9373173769c2f2476b2f25f96a1176fe6e7cea48dd0ff4179572c152560d58a

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b3e9220b97128ad622a43dabd39d305a7a49486e12272a6abdf7f813b268b04
MD5 8419fd93fb8396ea6a5cd6f8a1647eef
BLAKE2b-256 b641cfe53912b7dfa96061674e9230aeae95442abf02e018b195cdbf693e0675

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d96dc927dd5a08df11319f33b2dfd84b7c71ed7332508c6fb207e95ea8443c60
MD5 ed7422246b256eb33ab8de56553cf504
BLAKE2b-256 ab83fa532d5ba458efdc8babebb713df5b333e4803a7a87e6aca196589e56e40

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7e3b80cb678070c842f88aba919e98c89f00fdd5ad03b7d015f0a2760660e4e
MD5 398d4af0f0df2e14ed9883af9dda83b8
BLAKE2b-256 114af83b615856ad068fbfc1c068c7f40a3f5560f51393942ad940daccdf87e6

See more details on using hashes here.

File details

Details for the file obstore-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 559d791a6a2f07f4c1d19091d1068bcb69896c9d899c6d4e85f4e95eaf0eef7a
MD5 221fcd29f0a38a2635cfc6a605d0e276
BLAKE2b-256 1db131190be4a1e6aa7851a9b86886003ef49f408950db1a01a14d99aa790aee

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