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.

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

Installation

To install obstore using pip:

pip install obstore

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

conda install -c conda-forge obstore

Documentation

Full documentation is available on the website.

Head to Getting Started to dig in.

Project details


Download files

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

Source Distribution

obstore-0.10.1.tar.gz (126.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.10.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.24+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.12+ x86-64

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

Uploaded CPython 3.11+Windows x86-64

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

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

obstore-0.10.1-cp311-abi3-musllinux_1_2_i686.whl (4.3 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11+manylinux: glibc 2.24+ ARM64

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

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

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

Uploaded CPython 3.11+manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11+manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11+manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11+macOS 11.0+ ARM64

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

Uploaded CPython 3.11+macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: obstore-0.10.1.tar.gz
  • Upload date:
  • Size: 126.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.10.1.tar.gz
Algorithm Hash digest
SHA256 b193a53101bda703f887f1c0733cde7324ba6f9c80f0a81bdae5df8cb25c26f4
MD5 455973d93e5edee3ec02588178e7fc89
BLAKE2b-256 f1b7516498f128eeac220dd54df61fd8c4db88adb7675129ab5352f2706899a3

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3c1386ab15155cd3a07a9335b83915c280314f51849d9ecc899d8034d5379e7
MD5 04839aab01049c1897aab926e93f928e
BLAKE2b-256 89d885495c858e2401c4c0368536a21fdd303f2e6b91a5f8c6e843795e92f2f4

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9241f1ed95d87e77f6576147ab7d44ac321cc88eccda8f365a43b69feb133ecb
MD5 4a4c6cd0da654c28ed4096c27c8b4b22
BLAKE2b-256 b6fe53c20e64250d2db95012cf88a60493b8728ba0c92a5d885544fa3c9f0d2a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 742b1dcb6320df983c2a5097b3d8111aad7beb0ac1b6d25d7df4817596d7d1f0
MD5 8bf113c7ec1892aab0037a82c6b818e2
BLAKE2b-256 4d34a970bcf6ecc1d6c9a9db44b1aca3d5017a7b0a173f9aa43bdf26a16409dc

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11f3cb6efb90e440de4b3f49ee18b97bc93447eec3780763376ba3b39670b850
MD5 8cc4871d9040c70262fa82c18f3550c6
BLAKE2b-256 f01a8bd87d7cf0836aaf72a4f485efa69ac16ab9172c0badccad310ad367f165

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 13eb48a8a201d6a6e2a1d7d8930b91857f9fdb2a895b7d069231eab9720315d1
MD5 d953f2f7bbef781fc71e817c1cefe978
BLAKE2b-256 c58346007f1cef3cdf426903a7037230791f11dbc0b0d673f84a6eba8f717660

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6cd8a1245c86afb3d4c53604e0d1888d3c37f7b3ff6dec729f05d681673b663
MD5 cf09dfe16c424771e121dbbbfaf2d2af
BLAKE2b-256 c6e2c1c4fd05261730b018901b04dfe08e7b38201509d9704c064de53c42821c

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 02c3ec1d1f4bfe9854159ec5355d558b365ee436956983b707999a9108ef3584
MD5 ab388a0fb7ed89855af5327da0ca48ae
BLAKE2b-256 788143f137bcc0b9cd8724cbb8bbbc0b2c224f8b96f0937a9faedcaaa7dba7dd

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa435692552307742176d95c134885de415880caf1090b0054eec1829d7c0d25
MD5 54fabe10d44407d36939d8e3e2bdec40
BLAKE2b-256 af12cefea720a55b13a871d586ed08a68ad72781f3d0bc43c00f8ba3e1d93583

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a895eb9c99dfd77d6592cb62679c31d5c4acaddc1c592c19aa91cd05b4811ae
MD5 a3e55c05a043eccf621b11a1f32e11a9
BLAKE2b-256 e8b653d525f2807bedf53d33f3009f9a9bbb9a71592e765e2532d19ba4a5c3af

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 62a8114ab1fe7f3357c8845ca7d180161469a9ea93bf9b9082d767070e6c1a5c
MD5 9376bb90db7b078eab5bed126792f99c
BLAKE2b-256 d255179673325505f1d137c0ac18ebb9817823d5c0791d43d147789e68f29566

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6c3ad3e5b2e84acf4910003140146226eaaa408ff818f3c66f1ce479800f993
MD5 a6e155b722b8ca25b84a2352dc4d203a
BLAKE2b-256 a663a358240c1cc602202812c7e2df155bb87290af70fca37498441267e2bfd8

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f4f3aeba42f77dede1c4e72e0569308e223fc69c53d56b88b64308ffa514e61
MD5 bc60e52dc3ccba211d79f3c7e36bfeb7
BLAKE2b-256 c237786a08a99ea9e896e7409db01e64f98afa83552d3ce3b22f3de643bf5e59

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

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

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 04c4c751ed360ae1faf4dbb2dd2f0ea98595735d4b6b3b36b5e009ceb4ea0e68
MD5 f4146dbaca143333023051815eebc11a
BLAKE2b-256 1fd00ebae9b02583e6e37c50ce198fd0829b5850aa55247a6b7f21225ac186d1

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 344239c68ffd21723cd306b4535ccaa5a9986b3aa003e3fe29b6822b2cefa671
MD5 90baf327dd7caa6c2960b2137cd64103
BLAKE2b-256 73d4d432e10a7a080224c37455714717e5be6cb2cc85a673363f839b6403eac9

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3c43d431593276c620a6c2870eb607401c679748c57ad57268b44e921c460fb
MD5 8a1949f114232ab26a4dd05dd2e10849
BLAKE2b-256 b818ce4fecee53b7ba8fd4c91180f3da2068e751b13620eabb03fea78a9a90e6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 59a3c5f98317c4a83cbed54772945314932d68f210f3f51a87f1955d73e31133
MD5 52f22efd09a766afbd3de99b3b3a3ee9
BLAKE2b-256 114294de2fc1ebdfef9b587961403e3b1bcde1fa7c6fe6f86bdd19519136c03b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f9bcf84db56d53e9cc720368f850f90989334047179eb8b44f39645290efca7
MD5 1dfeef5e95b2f45b9cdd7f0de3c3b02c
BLAKE2b-256 5c4fd94cdb5d66914ed7825a6185cbb5f288894a4c746e0b7a0e11c319a1e00f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 8df647f6821ae55c5aacd4c449a0e38ad08d0341bd693deca6294d30140885f7
MD5 ca41f1c82da54f666a4be0d3719299b8
BLAKE2b-256 cbb5c25986eea6d043d199f972d5315a990984be50f8118c83fe64ceec443bb6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 912d4b94f2949c722e4c6b9da7e99438aef91e30b01fd671abaf339e7b8b8c8d
MD5 ca81b49d946fc30a157cc10a90137ecd
BLAKE2b-256 6b1c34dacaf6bbda9df81ec57ae477da1b6273968f6a37c395068e531b4696e5

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3bcf96ff1c52637602e705fbf616edbbb3109fe2c32ed08af718895d7800dc33
MD5 148fd0b103c26dbbecb176290bdfe7b6
BLAKE2b-256 a8b5b994342548f835bb63218369055621ac3d29eb8576dcf98ed123ea5ece92

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4565c293dec7f234ed1bfee8c42d10fac9747f4de4d8d4401a94f442d3f2ff82
MD5 76907481dc7f23f5407c06653ad79256
BLAKE2b-256 44c52979d915c409d5dc24a01d27b0cfa81db06a7da2ea38bb54b19c0888b922

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce13fd4693e5a5a52d5160a29863d8fa2aff26613e371c7041c78d3f1c1f14dc
MD5 80e5eb6e8c09704a0ce87b6dfdb02295
BLAKE2b-256 e4fea87aa674f6cde2f7c0924d225ae9092bc0ccc8148810eaa0d2807204c367

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 282c9f85c56084dc3377818b77b7738301a1152bd6a49b0a36e06dc13d3cf7a9
MD5 872794abc99f5e78b24be19acb760314
BLAKE2b-256 5ea88332ab8076abaa086d8c8d17ff6f8e571af1725ee17a5b2b80888f297c68

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e9cfbcaf4afe00aaceef277bf9ea0604eda4cacd3511f459aaf48ac2e118392
MD5 c7bef9b14282a64df1f6f46f5f24c8ee
BLAKE2b-256 ef1584a1b3c4494ad7f7605a884e792a17fa4545f4e186e428ca84b58794d481

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 34c7d76aa33bcac0e4d65d5760527f8c03be83b7584204dac142417a4c9703bf
MD5 9828e49e633b5aafd610e499ff29628a
BLAKE2b-256 4cd87c78f14d12472328c2fbf287405150bd98ff6111c465a0b9a0b7f24cb4be

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

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

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0440037e51f7e20224d84eb79bb49a47356916c5fc7e603dd5607d75997b73f8
MD5 8d05db73640c014ac725a8b5fe2c15ba
BLAKE2b-256 720925a8adf373b2b8824672b7a68211c6fdca8e950d815f3bc6df69a41abbb2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 730c7f0443aba5d0285245db65d6cf59bf87f3bf6fee8f99741a2e9254fb66a1
MD5 2e1ee9e59c7df2904fad29614875c2e7
BLAKE2b-256 1dc2122c48a04f1a836f643378549fdc4d1bc3e905973d7d51d1aeb2f21c2017

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2957cf29a1f6974e4d7d07e02ddc6b88994d010ae1f007237c945a3beb951728
MD5 1cac0136247395a3240d7266c39a8c10
BLAKE2b-256 67ed06ebe9875c80b05111f597bc954074031e4f207784ba5951248ddd97723d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cf240b93e0f7856e396df9f4fa417df961db9a16d9e98619ed3c275676bffea7
MD5 0b788deed9610ace8d494362b8e74207
BLAKE2b-256 90e983cf0dd637d2754557767cf438460ddcbbab5892987dadb5c42bdb2ec0d2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3afca514671fa3f989242ef2b1694b53748881e7b29055e34007b530e116a5b8
MD5 20520d0f980a0f2919680c0b9f397506
BLAKE2b-256 eed1d689516435a1e5e67ceea786325abfb43da10357f9ed114d8aa508f9066a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 6dbbc0b3e672f4f822878361a07b9d3200871a460ef725e78bb68b063febb7a5
MD5 c847db993832a3bfa27ec28f3d6923d4
BLAKE2b-256 e3b5169cf89cf67bb3750c9bea5d6d35424c964ae583ebc7f67614d7655acfb0

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63bb830361b6d1c33aba41fb2466b9eb92c7ab84dcb061bfb96269c2b709e8c6
MD5 c0ff736f2a42927585507146fcedb4f6
BLAKE2b-256 8b242982f1efedd71f4cb417e0f532e0372ee5504dcbdae79b6d80fa5e63caef

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0409cbc5ff7e6bc33b78562cac5ca78b528c856bce50c03285aeb1abcd879805
MD5 b18c979949d326133736b8e5232acf50
BLAKE2b-256 43feec6e09dfa16b48c5a5e6a268abfbe63cdb339f213ade7f210ac638bb2548

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7c7bda05975df4ef37c516a617c041955d0bb700864015dbfcd6be89ab87c71
MD5 c55956ed8469fcb7172a3ca65549b67d
BLAKE2b-256 bb493f9b88caf396d8ba6eda797bc04906cb498a9f24c382d74e598c4a46a4ab

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 31e0c82595ef3ff89c2ee9713d5cd0edbb7f86b0f2e73916683c535ed568293c
MD5 7f23d780c56bf595bdc2159b88b716da
BLAKE2b-256 d668249282efba38b21c070ebd4ac9ed5c958255c70c15d541935789b619f917

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5267922416b0e5c1092676ce386e5a0762011c3752eca92f58760ae5d01b5fba
MD5 4be7cb9c1ae28d768e54d7f0d65497b4
BLAKE2b-256 51cbdb764c672e977c9f6fe9b16a16a93d24a22665bca28819a1b4795e0397ab

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9fc35c5642e3580497d9399e072ffb050b8e2fe8abf7d63b6dfdb62410071c8
MD5 d3c5bebc65ec0f928013734daa8a93ee
BLAKE2b-256 8fb3ee84dab5325dcb579e6687438286acbd6ac25b257434e185b90f615a8849

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04e5f13af678993997f03fbc210e5da3dd36dfd9898235e977dacafe0e3bebfc
MD5 11ea0e7e18855dc273b71db950af03a3
BLAKE2b-256 34cd86a2acdd1d37db34bef79d45d9aaeab740df58ff69e03c58b2ba5f328340

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

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

File hashes

Hashes for obstore-0.10.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 f1b6e994b719e294a2b2aeb74f2ae8e5a294453a47d8a9d6f3104a28ef7d8aa5
MD5 87a19b25e9c18d44a0def6f9980fd8b3
BLAKE2b-256 3fb6287d34041e73f1c5620462ba2ad0beecd9ef40ed7c3dd6e3924933bfa5fd

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84deb458af8601eb1dd948d58b9760bed2f0e7f36c6e9bcd5a61425cb2683b2a
MD5 f46a618ceed45a536b6452e259e55d04
BLAKE2b-256 65a146d61c7b871d0824973c3616277a68dc8a97269898d50a4b023de66c6507

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c51488d41646bfd75fbb67507bbc55d6f5623d5b12ce0506a260a7a1f3e792da
MD5 e188e6fcad50a9a575163ed144f47c14
BLAKE2b-256 e1bd66433876ca18172144cbcd6ff2e011cb512a4696d426a1946585d3855887

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c16e29b975430690c72ec71be9e6a4fe63854ff25985e6a3a1682419b55898ac
MD5 ba926e006b50b1d311c81b34b2ba02db
BLAKE2b-256 43d363dfe45c22b43d579d6ef75a7dc81122d55b1af8ee020a7a7c241d982c66

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2902e2c9e1ca193bff39530bb907fd38204e68037ffb694a50042118eeb7a0b
MD5 f953f2e0ded9e852e2b21fb08a998fc8
BLAKE2b-256 b4ec0448b41a9f111d2dfebfc4c7af8ad81f68c7ae3ccf0f61a181e652a73f1a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a3c35027a90ee1c97b82933907e5846c48d72bce714c7571f9fceac7a3c86551
MD5 80e6506923d3e61093bcbeb9d8e2886c
BLAKE2b-256 037a7581034bdf1c3e88df947eba1ba8512aaad71a96e95b4b355a40ff9febb6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed4e795b9997f91041d2ad43b633099e0eb891337228d34e4c706ef8f0c5ae92
MD5 7d4e3470e256218769dcb86b55918847
BLAKE2b-256 2d7a82568065a1c21f45ae35069268247948d659b6a4d1c0a6186aa97538a102

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6bbd313dd82bd66b054cc1567927d69b17caed2bdf110da558e46e0ee4ba4e41
MD5 d6dacc5dcb369681652d66f35438a046
BLAKE2b-256 be89a610cf57ad94698952aad88dccbb0b6f6256f1e563d317b9e1393c30c338

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5cbad4afb93c26e39e6c51c390b9b6fec9602e9af50c4c0552f10f883524d197
MD5 cf71c92c4afc0713595735aef0b4b267
BLAKE2b-256 b315a681b578a104a28dc1098ac4f0b7c77b11f5f7a60a5d6a964b33889ade52

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f195d3c1258406976848246cfb0490790ec0a22bd0560e548364afb846b4bce2
MD5 fe549613f154b138478c9168437ef84c
BLAKE2b-256 9e7f6d46085a65be661dbf10243de257d7d2705c5629af9279a3e7d404e8890d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 beb2e6f5c2c633add1a80182c223c862bc523d9c7c55b793423851831ef8a9ac
MD5 f8ce73851b58331b9d925c4afaa90a5f
BLAKE2b-256 53151e8a507ae86c356e923f17ce0cfc3b7e2fdd3417b439c343f9ad09a3f452

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c949aa4d69c5a796f7daefa9bce2efcf5bc29a21399915e47efcbb6d18787f80
MD5 6ad27c7270eb01a4788b6f4136268bec
BLAKE2b-256 6d3c947a40ef9d64575a261fb3c0fd0c7e8ad4f160b4c6d4ee5c671705d92d5e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5b009a5c257e9811b8d22bad2f090f8cdf24dca6afa1bafab88cb0ff5140317
MD5 6c22a755f78b6a6267181133447f597b
BLAKE2b-256 4223532c9094def8ed33495d555749a21b6eac4c31c34a95e7154d4866e25666

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

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

File hashes

Hashes for obstore-0.10.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0567767c5a958cff004e3855e572c8d66596351a1e13febe1f07f0f9f83eb87d
MD5 4ed81099d57c0f51b543696cc2580c59
BLAKE2b-256 f9e3bde2104b5556cc286c5af759d3c6e01d18ee902b7ffdd09bd01123935f61

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39c14b4459af00e5bcc1959592b798c087dd8c6550bb4b04ef69203d8b606903
MD5 fc8ca67ad84717b794c2674a408a39ae
BLAKE2b-256 4fe88eeab201d461dca1e2b41653aae260927666a3293ff710163d7d7f3711e1

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b990cced67cd53b20f31d980ec5ada0feca17bd6d1347f0deee72cadc038fef1
MD5 102152d7cc374c7ccb084f924a6bd61d
BLAKE2b-256 d8c08aef055d1774c40c6d3666354e42be752050e24d0b5831c8c56297a84c06

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e2ffdf7409ce6040db5ed92da513428f1b490f0ee13262d7bd20b2f2506cbb34
MD5 1b9ac861578244d8c3810fcb7b22751f
BLAKE2b-256 af98186b7479a82529755b23220eb0dd79e4b0d740ff95b3eaa05cf929b29baf

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 960837db4ccdc551b3c60c2cba724d7c34a9abef5a1891488c67c11a00bd634d
MD5 88c7087f728ad79d53e9736df2ba19ea
BLAKE2b-256 343e391975e98514af7422051de9842c471a53c223988f3ac48315aab1e50eec

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4e8f9b425550dc735806ed3932302dffc1c19e52b1f39cb40a31c3e0825859ad
MD5 8017785821bfc2ace7aa83bf416590dc
BLAKE2b-256 b438e1956b03db3bef2a7d5a33e63d395708f44290ddbdb494ce8c1c3af2bb9b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f23abe9c2d3023d32cf2f4cb5172e9d7b158e416327d1eb52c6c5982e046f399
MD5 48d68d53c5efb1680559c3e455f3c1c5
BLAKE2b-256 4bdfa4272420166b191cff3e88e72bc1448c82b06997bbaa0193ebe5bf63b50b

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a7ba1b28dffe08ce3dc0be944ccb85eef139733fa6db8f9eb201942e0e50b2b
MD5 af6f370f3e235d6589365c536db8b57e
BLAKE2b-256 d03084b4c396af57c9c4b7b2919287ea55bcf0dd9da3bdd139a01dae89ced48a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3a99424cb6fd1edd27c282f2177fe07e13c3309224a3e6c8f63292a866c89ad
MD5 8ac3cb12c9ad5f7d7a596f8b58d7342b
BLAKE2b-256 601fc828e39a9d19125ca7cdfb98e1edcb8799b85d03dd25f3ea2d9c765bb06e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa9ab7934b78786d8864b808ede954750210ce741694e864f303252dfaa472bf
MD5 ac9b162632526b3ed7befda318676c64
BLAKE2b-256 1d3fec2e04a2b862326444714fbcf83abfb7af4f442e674e7978da80ae3b2840

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce7a046653e247557d9d15984b7cbeed8aa5cd53111f6bd3e2e6b686c49991f8
MD5 74bec26286d480bf3c592a466c4e5caa
BLAKE2b-256 09fc6b131fc5e4f0fe4ff900d9c7f4314ca48fcc36478e1325d1b81637ddf349

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f64f78b118df4eaa910d4b58e9e93d7fa90e702b64c735c374b5521e29abb40
MD5 6902a507f0a65eddc82b56a922ff26d3
BLAKE2b-256 c06388eda420f0be5972c34d8135f63ca4bfacf2da7cea64d90029a730c269db

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on developmentseed/obstore

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

File details

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

File metadata

File hashes

Hashes for obstore-0.10.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 037789a928f615c2c74a7c19ce86f296a10296411b1aceb96e25a73d839035d0
MD5 7896aa26ba26a3fb4c22cb2f7accaf2e
BLAKE2b-256 d7f64a2bdbca18901f2f76ef62ea808396f2fed86f173271dbfa5bb23988f8fc

See more details on using hashes here.

Provenance

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