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.9.5.tar.gz (124.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.9.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

obstore-0.9.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.24+ ARM64

obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.12+ x86-64

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

Uploaded CPython 3.11+Windows x86-64

obstore-0.9.5-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.9.5-cp311-abi3-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.24+ ARM64

obstore-0.9.5-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.9.5-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.9.5-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.9.5-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.9.5-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.9.5-cp311-abi3-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

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

Uploaded CPython 3.11+macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

obstore-0.9.5-cp310-cp310-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10macOS 11.0+ ARM64

obstore-0.9.5-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.9.5.tar.gz.

File metadata

  • Download URL: obstore-0.9.5.tar.gz
  • Upload date:
  • Size: 124.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.9.5.tar.gz
Algorithm Hash digest
SHA256 9b260c1c570ddb12d28df60863792f26c45f958bdc9cf2f2782e16ec4f2fda4a
MD5 20bfbb901b81d062fb588294628b1207
BLAKE2b-256 85b371afe64d4751cd6bcd2bf60d25e1545a02a6a0058a9617d1b6e853a04fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5.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.9.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef7521fd1812d08d023ba81d6bb255f9961df3a94c637414707911fa3fbf16fc
MD5 0552fe4cc012260f92bef68e3cf231b8
BLAKE2b-256 f6f8d4b930c26a11e5d533ab2b257428a017b2ad5681d41e6ce2d8e7e7569b28

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 29e80453045e9010ba29ea377cefee404674cd2bca327a195ee56241dd9a15aa
MD5 22da655a04c8d7b6585c73e923109311
BLAKE2b-256 0206a8c6d8dc978f4825a7f150e78a9881751749660d5ad16b2235a9f90efce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c5a41f6490fc27db5542cd61f789e4a3d85ece4ec749896c90f2fad0f3ee3b69
MD5 92065c9fbd38af679b8f3b42dabd3fba
BLAKE2b-256 8f8464c907f0955862f230c6604dead175998e2b6b8fa643073999ea79b19546

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe59ecb84bdc140758ce6c4f595ab122d59e8f355cb77afb69b1e4b34ad91cb5
MD5 8f4313937714f14c2f06d0b835199ea7
BLAKE2b-256 5f26000db9c2a06ebd251da48b08057db92e256512f0451871b95dfa7ad06ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c71414c9183a7b214e023fc4d059320a4c439e54febad4908d19341dbc5829c4
MD5 a8dbeb8170f4ec3f28d3939638364218
BLAKE2b-256 85fd0dd41ac7b3f0391102090197e93544d59e1accf057cfb37859f91501407e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67b42a3dc647b6258ac815530647fa45258e24749c12e6eb5dff934072ae7691
MD5 4297b0b2c368ca7a74b6d51f210a0b2d
BLAKE2b-256 29deaacb0c5cb5870b582ee8e351aa8a159c91bbf8b3fd3f1a51c51e83ca22cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bdf0d4033b5c8c600124dc824124435c7a8781cbe8e67d30f1358a7335331fbc
MD5 4a3e6a3bda02c9b1d3c57f1813b4bf60
BLAKE2b-256 7d5d9a3aeb8f0b586d01a8928f9483fc688a6e0bda034c7126e85812f4b387f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 562df71ad762570f4eb98dd7c72650e328c92751af035175bf6ed1a5b2c52587
MD5 ce3bd2c6e37d2b1af748ee24ede5a509
BLAKE2b-256 eeae9661a62bf4b5bb3211b3e380438a3d0bae40629a09f0f78b7ecf2ff80cf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3508aa9a8143d105b9b84023a5e6b9955b005e40676e8d343528d0dac7814f98
MD5 be3837eac7718e3737e58f66137c6b8b
BLAKE2b-256 1265a320847cd1b5e69e9976e4a3415442e087ee09b7644ceb68cba6a60e1b08

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 55cd9e3e0b3b6a07e43c39085f1574c1754e8243b66362fef0c85652deecfb6c
MD5 fc6b9c75fecc626c6a0139ced782f264
BLAKE2b-256 03c32a0e362ced42cf21d985b14c7cbcce9b5ffb8ab098dc1b603aa2e568bb1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49dab5bcf8e67fd142fa5008193025da11e03560ae6c91b0cd9d0afa81e2514b
MD5 0335523405dae2c2199f68f41bc99e66
BLAKE2b-256 ae346f228dcb4ea25a5cd97bd2013214cde19220eba2352dad4de80f3569948e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b8838002003d669021fa515c1e8664a1298151827544473e3bc80e084fd162b
MD5 28bb2a76b33790e212f0a61564e138b4
BLAKE2b-256 8de6b2488a1091131046fe78d2044809da74421cf347e28f42301a6aed31949a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: obstore-0.9.5-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.9.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 555c3034e493802bc501df87ee617cc97c04492e39798821b635376ad82b47c5
MD5 f0b86e456939bea648b927411bf8837c
BLAKE2b-256 1b276f54434b9b76f5d13163165dd2cb52e321a970ee32909c5c999ae1886da3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84e7b877d4032f94e9a39619d3a255d2aaf0450f2b52a1e3e980ba6e128c4235
MD5 55122823e735847c2069061feca26a0d
BLAKE2b-256 cd36ca53fe8fc92a66362774c016f3e2b1e2083757d35308e6f241d91f9145ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f29e1bc70f941607f22a4133a7e4c4205df7963d0304337dc46c96ba13988d7
MD5 2d41e2b5102b6ff5db1044bf2183df9b
BLAKE2b-256 9d8a008865ef6119f52a79de5a38c002054703d61dc2b9a9b4799ce674d0b00a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f48ed6f75dc77ee2dd1b13c99b2d6319d3bc335e16dcd5d4833473c0da106c66
MD5 cee1950b52fec46693326132eba109ac
BLAKE2b-256 cdc767b55d1e902004cffe65229641ff4cbbbe5853ceb7e3df9c6c6459a04fee

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8c4164e5b557098a2bf63ab8d7dd1ae54115af90233450e02046ccf3da760f4
MD5 3cd77cab06d160dfdfc19d9dac2b944f
BLAKE2b-256 6a86378f1229df013d2dc4506c32a5c8d0b1c859fcaa1a9a1200c7278a201944

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 834e78372dc57a168b58676e28ea4b9b3713b0e9364cdfaad3918644975d32ce
MD5 d33f7cdde5704d07add15d668dc5dd70
BLAKE2b-256 36b6da037b702baa25f4e4abd8d4d3bdd366e2eb0b2bdeecd04d90a5fb85617e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2271c3fee93883c28e52edc2a5cd42551e4376ae3df5cc637ce327d9d27285bf
MD5 4161d3ba3995056b34ecd4aa69f9c551
BLAKE2b-256 60046c459e6b71fe7935e3686263f331c7a90568bbf31a7d94da4437a118ad18

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dd284bcfa5e88325b55ddecefa7e96d691a329cd321f34fe0a69049f952d7341
MD5 0efb2d3f6e5504f25f97cef43e187b60
BLAKE2b-256 d796ff54d5cac4b5a72375efa6c37c7e8eb5ee8a2c7a42523d3ad05811f5753f

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e53b35490bc8713e56469d28af4b77d8324c05e3c4f7f5e5a70d189493d2492b
MD5 0107ee0025fe93ca4927fc204468c211
BLAKE2b-256 47c152dd20a22ac23caba2125de6583cf65b1a67ce0ab6ff4b7053534ff98b7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5deea054901387b034b38e2596a729e1b55f9e03245d988dae710a3eb48cb62
MD5 d6779afe5262d1292e45b418669227a6
BLAKE2b-256 8b679dc28c375e96cb9338c546747e7fbb53bc7454ceea2ff711585acd28d44a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 40aba2363f6ce29db8f599683e431ca554452ad4d3815f13206fbe5f685f986d
MD5 0e078367fc39aa19c90e199ab30ba42c
BLAKE2b-256 eaa8acb995b73241eb3c842f0c9a68d1d389b4eddf9619bc5dacad9699590358

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09a36aa610b3fa1bafcea414abd30651a911d9011b028c96722e0ffbecbf314c
MD5 a4341a101b6bd2f486fd209b73f66e7a
BLAKE2b-256 aabfe2582b5ebb19c297c490052c7e67d8ae54657231667bbf9481a7bd2aeb37

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 179ebb76f5f1a448f1154a08ae9fd7ea2084a368cde222a185b3fe0d43a3cc8b
MD5 7587d1ea75ea5102d1cfb6c1d29b35cd
BLAKE2b-256 7c5c6bd9d831064952733ab843647be4a75fe09f7565943602002aaedc71d839

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: obstore-0.9.5-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.9.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 4ae711e30c68fde35657bfd6ebfa5600f13f802ae8448fd23c52fca1317c8d2e
MD5 1aee102e6bd960ffb962177ef3237537
BLAKE2b-256 16f9746df9c2363fda331b2a74feeb9915a9518fb94891287c996f2485833f17

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 665c8abbfb892a6546de5e5f1149797fae13993f4045de9ae54d7fb1570b8280
MD5 7b6ef213e4595bd27f99e51dc18fbbec
BLAKE2b-256 39f409dafd6de698cf1aa535575f282b101dda8ca33662fae7b6a89f60e75c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e406d553501bc96d628ff85b099345196304f33e2f30ccf4846bfaf8cb8d5b62
MD5 ff9e27b01c8c8d0f02077b5e4efc3c9f
BLAKE2b-256 e3bc0820aef78d727fbdd6da8b2c813c38e8234374103b11dd9ba62b03f19198

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b942cd770e257830cf23b05bd930e36d59a4620f54c7c4ccee15b220e9e7d5ba
MD5 f8e493b0090fd5aed635d2ad45f2add4
BLAKE2b-256 c81f08462b85ff6e5f15d4208df5b16d655d806dfbf887eb411857adfd24b3e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21c236ca1f4b1b03034d691a276f99d51e3ee3a14246a93d8fdc14efb18f9dc6
MD5 2416bcbd20490a2b41cab3829d926e28
BLAKE2b-256 0e3d3202d14e1a1d097a099a7351d4c032aa4711b44a8aa04e8027db9b7a81a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 e32f529289cd46363c3bdaec303f105412f3171c5702089521b32f5dfffb487e
MD5 7181ff64c6aae30b183350e539edf720
BLAKE2b-256 f0959798cb84eddcf00379a82513c131f35bfef3422a077d5c66ed84bf7fcc55

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff5610969075569a7be7bc8a57b2c7abcb0dbdab7a7d140b519e15b650339b61
MD5 d43f83a490d115af046bac285f97ab01
BLAKE2b-256 d814f88831a684784a9ea05ffbe64eb7d7b94fa4f40d4b86f7861436740505a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76f4469c6f69773d55cece08c51b7d01db4d4fea5ef7334984a8023c03a62499
MD5 d736a648b74ec7d260974a66a666fd8a
BLAKE2b-256 d904fd7d3c8c86ea94248d20ba4bbfacf03b05240b32b385f50c2f77a5242d0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9942a8966776fd0c40a3e14c56ad28f9d602b4740a9b744d8c94e1e500a4d684
MD5 c53cd8a6b354f8500eb0f96eec2002b0
BLAKE2b-256 f1eacd3e2bf5a1c29162179717df477ca485f2bfe8468a23b26cf89956088ee3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c354d4665bbfe9a6ef8632a06fc8a4e5a3836efb7cdc33b61ab068798acb341a
MD5 d0ec978044fe9a328149680e3915796c
BLAKE2b-256 9066617caf6c1bfa31ccd942ad1b485089a7d67a5ddd1a8fd42300e5bc5918b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 febc05acb3a0474e74606f45473f3f125e3713607a4a11373c6373e8005e89f9
MD5 70f22f1c9ac775f101fae82914e757eb
BLAKE2b-256 10749dbe87ffb03166edd2d4133b1d3e277eaecc6aba6a663c2da70ed241a522

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8dfbf021f7dc5d7c75586a4e7d754bcc4cda3b632249dae633520f42f2dbf7c
MD5 93dc14f5942ffe1a41d697f04c804389
BLAKE2b-256 080c25ce6a89844e5435c3339e3acb4ca4d70d69eec26a10cf65781f2d942a72

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c490ac0a7f3007ff52fbb3324e74cabef52d667f27eeb2bb75a2b0cdaa902c85
MD5 e4a481f489f2188cb44ca68cc3fcb789
BLAKE2b-256 f26124dd5fe0305ba2651949edece2da034a33062baa391540385e76dd4a0814

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: obstore-0.9.5-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.9.5-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a137b50064cd0a9714b66d0ebb54d83164c51cfe936f67bd499ec5a827f6ff87
MD5 be0d2f2060862ccb75447dceb42054d6
BLAKE2b-256 45807845a2338dd1adca49160f762f4a785d0438de4a508fbf98022595aadcf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 871e0223cb47c53318574c0705345498c522d19b3b2c8510f9d151a309e0c123
MD5 0d8265775a812db420b3604f34cee500
BLAKE2b-256 02c25dc170d50f8df1ead8004d3fb1a0486bb889097b7ae5f15daf3e1645a731

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 644e2d5ac9aae7d5eef093c82b5025cce01ee7e30cf76546ff61f58ac2671e2b
MD5 6253637cba17ceb1253c9a6173df86bd
BLAKE2b-256 1c36a0bce2bbc41d309d3fd95869b7fedc3a3811a778cc4efd25a4782d6be775

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b691a9c8bace34bf70f023af3f9044a3e63041154c15c8a7fae7595e1240ba17
MD5 20943bb8701194cb4b9b6d0b60f49f7c
BLAKE2b-256 9a0cf82c71c343b70572adb2e09cd06c82112a6cf910593c268422e106f08cc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ada211c2ee237f3c41eb40d893c46fcade11f75e5f0af0b72743fa346e9a38ea
MD5 194ba0c50c5cd2c9ccde62a7df3ee854
BLAKE2b-256 47d4666fc559d7cba608ed137e94a76a0ee25f6b95e7fd64150a30a50ac797fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 1ee955ffbcc7c44c17f6145fe794e7ba8b10e1b5191943a79f3bbd7cad471098
MD5 3e3c69d96cae3ecbeb7b700f68e1ca0d
BLAKE2b-256 750b7d4ca1cc3be4f2ef00cd0ad90fb17e186331d2984911eaae1088216cad00

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fd05fa28b8369dd5e9dadcc96c559ae4ff59e30d37e236417cc2471f8eb0ed0
MD5 b910cc9c7b3c7f953be614237259a9de
BLAKE2b-256 088b06074b683861bc6864ad5cace4803ee2720c8b4de8997c5777679da3ffcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0df6e437c610b4f7dd6e7e4a3e9f3a08ff7adef1fe1dd89b2d7085fab1c6c2d0
MD5 81439bc35f79e6912da37dde548eb7dd
BLAKE2b-256 203fea4486c003e06e524fe60b36ee17c9300ce7b8d7e2832ffa78538ba864e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d1b99d79b832b295a6da4428a9ebaf91999cb1e68af9bd49da4316aaf340809
MD5 81cb784079f155736051b15dbc2d49f7
BLAKE2b-256 2928f5805571559c9089d1e0032523251c35164677f3952c43409b916fa1face

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c2df2acf5adf251cf1f57a2acb7b394866742b2fd3bae53833f30389dd7ab5c
MD5 cd9500a3468a88ef476be7881f024a47
BLAKE2b-256 8327740448a0b4b0520a409a56883775192f6263b2b5dae77febf4400accf731

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0fe21e6e6c23933c68dba12c94fb4f493edb2314986eae9742b186f5858dce0a
MD5 eee1c2ece7112e5919283747196b3908
BLAKE2b-256 19044feae163d006250fcaa8d35ff7d11f98b19072df1d9e52187328a9e75b62

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e92065cbe028208ce75daf99d44ef0d4d2ed530f5592da32e1f4875e3c90e1f4
MD5 0b3dd51943dc2f1982e943f17bef6ec7
BLAKE2b-256 cec87594dc9b3eca3ae4a1019a486fffd75c37c8eb3927a653990f5ad949fdaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 07b6c230f935b0ccb794680a672a2234a3cc4fd7caddfcd5734438c9f9933309
MD5 1a0b78d54fc9f5643c0243e993fb116c
BLAKE2b-256 e4159ea38c3cb61fcaef6ad8f1e66e5d0c9a8a68e813bfe199d0cf9182b1f095

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: obstore-0.9.5-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.9.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 131a4656cecc14b8235920f398e82541f57ea69e18c83680ce6868f18e769c27
MD5 5f7edb597f1feefd2993426806204028
BLAKE2b-256 cff6db1d8fc51e4b6eb7ba6ff714ef71852cd54ea6e440a1d00d4bfdf7aaeb83

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3aaaa8562413147f41f46c355c3bb52a4454063edb464b42f53cb85c1fac82e8
MD5 d67ed43b3cb0d81553a7dc6911617787
BLAKE2b-256 8f6a606604871b0f057bd065bb1141bc3c822d1fd2d25aacaece0025827aba6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 260da6a8c015a00d41d4c3032c25fedf33c6e8c062fb180075b22fb42a6fee3f
MD5 b28d15a84855f58da4f56341caf820a7
BLAKE2b-256 90731276638b80d48a2dba2407b8b150cf7d3878a0120f45a110e6ecf26ca0a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a1dd4b6b2a5985a494dc3a699cac9432f9785bcf04ec55cbc936b0b468a48e8
MD5 197234304c110e9dc1f5a012982bb15f
BLAKE2b-256 3f28f0edd210f1a62e1e7ac37519b62786925f98d352d449abc02777614918a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd62f926cea66ea2a228bdc4c5bc51eaffd211104bdaa54e5121ffeeb8d0f61d
MD5 060f1503c6580ba57ca77f5c8070ca7e
BLAKE2b-256 542277bfdce07e463e3313dd32a5d95bd535b1b6539e15b5bb5f45711c54da72

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 6bf8a61a7f46eb5554ae09e54d3efa19f277af8e8e63348bdf97c341d45b3ef0
MD5 f8a2b9934924139c3a53bd93dc52484c
BLAKE2b-256 952ffc3dca8960033c3b2e2c7edee4da41f47665d34572c9d8463c3548f2efa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3aa62d792a42e28f165a06887b6b8e2a666add7a9b0450a5081b1529331857b
MD5 01753cff954a39b4aa862c36092c8e6c
BLAKE2b-256 9a1dd90cfc4b3ae040603591ca6a333161b70b71277f5d6eb63c20eb4841946c

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81edc787a1f12f5b310f425d7cbea4c1b6dd4092b82106fb41725927ec41aed3
MD5 74ceb836d5a428a71f622337d3d68c59
BLAKE2b-256 2233a008fbde67a8e69931a8e487f5b4809ab134becfd0d16110b84fe34b7345

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 84f6ffcebd8149110dab48466e8face880fdb175f9f81cbcb473e697f3405154
MD5 3f17cd9a57c7511643c702fe6e2db351
BLAKE2b-256 b8341896ff601d3233b950382f5f7237fb5260c78c1c7d99a4113d14e13c89dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10f711c13e74cabac4274f68acaf1cdf0d0f1e73f034d61a5de6e4b5f2b72111
MD5 694ea0e5f65b25cbd6253864c46db761
BLAKE2b-256 4a692989586eb8f76927cff3e11ec35b75e72ced1ee0fe20840715c415c79dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6a42bcab306f8700c1d9aa4b7c5e0358e6f28c46ccc0315fab5ab67ed2a4209
MD5 df35df8b4033a291ff80f1717bb4645f
BLAKE2b-256 8362480ceaf9e70e0c179f1b5a0510ad8a8003e1fcc121ce1ad19dacb5218c7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41dbbe4a8eac30b8e49e97c50adf984986a108ab6615d7b2be448419279c9387
MD5 50af166618510a38e6932ffc913f17f1
BLAKE2b-256 b6159d565f20143d2a1e91c9608d25ca4465aa55af011946ef827e8c0b05fec9

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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.9.5-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore-0.9.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 169a25c0f38eab9d490d11120552ac5cdb19af76b315945d1be4566b2bb65811
MD5 71857ddb6f7326a75216b4ee070bfdd4
BLAKE2b-256 d5c110c77b19bde3f7214fee2507e9aad307ffaafcb21b89d9a013bce20f89e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore-0.9.5-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