Skip to main content

No project description provided

Project description

obstore

PyPI Conda Version PyPI - Downloads

The simplest, highest-throughput 1 Python interface to Amazon S3, Google Cloud Storage, Azure Storage, & other S3-compliant APIs, powered by Rust.

  • One interface for all backends with no required Python dependencies.
  • 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.
  • 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.

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.

  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.

Project details


Download files

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

Source Distribution

obstore-0.10.0.tar.gz (126.4 kB view details)

Uploaded Source

Built Distributions

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

obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

obstore-0.10.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

obstore-0.10.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

obstore-0.10.0-cp314-cp314t-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

obstore-0.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

obstore-0.10.0-cp314-cp314t-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

obstore-0.10.0-cp314-cp314t-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

obstore-0.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

obstore-0.10.0-cp314-cp314t-manylinux_2_24_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

obstore-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

obstore-0.10.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

obstore-0.10.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

obstore-0.10.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

obstore-0.10.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

obstore-0.10.0-cp314-cp314t-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

obstore-0.10.0-cp314-cp314t-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

obstore-0.10.0-cp313-cp313t-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.13tWindows x86-64

obstore-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

obstore-0.10.0-cp313-cp313t-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

obstore-0.10.0-cp313-cp313t-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

obstore-0.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

obstore-0.10.0-cp313-cp313t-manylinux_2_24_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

obstore-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

obstore-0.10.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

obstore-0.10.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

obstore-0.10.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

obstore-0.10.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

obstore-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

obstore-0.10.0-cp313-cp313t-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

obstore-0.10.0-cp311-abi3-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11+Windows x86-64

obstore-0.10.0-cp311-abi3-musllinux_1_2_x86_64.whl (4.4 MB view details)

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

obstore-0.10.0-cp311-abi3-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

obstore-0.10.0-cp311-abi3-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

obstore-0.10.0-cp311-abi3-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

obstore-0.10.0-cp311-abi3-manylinux_2_24_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.24+ ARM64

obstore-0.10.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

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

obstore-0.10.0-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ s390x

obstore-0.10.0-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ppc64le

obstore-0.10.0-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ i686

obstore-0.10.0-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.0 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

obstore-0.10.0-cp311-abi3-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

obstore-0.10.0-cp311-abi3-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

obstore-0.10.0-cp310-cp310-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.10Windows x86-64

obstore-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

obstore-0.10.0-cp310-cp310-musllinux_1_2_i686.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

obstore-0.10.0-cp310-cp310-musllinux_1_2_armv7l.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

obstore-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

obstore-0.10.0-cp310-cp310-manylinux_2_24_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

obstore-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

obstore-0.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

obstore-0.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

obstore-0.10.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

obstore-0.10.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

obstore-0.10.0-cp310-cp310-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

obstore-0.10.0-cp310-cp310-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file obstore-0.10.0.tar.gz.

File metadata

  • Download URL: obstore-0.10.0.tar.gz
  • Upload date:
  • Size: 126.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for obstore-0.10.0.tar.gz
