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.11.0.tar.gz (130.6 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.11.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (5.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

obstore-0.11.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

obstore-0.11.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (5.5 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

obstore-0.11.0-cp314-cp314t-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

obstore-0.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

obstore-0.11.0-cp314-cp314t-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

obstore-0.11.0-cp314-cp314t-musllinux_1_2_armv7l.whl (5.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

obstore-0.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

obstore-0.11.0-cp314-cp314t-manylinux_2_24_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

obstore-0.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

obstore-0.11.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

obstore-0.11.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

obstore-0.11.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

obstore-0.11.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

obstore-0.11.0-cp314-cp314t-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

obstore-0.11.0-cp314-cp314t-macosx_10_12_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

obstore-0.11.0-cp311-abi3-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.11+Windows x86-64

obstore-0.11.0-cp311-abi3-musllinux_1_2_x86_64.whl (5.9 MB view details)

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

obstore-0.11.0-cp311-abi3-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

obstore-0.11.0-cp311-abi3-musllinux_1_2_armv7l.whl (5.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

obstore-0.11.0-cp311-abi3-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

obstore-0.11.0-cp311-abi3-manylinux_2_24_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.24+ ARM64

obstore-0.11.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

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

obstore-0.11.0-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ s390x

obstore-0.11.0-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.5 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ppc64le

obstore-0.11.0-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ i686

obstore-0.11.0-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

obstore-0.11.0-cp311-abi3-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

obstore-0.11.0-cp311-abi3-macosx_10_12_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

obstore-0.11.0-cp310-cp310-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.10Windows x86-64

obstore-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

obstore-0.11.0-cp310-cp310-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

obstore-0.11.0-cp310-cp310-musllinux_1_2_armv7l.whl (5.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

obstore-0.11.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

obstore-0.11.0-cp310-cp310-manylinux_2_24_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

obstore-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

obstore-0.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

obstore-0.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

obstore-0.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

obstore-0.11.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

obstore-0.11.0-cp310-cp310-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

obstore-0.11.0-cp310-cp310-macosx_10_12_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for obstore-0.11.0.tar.gz
Algorithm Hash digest
SHA256 a2f55163bcd348b4a60d12e6893eac50eddc742bad8032a1705d49140b992204
MD5 38f17bfb123d5666bc814e85afa516a9
BLAKE2b-256 2e2ff83afaab7945509d72245b2b00af0b4834ce78fdd2d9ae9f0ad1a3036a91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65c0208ead516c1a79afced16f2cda9b5542886123e53ea0a8a7d5d56b86fba5
MD5 1dac8917e16685c98f450a4153c7b773
BLAKE2b-256 2c5307226c948760264fb7ba253825ecbe5941abfac9875e6d1b2679cc82e3ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ed5910bde525d7d936d36dc78c7d4c07b57b6c9b55e402357b107103595d56ff
MD5 d1ef15d51087d50d5af560fd7b65e7ac
BLAKE2b-256 349603594ac63d7b1a0e773b0c604c38003ee828e6d5348488eaeb2c57bdc29e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f0c1527daf1c75d3f70ee3f6bef2767d8b07005cd7a5b43dc8c96a1323f3ac54
MD5 b80aadef4b2ccb1746d08f4581fed3d8
BLAKE2b-256 f47276b3099664d997747e5e7b11b322926d486d1471266941fc0103d912b666

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9555f36a0724d34d747b38cda0cb55b3f650a22e8671614037c52190bf4da6cc
MD5 df2ed9ebd405b975c8ef3fb80ba9eb01
BLAKE2b-256 69e82ee75c66bc703670bbf1aa51c320a4d282efa85adf8e9fa3f7467c02513e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c9c6ccc06801afb0fc0e8f0e8c957f643c2c4f7e349eb36a736167e280709c6c
MD5 d1d604cad4fbf83904c0f8dbd5b88efb
BLAKE2b-256 d024a9033feffb423d5f6a7bdc85041e9b9e1f67b2835fd484427d005ed17187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca0a6bef07fc26990828528090c6b41860ca949d3cf1b81b24854674173b47ba
MD5 2261204ef308370e59e642180b116b6c
BLAKE2b-256 8a94d1cba6347ed6e540765e6db2c2a262f8aba50ae40a0d47749465c42e94a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee8d5aa13158e39d20e76730fdc81a50fd80f6d415a1dc327cf317e5c4e2e878
MD5 416817d8fedce08a6d7a9d7a17afcbe6
BLAKE2b-256 220ce83123e8e2d2075dd686ed1c13e462c19b9c57ec0a67c316bdde862c6def

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ed68e3653f12a995bca4372cdccf8663bd3df2ce9750132d11c4c04489e2dc61
MD5 b6ea8b49de150bda7bdda00546129eae
BLAKE2b-256 9840af6699c140cd4f5fb638ccad2053b096ebaa8b5fcd2a2c5176113c1bc847

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 193d8af924c24ab60c342d64c55896f8cae026851182ade6f1b650789d17b84a
MD5 fa6aaf6fe5afbd4c9dac0deb4ee41c03
BLAKE2b-256 e2e4a3a87a9ef6973cc59f8cd3543b74cde3bac81ff18bfdab80a460c95d5df0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0a7f574cf222156f95846fda755365085e8c825be48359f32fa57935fa79f172
MD5 741c755cdc7a7cdd2ecef7cf7d453d8e
BLAKE2b-256 fa84717505cdf8e453ef16be74e6ca4204629722227c1cbecf3719a17513dd9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32ec11db91b85e4482baf2c8c0f43b469e8788765cd844839c84468516446181
MD5 4beed67fc2a5ed543974b8b1aeaf3418
BLAKE2b-256 7c660e8ebfebf7151b401dee19373b3a699b179c3687bea5d684adbef2c7c67d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c30aec09acff505e27b7392eb5e4b7bb7073d3f21e44ea43a64913369d83cba0
MD5 e005a815d6710522a48b4b7049c25788
BLAKE2b-256 61176ddc3e035a0adc3397bc2b9ea4ebe52db6711ad87ddf0180b7675fa25d6a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: obstore-0.11.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 5.3 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.11.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 676d1154f6f08721110f9b7d14ee3a3c0293abaf9da135bb90f54e276dca1cac
MD5 8765a24f60faad6a904f07bf72221414
BLAKE2b-256 839ad6127f5422b78e0222b0a9eadcfd7a5aa8d873a9498da7d4a77d4ac8ce2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 086fafba314ff98cfab1c4bf7814699e862513e8889720cf6f7462296cb32787
MD5 08a4bf502b06c0b4946776267d9f21de
BLAKE2b-256 c418841baea8936e51a18b0e5d4c51f09c0a7798cb73b027e9794be2362a0f0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63fb9b072815eafe4705f617f567d896b1c858adcb390795fa1e269367791031
MD5 44fe002a3f91cfeabe3449f5f4adf744
BLAKE2b-256 025ed7b5589424a56171b16ab94cf92eb493490c300aaa044913bbdd94cace68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9fb2b1814c4314b8903f4e2ebbe8c3365fea6543669615ee9a0288b0d3a2edeb
MD5 ad62ffa2de4697fd9a2432e53583a555
BLAKE2b-256 dbb46d4c1c211e3b06cc8554189e0d4406e8fa1f98ed55f9213b8e398a11599f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4e6a9480843645cd4ee122c41d5c5a46a56f1e9cdda85638826f2e0e439fe5c
MD5 466d19d650dc4f2c75243250052ca04b
BLAKE2b-256 5220d5bf5f816e868717ba647ed9a2109e800deb402d0265d410456b3fcb4376

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a3300cabbc3129670987b3723629c791d83c117ef1b6a0c670c2043648e000a1
MD5 e2903287cfac091a682907677ad6d4da
BLAKE2b-256 aecef30d502991c6719b2fbd7b8385ef3e39da07bfca099108bcc5eeed8b9c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acaa261dc15efb95bbeca06f8fe9b47ee23d7302a6aa1fa3a9654baab8b23d7c
MD5 9a02f9835ee14a724bb08662215573e4
BLAKE2b-256 ae0b26af6b5fa6ba96af84086f44f78b4e5b0af1729c31402d7b28c68989d174

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a80a95548678210bc336b866e37139c293565c3b163eb3fef2433d5d6640a33
MD5 c65bd7073f0c0f3e3336562bad515ac3
BLAKE2b-256 859e644ffe8db7757de7f71f94a036ab24222bccb4de290d3ca69f76547e812d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3de027ce46cf0592c2b41654e2c27dbc52a4a726f6fbc511380acc0da3a9f658
MD5 b891d119bbe42b37b7c25d81856ac583
BLAKE2b-256 2fa7b016c3ac6857ac856326dc0a292e3871b8500d03f25f3b90e168b05de357

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3422c532486671dfb5e3e739bf15ec9ca2a8da544a3c23b74ae3857dcab1c6a8
MD5 936b0df73e7c16a3e90921254bb10fef
BLAKE2b-256 49e7fd3036b0923d10e878e2073020f1ef692a618ed1cc3980d3e4a468c93713

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e91298b9b6c3a0408c28eece62bca6c5b6cda2f6350351d84e07b4dc8fb2631f
MD5 2bbf1e31fc7cf52380fa723a8a4ebd40
BLAKE2b-256 fe8611f4e1f51a8c6cf21a5915c018d2357201ad3c5799d418f0c6529fafaab2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3a8da19b47af4c14ecc694209b3c18ac6d89f96be5656ee3a19b77947c14155
MD5 adcbe55b830c1038f4ead79065538ac0
BLAKE2b-256 238f94d83f3336421cbb5e436ab0ae5695eae72f7c82990d6b1ac090712c8052

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f3132393eff9f3f2b543ecbb3bcc12319a7c433fef06493b4350d6854d505a14
MD5 283c42ef55c9dd64422785d0bce9417b
BLAKE2b-256 8b8b7555e48ec768728fcfc71a051c6b28d6ddaf1bececf492ce5ef995aab5f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: obstore-0.11.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 5.3 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.11.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 6fb3d4678c0f4242d3109362e9b1df5d7b27765f43d5aacb2e81af53a75cb9ef
MD5 8b81163a24e80d00f415d465791e57c5
BLAKE2b-256 e2188fdbaee22bfd5b9c44e1fdff8ca0508e2fe60c42bf9fc85f0c9c27b4ecf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c8fd2a544e2e0b926669c47fcfb8d2314e234abc240ea165dae04ee42e1d7ac
MD5 aa4ae9be50cf5b56988f1ec658961e62
BLAKE2b-256 57b7577a965f440e9ea64243518663f9d16be7df8eafc7123818e8e841fa21ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42d8e8fad85be8ee488c1a9a9b7c6a42128abb84e67175da40d3d1165c1846df
MD5 8c3b93c6702a4276bf8461f5265a770e
BLAKE2b-256 a8e529be060d06ec13e2af3d1b6cfb77b7c37f8be6c56b77295c945fefad73e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f468caf9b6e0f12ff151e5fe618de5fc9192befa9bd02734b06de4efd2e49f6
MD5 07a70be7d57bd25900c99f3ec55b177c
BLAKE2b-256 e5b4ec25fdb4d6b060bc6eea647fc0e88f75fcc20fe8d16d67fb0dbe999d323b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37c0d15d775b1370ef5204ee3919a5ddf7e2592d11815213105f8db031f2ab8d
MD5 b17ff6677cf1d79a9d8a99707adfa17e
BLAKE2b-256 dedca259aba149b841ca7c91fea177df9972a60a636b54077beed1a35b254994

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 39d04b324fcf984e7050734ebda77b81764025b0c011750201a0d8954087f7aa
MD5 66b71a8724ef6965a95159f6c7ca2bca
BLAKE2b-256 23501df335fdf9b527b3933f1e94ab6fc720ad314260fab8591cb0b6668ff192

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2ff6d3ed553298828fb760b4aef6347fbcc7b5c5e3ce3f8381ce805c370021a
MD5 7070b4baf0b2a75030c4db40abec1f89
BLAKE2b-256 5d593f47822683ee2b6db8685faa25829946d6343a561251ec2704548455d946

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 827113e12fe8088e0281a9d57b90b2b8dbc8a6ffe3b15dadb9baa5feb3d266c1
MD5 cfe82b376d4cee1c71e3084f603b77f7
BLAKE2b-256 6602f1744091d59ce71c5523174eb860fbb298275c901e89b9ea6fbf3e654a33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c790a5cb9ff2970d1f464a6a708d734dce9939e9f668cb6708c5dba5d61589b2
MD5 8261eb27d2ea6de24d6a9db9aa4cdad4
BLAKE2b-256 8de990e56015a45b5e56a84fc3188c4e5fb088b288d41992c73a629e10df6760

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cfaa8129a3f5d8518a3a75184d4b02348db0f6263177cd1f0951f6568243cc9e
MD5 56a35eae8e07ec3d8fa82038b9fc1547
BLAKE2b-256 6c18991d3b3cdd851c0225e55f3dc45b47fd9e249827d188995011469f805132

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 010b51578c7514a41719d795cdb7a1e6529be509dac3772e477187a59422bb97
MD5 01fbe5fae2afa752e210c7fa16af0c6c
BLAKE2b-256 28f96745ce8c4f7bfac19dc14a4438b48a2e93a689b92b0cecfc695e41a4e8b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 687bb9d3962d568b7c439c5d0c6fea19b2749862a8e5c8eebd0c058c4eccde9e
MD5 e0e320f6526ec3eb4699278ab523a545
BLAKE2b-256 ac376a6b9a5e15a8a37c24d14317a87648097c4888593b588510c03c030d2e90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 42f36546c7ac44dbab1173d2330a8a1b1a3f0e37950e553b8c904e3dd0744b25
MD5 6e893d69a6c9c06a7f30f6a89e5144f2
BLAKE2b-256 fcb200c213e7e5ca8065f97e37e55294adab836e3f6a88b23e4029069aaecf95

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: obstore-0.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.3 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.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 545b23c2d13f2a5911a3b1a2c0b9dbf307b430684d171c5a7905c3e514a80662
MD5 bf0b04a7310d32f7c75a8c4b0f395779
BLAKE2b-256 dfbaddc091b18baa49afdfc8b270ac8c16bdd69b05bf3e75acd2e20bd5970d9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a569f81c835c28b247a531849b357249d96753a30b45b4f4c3b442f24d988fc
MD5 c1c559987912c9884dcc85670a0fef3b
BLAKE2b-256 de4d1fa2abe05f9ba3fa010aadb3695ce02e97ab3da6b8e12e46b309ca71f249

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b1d9568db8af6341c7ca9ecf15bc444c1ac748933b0e0e93fb9f2797a16ea37
MD5 ae9ccfee123b93a6ee53332c38a3da1b
BLAKE2b-256 73e6e3b70c0472c7848d57c273e172853c0d20ab97ec6491abc034da2ea8c327

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b69b9e6d5fd5f36063fb17eada334fc6e52e3309daed20b04986945dbc0915a2
MD5 fa0fe10a2dbaf9e887eb6e9dc98c1d23
BLAKE2b-256 66b699580e8b8a3d26130a299b9f7f5b15ed9fcfaf57a6b69becf59d6e169842

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d40161c924435ae45c89b3b32f6329ad247b76feec17f3123f92621defa533ed
MD5 57097c4ac77c47b733c5f423dbf76b08
BLAKE2b-256 219335f974522a5d325e56b2fe5d9d306231f73384216a26d5595382141b8b0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 9be99562b09b32e7b1e51305f9871fa6d96ecf26fa05b7df8f6064be7036e77f
MD5 e4cbf5bf8bb76a06102c2afeda7a2896
BLAKE2b-256 2ba9552ca7e52813dfe26cbddff964d7807c8ac720c6d915066adbc61d8d2638

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9d7411de9eef9007c971059ca714e50ef1bff24ba95c4ca762c9155b569af4b
MD5 6c9cdd22a6cd90be2a454bb300bd2eb4
BLAKE2b-256 55407b03d2a2ae89b6703e70dafb1b8498b8a615601c9ebe01fbb125f635392d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 82e59348de18fa332306dd4aceee14af69d64d6626cd3244de3869041dfed461
MD5 d72bd144085e619d4d21a098872441d5
BLAKE2b-256 6cf7103df5872a229fa7619a88c4ee5f181bc02a64dba7424098fece44be9058

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 51c5e265910bb6502b6246bef9f9f1f9151b8889d8bac549f94ab30eccae67d5
MD5 7d1cab5e3a1fee83c3ffbc75ef599e30
BLAKE2b-256 01f178c069aa1372b2d274895cb5b3dec097135a9a981d7ca6335bd7500ae0d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86055c89ebae043dedbbe7b02b07f68f3af7e9d70eedadc5d79805572ffc2543
MD5 ce84c4c8a4425230934faa1b2476b84a
BLAKE2b-256 76851211b6b132a216381c1af7368be6ef7df52294209046de5ec41007c33c8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 931f58915ee9b71d82951e8c4e438a6823ba7d362f6edde394089bec07c9dd65
MD5 6acfabcec4bd8e7e52493f6d1b3df758
BLAKE2b-256 0bd1558a2500ca0a7808691b13d39c39752b48987105c0f73d1c36b343ab61fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2427bf1c18d49c04c5f08763e921ba382b615655dd0ec6544a6f696462c9ecc6
MD5 2c0edc496338e8ad001e8e37306c54b4
BLAKE2b-256 ada560f84c4fdbe8c6f769820544b7dbc7c0595e47bb610fdb32acb87b0240e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for obstore-0.11.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc61226fecb74125f4bfdb5f8c29e440538814968e304a6df5a41e8becc21f6d
MD5 edfde9946a20f26e0aedd224c4c0ecda
BLAKE2b-256 1dea3792fd91107068987d96e65b616ce2e7b461b3a04665d69ef91babd3094f

See more details on using hashes here.

Provenance

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