Skip to main content

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.

Download files

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

Source Distribution

obstore_databaas-0.12.1.tar.gz (150.0 kB view details)

Uploaded Source

Built Distributions

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

obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (5.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

obstore_databaas-0.12.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

obstore_databaas-0.12.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

obstore_databaas-0.12.1-cp314-cp314t-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_armv7l.whl (5.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_24_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (5.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

obstore_databaas-0.12.1-cp314-cp314t-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

obstore_databaas-0.12.1-cp314-cp314t-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

obstore_databaas-0.12.1-cp311-abi3-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.11+Windows x86-64

obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_x86_64.whl (6.0 MB view details)

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

obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ i686

obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_armv7l.whl (5.4 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARMv7l

obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ ARM64

obstore_databaas-0.12.1-cp311-abi3-manylinux_2_24_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.24+ ARM64

obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

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

obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.5 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ s390x

obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ppc64le

obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (5.4 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ i686

obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.11+manylinux: glibc 2.17+ ARMv7l

obstore_databaas-0.12.1-cp311-abi3-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

obstore_databaas-0.12.1-cp311-abi3-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11+macOS 10.12+ x86-64

obstore_databaas-0.12.1-cp310-cp310-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.10Windows x86-64

obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_armv7l.whl (5.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

obstore_databaas-0.12.1-cp310-cp310-manylinux_2_24_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

obstore_databaas-0.12.1-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

obstore_databaas-0.12.1-cp310-cp310-macosx_10_12_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file obstore_databaas-0.12.1.tar.gz.

File metadata

  • Download URL: obstore_databaas-0.12.1.tar.gz
  • Upload date:
  • Size: 150.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for obstore_databaas-0.12.1.tar.gz
Algorithm Hash digest
SHA256 7ba23db928f22b04c6c8d8d96cca4edd35e5dad75fccc0c349df68d52bd440de
MD5 95f647b6c0f560d9c117da7348349a21
BLAKE2b-256 9453ae74b6388bbd78296010c70023732017c2aa40939a52bd6d13e943477dc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1.tar.gz:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0724a8b0e145031bd78ad9210d29a7a5103d55220fa8b02197c55bf76408d094
MD5 332a9e736ec4b65f2be0da883fc6f0e7
BLAKE2b-256 e50332f637f3ba31ddf3ef23cd837c523c3db61368a78b232db4ddf4f00da783

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76cec4c95c60ab38d51fd061d576b9ce4203099b26e5021caa3c7e9035809e17
MD5 575799d372f380b2c01800a5eba4e4d9
BLAKE2b-256 027dba2ff4c487382b37251cd14c2995dc988f26a74e733b97381eef6f98f20e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2be97dee90f1ca427e336808188597a6f28c667ba571fb27dd8e838dd74c198a
MD5 489c3a34272fd2c6e558bd3e8801d5dd
BLAKE2b-256 2707f0208854813c64caf057adbc8e99c2572a2262ff6fd0a3a62ff0d284d22a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 585755f214d1c2513d75e42875b73dd63372edd6862de0d61702fa33cc0b563b
MD5 9b6175f5aad1468e9d7fb6eaebb18a8e
BLAKE2b-256 16edcf0fafb42b89907bb2d042ab613e9a5a68ae707fbb0bc864b5ee2a3d3e29

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 1d0285719e8e9f2692cc2c6cc7166101f73e4a91db4d62c60dafcecdd8696c76
MD5 9ff3a73341da74b563781e79299077bd
BLAKE2b-256 6eea14a3470a06466e5d7eddcc328fd4e2f215445ce6efc20f40e8565db9f0d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7eb1b236bbf17d82c26fab50ec39d205da3fe0527c869a4a80d2075c2911a69c
MD5 82db036eec0c711b840f47c06957ae2d
BLAKE2b-256 181d813d2ab15cc594a4a3cd43c9c49065bda5ac7b8653b34774c0ff7656de80

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d45220e0aff6c65f1177e20dc568533efa4903b275c4963ad10db773cd012ad
MD5 dcf7151975c52337cc37a81db047059e
BLAKE2b-256 054f17a0aa2facae0e4266c66acc54241c1bcbd31d0c64c11513171a09ecabd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4f8c200a1373c96375e695f7383b420038dc147877b4a56e49f7bc9fd7789c52
MD5 de0a8d46f2242b872804476d9e832b9c
BLAKE2b-256 923a292eef9edac78599fb6394d37686f981f4aca5a0f7492f7c5f6dd4940e6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d23e2c048bd0eb65d40a6c6880b2df67757ec6cbe0e794fcd5c35de95fc0756
MD5 9e34629638a71035d671c673de989488
BLAKE2b-256 e15c9bb8749e5a880b7fff33b254b2ec55cdade5c66484726c7fdbc36704fe5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e7711e6550822c89b6d8eb4f9da904e80152ae413907c8a429ee0af50f91acd
MD5 db801b6ee17b072cdaae7f2ccc662d64
BLAKE2b-256 381e1755e5b193b5f58c570a084cca910c774217fc71516639319d800945effc

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31bea1f5f4f1b13851f72139fe11c47e1e1b1af0820667a0ec14044cddc1d2b2
MD5 96966072c6c354f1529dc000c151553f
BLAKE2b-256 d79daf696b7dd02ceafb4d01fafcbd37e7b2699390012523f7843600f6136f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eb6726c11fc2f8f45160a9773e60f277cdafb9e11f0075ed2bf30c3825026f5b
MD5 c56e959f28f32377c5e41d0d3aa19e65
BLAKE2b-256 65c9801d3a2ea8cbca7d28db35ae244c87d2fec8667f698fdeaceaa2047ecd92

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a5fba107e07853e8cb329190738cf2c6a640fd3ae7c2335825388376b7bb345c
MD5 889b8be0cfcfc53f4a9f0542eb642045
BLAKE2b-256 c4ab9e20e964da832566dcf83a18d32bbd2f17926634e43250643b1bd496efa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1debfc7d031e4f040904ae1f0740df52aa7b1d2a253bfbb77289a70527b6dc9
MD5 c337d92a3a7df78d7cc55ef24f36f097
BLAKE2b-256 68bc0d1212ba440e7f1fab4882a5bb947e8fe6d96e1e7c7f1abf4f95e397ac0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a2de5bf2e5c318b2f68fb07feb827b308b48afa74baeef797b90736c953077a
MD5 174103b6ab91149343c643be438a01bc
BLAKE2b-256 85c611938fb16f04a61373fee8982498750670fc513348417c85390e0d72b1c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6b23a9f9b2a654a34cf039c5d0a12a25a42f547f02c29d7b035158adbd08c03e
MD5 c61ccaee6c6ddc5fc7b41f70c510a17c
BLAKE2b-256 40941fb6310850a018fb9373a5f1dd34a5a55467f443986ab8a61509f8b207a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fa9c7de4b8774b886dcf230eaa3e9429959db693f876a80d83043c9333c4bef
MD5 acf95bdb8a5b5a4307ba450c5e6bb4ac
BLAKE2b-256 aa3e20a9d8fb9e4b8354aae4394e1a27713240c0a8aa19e9c41b8f6d703a1de5

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 8527044b6e8f5f515b4457062de7e66c301bbf30636ca256816d011549354abe
MD5 b9b815435efc55d40cf9d2ebe0f325c0
BLAKE2b-256 607217205a4d6f5678f31e8340101687f0b4167f37d01c0d9da23de0e48c491e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d4189894f02854e5d02e7319d2a368ac9c18f23b1d0b53fcb7fc3905c0298da
MD5 191610b233d144b92644afab3ee7ec46
BLAKE2b-256 9883996da317a4207b69cd3aa553b2ff438bf4ee379d3f9851b66e83d1695ee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 899f3b101cc3a2265616eba4e571ef55dd0335ddb0c241e4bd46d676d595a17b
MD5 5fd15d103ca95f13dcb90acedd4400f1
BLAKE2b-256 9fd79937cfc3d0608c097d750e61ed8a6ddf90a9b9e48736f76931b86d0d9e61

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 025dcc0d1bc4d26352756ef11343fca9f8640a2452d4d7c89ff7d77c5251c232
MD5 0acf3b2c5de0195781f166d2d36fbea1
BLAKE2b-256 a5738ae224a841d07f0b8780dea9885dd9711fb245e3609acd7df8b2cb120984

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c1044a6e06513b78f93bd1904e52d51359027aa0fde2345f86f572edbf87a38
MD5 27ac4e7a4863c512be3070ac184ccaf1
BLAKE2b-256 d68060b6405ffcd7fff5639081048ad8428a591db8673d10f80e64b79255b2bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 daa17e3753869908abc2a87e2c2434ca75ef5ead086020e28662de68418425ac
MD5 084678fdb7f179fd7117539018653d06
BLAKE2b-256 833dafacf849ceb9ec2815e83e69b24d6465f3ecc17f8ec1dd97dd36f9fbbde9

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce41c47c2c8f62ed6552c44beb6c5f4b6ecf1f1404fee768eeeeca8451658258
MD5 c335f2afdacb55441151d229ab3340e6
BLAKE2b-256 d93e835148197d450711b3d0abdf4e4c49347455aca44e646e831bfbd2025d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d4dd586a8f90a185caf679714c2949b49ced73e5e661a63c53d6d7dd757f9878
MD5 0626eb0da416acb0bcb4253a359eb805
BLAKE2b-256 87cb0caac21cbb84f24039a21f7b1469e02d651a790c626d380926b7a42720ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 14ad4ffb2313ebadcaa3dde1b0f498ef25dbf87fd958cb459cab80059d483ee4
MD5 0cad32f609933f2c7fe5b662e11f3afc
BLAKE2b-256 c5e5c7fdbfafb826edbafb5193ee6b2fbe294a175d794826cb42fd94f860f807

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-win_amd64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdcd1a27d81f233f82fee953af533d221190aa6a13fdddc7dc3fae9e9f2496ae
MD5 a514969c43b325f25ad1d22a57f43045
BLAKE2b-256 9b9266cfeaf8e74431efff968f56f7ece58e8774be0e2abde20bd2016b867971

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ed984d727e138631ca64cecb77bd2db0104b9bcf18b535090e1428b1f0ccb3a
MD5 868d1d685f532a50ab4fae92585c185a
BLAKE2b-256 184ceddf99c55a4b7e390472a0bc264eb3f7c0b9c44baff2115bcd5bff56be32

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e5fe386fdaab299bd93b69c2ecb9fcbc7253d98defa77098fc20596861ae7f00
MD5 087ee533e0ade5ffbfb475b2ff1dd3db
BLAKE2b-256 1fb1253b368d03315c8b98370ba4dfcc03be38564a1379a2c42a715152638698

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d6467ce153576bb492a72b33aab0943252c1fdcf0b2927903353aef6d3da318
MD5 9d2269abd4532e7c6f1499848b6493c1
BLAKE2b-256 fef911271d19169568a1b2f44d5418d16f7330c4bcc780c49e8a9acf01b0e151

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 f6a2cda9478df9b6bf430bd2d819b829cff7aabe744018fb5e0414b3779978b7
MD5 44883b9c254a5a4bea9af0d3f449f0e7
BLAKE2b-256 b6b83b88761b78e965a73944f926fe8252ef5c3dd164aa94a7ec294672cabd24

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1f3a2dd0a07ca4ee92473114d8976a05d97817c479f37d980f7ebd88ce5cda1
MD5 f35cd37b703cb5d330a2e709536aa7b6
BLAKE2b-256 e04b2096fe4a09f8fe0059a13f642b1ef537be3a3230e435c574b8ba6f92bf88

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 42eba71dd0a5d585ccc57539c3801c0bb62db6414faa6a41e2f0b8aed31dcd4e
MD5 c5cb26acbb60fca548933a046c2b731d
BLAKE2b-256 fc9d52326d88a60b6e3ed1a12ffd2a9c921185a8819b84c3a8063b8b5ce37b4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a9c31ac7b1eaaa818d49c9175ecec4e979bdc5ebc5327f9cfc9fe4fa5ae0ccd
MD5 e841e509fd582e2010692f0fb7e2def6
BLAKE2b-256 f3496368ffd7db23a37b92d883cc769ce2b33b9b20de2f1faa9aedbdfddfecd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3caa7bccf2aad77fdca05f2d667558601fdb9cb58d0481c3f66f962e5e6573a
MD5 d4d57d1640b397a114d43e424b5be1a0
BLAKE2b-256 002b175ef9b2f30fbff31f73531bbbf3d279f644573519a5ab9632983fe4f421

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8da8285c6927b49ef33a54d8abc391a02ad0d41693913046e844e6aded606142
MD5 5bb2e507eb0dda552bb2eff1f9690601
BLAKE2b-256 d5f64029b2eaf6df6624178de56073a7a27833bf8a20f402535480e1f614d6e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c20b5fec4888fceb0d5e4a4201595974b8d2a10c1c9103c507d1644f57a7f8c
MD5 58621c5ca1ee544959f8b80ebadce79c
BLAKE2b-256 49e72987ffccc481f9760527f806042db17599d8a9d125f2ef159a76a5a94a0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp311-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp311-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c134639b415c0a8a3c8cf45cf955b8510f3bfe382eeac3f03f0787bf9911af18
MD5 d3fdda99d7812581a885d031c2485daf
BLAKE2b-256 9f0383e2864e93db1651f819e40a654ec9cabe861b7c44d869e6044d12409dac

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp311-abi3-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 df6949e36160a6dbc270d401a9ad7b0018b697b5a43fdb235fb549d917010518
MD5 f79971139afe880040978e0f099643ce
BLAKE2b-256 c740986f6491d6776bcade844554ff4ba4d6dc3462fbae657781d569331ddfa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f73484593adac56f971d3c24701c0251579927d9a37a3f6eab48c6495244ac7
MD5 1e12789bb20bfbde17f38813f27c5f34
BLAKE2b-256 38ad99e09c6800bc22493cff14905aef2341dfe6c7442253f5671122324464c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 daed4538c4f9b7849d3064a5a7c1afd5f209c0c67e47d8c7535a7ff45ea665c2
MD5 14a33ba0ae1fc80b5f09c49ea56c4ce4
BLAKE2b-256 f290e8f9f422bd19db4f96ea690a1e66da1830f0f94e5587cf9beef4971332e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 99669d61fef1ccd963e20f170620863ccbeffcad35fb4a5249a058fa02c5643f
MD5 1e4b6d39601ff985f9d41ebee5ae2ea8
BLAKE2b-256 aa96edea9341e86408d14479e40e4e8c8abf9a3233ecbffc979337b6645ec8eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14a02e9fd904a6f334f975ce2f67c542b7b5db60d2dff0f90add6ff67fa811d2
MD5 5c6001f618da0fea2a660cf4f9c87920
BLAKE2b-256 6722b52dadb545a0832185e717adc32ddc0b3546dee4b04dc740c113c3b5edc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 706fdcfa17fc035ae6043a07e0c580f4c64ed9d8777ee0a3df0e90b256c31d0d
MD5 749e9c8244f711f83f9563164b7aa1ea
BLAKE2b-256 02eb0b42468f5582c8ef389b062a5fb1ae2b9fece5eba61a7cf60308ed434b9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_24_aarch64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27221f167476afe19111cbb5ce4831db00f840eb26263b23adea94bba6deb5f9
MD5 7ac418b3fd10f744e1a7389aec636494
BLAKE2b-256 fd11b0a5b9114211b9f56efe5f11a4f7a70cffe32436cdabb0193f0e289bef6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bf8758af8962d533fe5fc5bad3b7bd9357d3f51a607b03d0d8fec6ce83581633
MD5 64e192277e5c99481d08f212b26b8bb4
BLAKE2b-256 ba7257e3dddc2ffbc58fc8198becb637040786d9691f9a0d07d69530b0682827

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef77f10490a66e528aa2c2c03fbdbe4554196df5dd6f66a455419de9074eb7fe
MD5 5a04772a92ded8c901c2a30899d0907b
BLAKE2b-256 59577909a056292b4c806cc97b00ce0f1cac83b5c5162d668a942406425c9f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce8a6de20d74ff1b515072a88eb5aa6b31c77d87a044611db232006e906c835b
MD5 fea3858723c826a3fbbb9edb5ffa344a
BLAKE2b-256 460f1cc8dd61053bd5ba35fdba06d4d20ff318ee35818a434a0b7d7bae18c95b

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35a7fe73f6324e3e1b8ef6e5628b6c6d34803da8b992aabb473313672d725d64
MD5 f91200432d3afcf01dec076bc53252c9
BLAKE2b-256 3050654f6f94531d48e180bb929a1513c35bd0e24ced93322d928316907741d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4626ff3082a882c639778731f7a3ef1eaef85c633b4773aae55273df7e5e538e
MD5 b9ed5bb7acbc3af1009d8dd480f152bc
BLAKE2b-256 0ef1ca477a8d64f3140fc58e40b2d93250dfa057b493f30562b3e274a4dafb27

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on wolkwork/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_databaas-0.12.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for obstore_databaas-0.12.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c5aa974d99638bc2827618eb0325793e15f03356bebb0d8b85ede286c007f4b
MD5 210b9e7a8092ab1473210a4bc7c0751f
BLAKE2b-256 7ef94aa37089224bde6086ba3f65df2eef549e8f512f2d9aadfa0656140f5a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for obstore_databaas-0.12.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on wolkwork/obstore

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

Release history Release notifications | RSS feed

This release

0.12.1 This release

52 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page