Algorithm Hash digest
SHA256 b581d2f78b521c7c72862721384c109b6764c57222b7bf06dc83626a7c4a6945
MD5 396f8446a613090ede4b975880f12a8b
BLAKE2b-256 78e334852e48d5acedc1dbfa8bfb1ddcee448c7bb1dee7cefca659dce5ee10b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0.tar.gz:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 616ab6d789e138f6f21b61b4325bc8eea6a537445819481d37c5ec644c55b7ae
MD5 4ae3cf4674af8258b3c8770f1d88983c
BLAKE2b-256 d6b20ee402562a055dfc6abeb09a533005ec97b7831d272be9a59f7ad6a8323e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a58698cc89feb153bb856365e2dbae305794355ab2cc1f667c70da6caf95f8e8
MD5 d14b9d9a59040b491296522afbe959b8
BLAKE2b-256 0d3d425032f746fbffb6647e077e4484b3bd36f3292214bfc29d36bf81bf2fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2c8fece4ed62af616bf6def15f822d770d2a5919aa0809f390ae6617817e6581
MD5 e09f56a9fcef07a55458f706641c1918
BLAKE2b-256 f7dcf5d5e39286bd745a57e2cc9004bbe1d6a1934e35e09f749973fbec4be061

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d172fc21521683799ff8e8dd81d13991e20642d079fba43c2283984c0df3386
MD5 39085860176580882272f152747bcd82
BLAKE2b-256 a07d810c00e51fea601b5f5c4db7b564f70a2006c260d1f54abb6941566d808e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 6fc9c80c6042897b474c3de108a37d5f1aef76cdb64aa53e973e3a1051354471
MD5 3afc2f5fb47d293b64952e84cff8ae79
BLAKE2b-256 461089a3f62ec4f8bfc7249b1b85024d8964ec1da1debc15ca150d71fb554f99

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 973a99da0102cbebe0eb9f34bb13a071a5bf56a11d473c4428699567452455a2
MD5 124d8291ccf8a480e1d6139cc8f1bfc1
BLAKE2b-256 2ca983390b2c75d1826d8d2731251ef126bb49d8e70a0cc410272aafe51b2523

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c058d8f08f7df45cabeca1a1c4e68bc8b41be921f554e5d2657600202e391fd2
MD5 d9bddbff8750cbcd309bd8fd50311910
BLAKE2b-256 9b915bad8c5e8a973cabe7d6cfb2b5b5c9e17e4574726d2f897c256ccfb78bf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 954204ff0c510f9025661b1b485342321dd5c36c5407cbbfbfd7c4da9e4f5b9a
MD5 697e473275b39c426d4a9dfd936b459b
BLAKE2b-256 d218997891115dae5f814b3b29970690b0751df8a9f031e226cd72c235ad88fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6db2098dfb06740079f83dd254af2151c48aa97b8473659ff3b78f1f79c3e50
MD5 83700af512c1359d809429903a58ee4c
BLAKE2b-256 2b1a3b98845d314489c38b0eb30c1646fa6ef82b41b0c30e8cf7a37a67dc3371

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81c5db4905a5031f15946e0ada948cd1f3cdca0c12635054570fc749d9c94b9b
MD5 96d6ad169c743bd2f01cfbca79936749
BLAKE2b-256 27ec87bcd103948aa4f3a2589de747ae184d0cc0680cd764aff6acb69b06d7e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eab9e7aa7b64c242af6a290a40b750a6b759776dcc6e9e1432f974e76a2aa596
MD5 d49eed14576dd999b9504c258cdd2135
BLAKE2b-256 647e7757c39689fa66c0fa3631ba6ec81f13e1402978fa2224cfb09a72f5781c

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e0a81816daa83da5fca85acf9520cc45a4ac8c2c5863b50100b3802914fcd8ca
MD5 3f8a09ff41f6046b12c3489ef044bb13
BLAKE2b-256 f6826a21610cd9c4c5aea89ec4e6eff2a67ef309a3c371511c80ab57a3bbeef2

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: obstore-0.10.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9a64ededa74677649358bb35a1f07d912c77c51f732b77c531383ef964e29cdd
MD5 0c179d056b46f13df0df33207d762a4e
BLAKE2b-256 abedddf7aa9f6fbaef49764af51c0aead36770afcb1cb43e05e5658c5bba404a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4e69ce8e579227f6416c4e547c485a9ff84425ec92fd95107f2ad0cfb02f1cc
MD5 b4a428d9e3f37e22d7a752e828d19c05
BLAKE2b-256 27382899c989997d8576c0a37160721fcc094155b01eca4eff0ef5faf3fdf434

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d12bc7c84cb923c65055d83705870e4fd7a233aba9db91a26aebcf2327614429
MD5 9e32780235e55c0fe665441b9bf863ce
BLAKE2b-256 112c5d9a5b2d1674db851bb8c9b886cf6a4f0a1d65adef113bd469bd7bae955d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 089d64f61649ded2b4f997ec94a4b659f594e6632f65c1c88622ad21c73f6089
MD5 20430623dbf84e03d19c50dc0c6f2bb8
BLAKE2b-256 2527035ac9f52e84ca7cf17554e11d522d6c213f56e656aff934ac6f1d4e7122

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c338a9fcbb18aebf5aab654fbb0731feaa27b80a0c1153aba0aa93188e89a6de
MD5 ad3387d15446f069e4022ee42591685c
BLAKE2b-256 567b1518ad6d7ad39904378395c47fee2726d9d4518053089e7bd23406c827c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 0d6b1cf7af217dd6091e097e240347a64709a11eb22a89adcc85dda7462d2b4b
MD5 5c6d7b1aa0fa171bce09ebebba2ac774
BLAKE2b-256 5bfcb80e7aa1119b46d7f232499ffda8c6e7db676405b421d566f856bd8034a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d2290638739df5c4c9e766e716fb536eb0e591350302ba492ff2dac7b03e913
MD5 81f43c69626acc3a39af0288931db61e
BLAKE2b-256 945b4deaf8795054977204925234ad9504b1fb942125bfeea11f6d11c7c04889

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b29f2477551114f1d3e01d9729fc54f88b6d6cd83fdc6e40d36eb4781ad03cd4
MD5 511858edee1b2e44782886a23ec922e5
BLAKE2b-256 35122d1b356fc58e0868590f402067bcfe58d8de7501109f50924a2d691ae6e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f86aa14f02e35db95b5331dda4387761366fefd52ec0856c9eed07bf92c681d
MD5 74e140005e9117ec0704e8ec2e66ed09
BLAKE2b-256 009ce501563733f212f83ea3f2661f67c25dfd5cfd46bc9a979237662910b424

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3911b95eac66328606cfa0c5545592ef18c04c242f5c5631c18ef4c3ce456009
MD5 6f0d21e6e46a89f8c75c686c86cb2f86
BLAKE2b-256 f6d923438e668d7eeeb7f30de4bece9467bdf9c2df25a849c10aec03edca4fc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d0396e857e403848a366ba38ee0289a5ea206cff1e184d2ce7f63eeb2a24da20
MD5 aaccbd583224dfe12f08b24b816e4f03
BLAKE2b-256 6373e1b00867e462c168de19a518688463f26a3560149373ab9a5b00a62770b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cccb3adef4e6e113fcd54a12c342c2a01fb8e470abfa1a5f9ce4ad2830514f1
MD5 03a6f28c9d49803ab5f537aa3d76626e
BLAKE2b-256 e43d8a20aa21c615b25fc37b1396f4d643a3f0a951b5d73284b1822b443912b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fedac1464b8835063a5661da8dd33519d0d24988d2b256c92b5841c26b18ce28
MD5 7dfec5d8bf1e1312c4acafad63ee6502
BLAKE2b-256 1354f3ed3d770279f59d87f476d36715f96ee097a8ab42f08c660c1e29d2a56e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: obstore-0.10.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 1fc3a232026f9b33affa4c6aa9d4a1765c08aa4e2d0aa8a6034801cf3f8a3cf6
MD5 92d5b95b64457bced45cf07fed3f9686
BLAKE2b-256 96d2b2a232c428b7848862da2b31428694237bd4fe71166ace65d48bbfea6eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-win_amd64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 315fe386cc631247175c2cc64dfa77f7ec4746248d0a03a7126d9b6a063a1a1d
MD5 757391fc426b40fcd4602bc1f230aade
BLAKE2b-256 95a3dad7562624b89ed8b8c06241eea9340812decb4bbf1e4f744e9fbf652461

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2c4974845b1192ec50959ad8579e01699b6ae8c64adb6433addcfbf35263901
MD5 af269f4f2c97527fa0124861a0877c22
BLAKE2b-256 6cdb038ae746b5f8ca2677fa95418234edfa22ebdeff77a55fa349abcb6a6823

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b4b1fcf083474384565c5fd06523894419280fca4aeb23a7f3f88add8db2d824
MD5 eb741a993dc333a5e805bbf54f6b4d9e
BLAKE2b-256 1f2640a9a419de6ccc9e828336fab4a89a5d90c1e01523cce781600dfa970b6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 defe889c3baf0781eb83e0335e89fb1331723bebd6a015dc4eecb99794c70210
MD5 fbed9976a0a10c62023ef79cce600c1f
BLAKE2b-256 e5be378d4ea417771bfffd49222711f70b426f475475881aa6adddf67e62be18

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 012ebb24ba0c47e54840fa02bef780ce4f4d73a3c9685d9addd53222f1b375b2
MD5 ad8ba1099db0354228239a3c2ae00dcf
BLAKE2b-256 697650cd42e12d8fecef6637a00a857b39c4aade6fa8a100634fe8a000fe56ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d07b04a16c6a586444de1997f2121a332db05aac7953fbcb3e8fb28140306a8
MD5 76ab5c2860a4aad14b04021302a67742
BLAKE2b-256 cdf19934e3ae0869085449d87c54e41cef137c8ea8527a87d60f9934f822bc08

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6b53a9c3e3afe24ea53e554c1d5626fdd456b2e7960091fce4a77af5b7a0ffb7
MD5 4eeb3b96bde7013de38141f9d59bac8c
BLAKE2b-256 3d337ae84485bccb672f4abab5a4362e2e1554d3df83f07f76e2d68bee2a0657

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2509b29b89e5a00480f165d5351132da2efeeca6a57d29f018c4e0534a5a5dc0
MD5 6a69f75f15ab624eda45e04ccc303082
BLAKE2b-256 eb8090b292e9989ea387b60f66077cafcb6cc637f3a3ec109ba2c3fd7849b19d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a96beb5628f3303d8fdfd003b1957f4c2a38f0f224a47b6e488ab0b4eb23edb
MD5 d7d3c06826f002c254e69fc1cabaf889
BLAKE2b-256 81d55495cb6056fac0f9394518c8eb85340ba625245a14de4384385966efeaba

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 71657a256f938715f5a4d3fe84c5141b79572dbe2436b90d0020ecb9cfe6548b
MD5 42cbdbcbcb8bc0cf31ac6c3da3f236d8
BLAKE2b-256 b60c70c1ba253ab9a7dbdb73996381b73ff9a121b032e9d04125709378f44b67

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b071781d2ef95653f78aef588bd054480381d679ae57c4f5d2553b366de1a05
MD5 be977c2d7ba29b3f8e0d4c872a82974c
BLAKE2b-256 156b31d0a6801a05fb032060bb38c94acb5348ac4ceb0a3a55d0b100439005b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f343227c37c6f217aaf56e82f58335fa5f34b70a727f4e5e718becc9c613060a
MD5 e003cf645e27408ea4baae532ddd5c2e
BLAKE2b-256 dec1782617a10203916d193ab2bc6efe363f8f42b5bc6fbde0e0cc3bb51a58dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp313-cp313t-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: obstore-0.10.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for obstore-0.10.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7e14e1ef6bb63730d6aec78499b0aa48dde160d1ad8fdd1e5553c930e7664107
MD5 f0b087fad48b6bbcae8c3ce993057fd0
BLAKE2b-256 f1de5c683e75a7504ee73d51e34ac4b98c1eb2ab7679d53d292009028e05338b

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-win_amd64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25e1cad14a7723e48e358c5635dc199ec1d0ddb0f6724ff58d92057ed93ad81b
MD5 fad8448d992246c504f2dc588bc6bcce
BLAKE2b-256 a00828d6917d454ae587ef10b10b5d591c22ceb42bcb42c777463fe04ff3efb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e62afd200b2e5bc93cff75e6f930877f4203a6a2f0e13252c6ce7dba78d77c9c
MD5 05d7c163098fda93865460002c23726c
BLAKE2b-256 ffdc3f40b59c19054d8dc0c2699cdc72348bfd56edec78008c5e6bebe8aed55e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-musllinux_1_2_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38a10746b540aab3f898422d87fa7112dab35a824dfa912b64480eb37b55c755
MD5 82c900e7aef9df8f64125fa00ad053ce
BLAKE2b-256 add94c534074516645236157135127e3379184f6f8e2622ab93485946ce2df42

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72610b6e7b3da608762b6a8a37989e0559c813ac115b9376a176810eb0173bd8
MD5 3551af7298a4c25ddf91ce5af73e3980
BLAKE2b-256 51fd7ceffe6b89feb6169f81d2b1b5d06eb53998422346c79365424dd06978b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4fc646ad2c2ceaa3dbe07536eb207e1e868e4c701c89f71dd35678e1ee957283
MD5 a93a8af125fa6aab557acb8416989fc8
BLAKE2b-256 632d363d7d7f89378753e5491e5d1189b0c728d68ea39d2a02baa6644fb8c4ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70accdf1fc624559c810bed68041f599a218f3dc4fb3afdeed50f7151e240ff8
MD5 7a94a9de2890ffbf007c78a300703664
BLAKE2b-256 b25a11b2947870663c4d804a5467462dcfc66a13505cd360e97b2d6ccbc93686

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e360ce37f4b5f7b6e3eaf6517b8bbb481379eb0773a16bb2971c02b4363ca787
MD5 e232fad14b7eeded1e3c422026be7ce2
BLAKE2b-256 8d37d5710ed7aa32082933c89d3864197e9b413dbabd954ebd5504b976b998a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52ed02949c1ea3dd445c963b246e95801ccd54b5d0d24050ad7ae9570e2c1195
MD5 2b534bfde4ae01066f672556b1a94848
BLAKE2b-256 0a31e7ad24144996cb1c84414f5dfca83ce149ccfca621399a4fafcabdf18635

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8a443c729dfb6324591664aa4cca5394d89924014d585ea4ac7e2d448ad3a8e
MD5 4359df8e4c5c46b9c3fa44d5023856bf
BLAKE2b-256 27a4638775f75c7df43596c44684f722db4f130d9a47bc95047c81dcffd8461d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d90894aafb8baf02d4d7d4e6debbbd43b26890bfbe0bcad7c6d75b41b019ed6b
MD5 b30bbd4a5c9087ba2ada1f6970750edc
BLAKE2b-256 f9222a4eec925df64b46839b37222fb46fa32faa6790173688b6bbc1a5fd303c

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e45deb76f3f1a54cf730c43e917af72d3f1a46e4c502190a9111d2dabec3d71e
MD5 75021690fa12d93820444d4144181091
BLAKE2b-256 4840dc3d2acc664af08c4b1062cd677c36a1f3a7face6fa4e966562ba58d92cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 03b4e07d97e5271da136942dae71febd5a42c455aeee42a40892a6977171e9fa
MD5 538f4d72672a30891d17c5b7c02c5c8c
BLAKE2b-256 364746357284f39465aeaec6b49f7741a26aa6c0258be6d0f968a3c5c1a93401

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp311-abi3-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: obstore-0.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for obstore-0.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a5b55daeedbfd744578aea9b62074f4bcf00e6894ee32f7c0a39aee78599ed6e
MD5 4f70b50da868d91ada3ee3976416fdf9
BLAKE2b-256 1df127e06291e303afc1a229b43fed327782e96e5c3c7c640adf2f684b425e66

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 722dbd451470f570eadbdf45b9a2db205d35648da3cf2f387111621dec715fb1
MD5 d89fe07038e2b3be1849ba09aed03243
BLAKE2b-256 a9c48dd2b068c13b66e4721da3eaf8ff0130d1bee27e27e8f4cda58f0b76c8aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98594d7acecbd113c70d6e931c40758edca91ce64ba5dda496f95603c831727a
MD5 729d886f6c33e5c7139180dfd8249c88
BLAKE2b-256 4f38cf21721fb312f340b70d5fdc803c5b4903220b880ed121efeabe04166d6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e4547eeb8a7e83e9ab3b27d8e76b881e261a71846779e1ae4f1d07276d032982
MD5 6955e88961b67bf7df3bfad792bc69c9
BLAKE2b-256 ce9190cf83b7d3f791fd03908103ded8270b3aa026410c47d2b45caab678caf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87259012873a9943d34a3faebf30ee0755e2566750c877df3f1d5dd7e3c13aa8
MD5 d812f5cb07720d45c90bbd407c076886
BLAKE2b-256 7ee10202ec9aba24be0c859f8c0965e5b0f5cfeb198b502e15cc3585b703477f

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obstore-0.10.0-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 b9e28b4a59c08e077c5b2803717f9e45cb033b21f7f65cf193aa92e4dcf51c39
MD5 90d60c9133572f43c2195a0115f16364
BLAKE2b-256 a3c86f4c057275200b4767a975636adb082798921b35164c4b609957ce8539bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 351a8c57fd10d2f04cbc8fb0b29b39c29a4502d6418604cccb6e0b127c47b12e
MD5 a8854c661663a4e3b0a8abb7f750b538
BLAKE2b-256 ac52e52fe8d3d17268fc7e9c7aed6ac64f45004c150348124eb0726157a86dc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 081a7d7e5c63b864747491520d17ac3c9fb957a3df62c5c177fd98f29dc1d9eb
MD5 6e2932a7b5818369ac08da497e22a4eb
BLAKE2b-256 42413c823d6c247902897460d1b7ce73f2811f630f3afebcd2e0234a36c40d98

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0ac211c847759579b3b0951e8a7758c38da68d6aac5c904d78cbd71a62ccb7c6
MD5 28d7c195ebce52cc8b1eceb29f701ab8
BLAKE2b-256 064b2765fdf2c35ff75a629224fe1e6635b85dd031335cd90bb81480a6cf9c60

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f84be7473d5b2484059563126b1ac71377aecb2ed3db78c7fb3fddeb7f263b2c
MD5 b1f98ccf21c8e8945047b25a1ea4ff7d
BLAKE2b-256 ad05659f95249d05a89a9e001de3a28a9e23e33c76aa898576650231730c6d05

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea1ba8896799ad0bb28fce0aa3b23de1177a4bb588fce8e252fa161dab722907
MD5 15a247dd1716db398bb392acc5850d53
BLAKE2b-256 569c6b6baa77c65a54ca97a05b7ec4f1054442c6a79ae680787a5754289e955f

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b94bc574bc730a9a25117de96f88ef39dd9bce069cba44fd8726d1067a36d693
MD5 3253bc2a6891e86f2fae0e54d6532edc
BLAKE2b-256 e53bcdce02604177c85243e4020e72945db19833199c7082cad2680b19fe3cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for obstore-0.10.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f3baeffb01c6e018ca770e48d7456bc1f262f213912725d8262e3c7c3fa1c1e
MD5 00d575975a1c85a14ab2ce9d6313de20
BLAKE2b-256 2e334790b8f8c128dfd7d2d2be56806c4223e35f292a03322b0f9064b463132e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.10.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on developmentseed/obstore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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