Skip to main content

Accelerated property cache

Project description

propcache

The module provides a fast implementation of cached properties for Python 3.8+.

https://github.com/aio-libs/propcache/workflows/CI/badge.svg https://codecov.io/gh/aio-libs/propcache/branch/master/graph/badge.svg https://badge.fury.io/py/propcache.svg https://readthedocs.org/projects/propcache/badge/?version=latest https://img.shields.io/pypi/pyversions/propcache.svg Matrix Room — #aio-libs:matrix.org Matrix Space — #aio-libs-space:matrix.org

Introduction

The API is designed to be nearly identical to the built-in functools.cached_property class, except for the additional under_cached_property class which uses self._cache instead of self.__dict__ to store the cached values and prevents __set__ from being called.

For full documentation please read https://propcache.readthedocs.io.

Installation

$ pip install propcache

The library is Python 3 only!

PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install propcache on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the the tarball will be used to compile the library from the source code. It requires a C compiler and and Python headers installed.

To skip the compilation you must explicitly opt-in by using a PEP 517 configuration setting pure-python, or setting the PROPCACHE_NO_EXTENSIONS environment variable to a non-empty value, e.g.:

$ pip install propcache --config-settings=pure-python=false

Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.

API documentation

The documentation is located at https://propcache.readthedocs.io.

Source code

The project is hosted on GitHub

Please file an issue on the bug tracker if you have found a bug or have some suggestion in order to improve the library.

Discussion list

aio-libs google group: https://groups.google.com/forum/#!forum/aio-libs

Feel free to post your questions and ideas here.

Authors and License

The propcache package is derived from yarl which is written by Andrew Svetlov.

It’s Apache 2 licensed and freely available.

Changelog

0.1.0

(2024-10-03)

Features

  • Added armv7l wheels – by @bdraco.

    Related issues and pull requests on GitHub: #5.


0.0.0

(2024-10-02)

  • Initial release.

Download files

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

Source Distribution

propcache-0.1.0.tar.gz (38.0 kB view details)

Uploaded Source

Built Distributions

propcache-0.1.0-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

propcache-0.1.0-cp313-cp313-win_amd64.whl (223.4 kB view details)

Uploaded CPython 3.13 Windows x86-64

propcache-0.1.0-cp313-cp313-win32.whl (220.6 kB view details)

Uploaded CPython 3.13 Windows x86

propcache-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (212.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

propcache-0.1.0-cp313-cp313-musllinux_1_2_s390x.whl (218.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ s390x

propcache-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl (214.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

propcache-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (205.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

propcache-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (204.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

propcache-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (209.4 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

propcache-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

propcache-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (229.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

propcache-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (225.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

propcache-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (221.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

propcache-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (210.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

propcache-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

propcache-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl (42.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

propcache-0.1.0-cp313-cp313-macosx_10_13_universal2.whl (74.7 kB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

propcache-0.1.0-cp312-cp312-win_amd64.whl (42.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

propcache-0.1.0-cp312-cp312-win32.whl (38.4 kB view details)

Uploaded CPython 3.12 Windows x86

propcache-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (227.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

propcache-0.1.0-cp312-cp312-musllinux_1_2_s390x.whl (233.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

propcache-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl (230.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

propcache-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (218.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

propcache-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (218.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

propcache-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (223.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

propcache-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

propcache-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (245.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

propcache-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (244.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

propcache-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

propcache-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (225.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

propcache-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (43.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

propcache-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl (44.1 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

propcache-0.1.0-cp312-cp312-macosx_10_13_universal2.whl (77.2 kB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

propcache-0.1.0-cp311-cp311-win_amd64.whl (42.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

propcache-0.1.0-cp311-cp311-win32.whl (38.5 kB view details)

Uploaded CPython 3.11 Windows x86

propcache-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (219.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

propcache-0.1.0-cp311-cp311-musllinux_1_2_s390x.whl (226.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

propcache-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl (224.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

propcache-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (211.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

propcache-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (209.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

propcache-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (216.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

propcache-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

propcache-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (235.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

propcache-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (235.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

propcache-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (228.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

propcache-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

propcache-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (43.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

propcache-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl (43.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

propcache-0.1.0-cp311-cp311-macosx_10_9_universal2.whl (76.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

propcache-0.1.0-cp310-cp310-win_amd64.whl (42.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

propcache-0.1.0-cp310-cp310-win32.whl (38.7 kB view details)

Uploaded CPython 3.10 Windows x86

propcache-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (199.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

propcache-0.1.0-cp310-cp310-musllinux_1_2_s390x.whl (205.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

propcache-0.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl (203.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

propcache-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (193.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

propcache-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (192.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

propcache-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (195.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

propcache-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

propcache-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (213.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

propcache-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (215.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

propcache-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (201.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

propcache-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (192.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

propcache-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (43.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

propcache-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl (43.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

propcache-0.1.0-cp310-cp310-macosx_10_9_universal2.whl (76.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

propcache-0.1.0-cp39-cp39-win_amd64.whl (43.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

propcache-0.1.0-cp39-cp39-win32.whl (39.2 kB view details)

Uploaded CPython 3.9 Windows x86

propcache-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (204.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

propcache-0.1.0-cp39-cp39-musllinux_1_2_s390x.whl (209.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

propcache-0.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl (208.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

propcache-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (197.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

propcache-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (196.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

propcache-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (200.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

propcache-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (204.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

propcache-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (218.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

propcache-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (220.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

propcache-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

propcache-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (195.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

propcache-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (43.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

propcache-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl (44.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

propcache-0.1.0-cp39-cp39-macosx_10_9_universal2.whl (78.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

propcache-0.1.0-cp38-cp38-win_amd64.whl (43.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

propcache-0.1.0-cp38-cp38-win32.whl (39.1 kB view details)

Uploaded CPython 3.8 Windows x86

propcache-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (200.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

propcache-0.1.0-cp38-cp38-musllinux_1_2_s390x.whl (219.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ s390x

propcache-0.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl (217.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

propcache-0.1.0-cp38-cp38-musllinux_1_2_i686.whl (194.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

propcache-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl (192.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

propcache-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (194.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

propcache-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

propcache-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (215.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

propcache-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (217.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

propcache-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

propcache-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (197.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

propcache-0.1.0-cp38-cp38-macosx_11_0_arm64.whl (44.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

propcache-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl (44.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

propcache-0.1.0-cp38-cp38-macosx_10_9_universal2.whl (78.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file propcache-0.1.0.tar.gz.

File metadata

  • Download URL: propcache-0.1.0.tar.gz
  • Upload date:
  • Size: 38.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ef1b0c6a908cc61dda5208861f04da2c2502808c632bea82f84383793b9f1207
MD5 02f2dee443e4bdeef13b22f3f4953f1c
BLAKE2b-256 2a3d4c80d63926ff3a02b337fee49ca2625176a0909ea48e7409082c0fc6a223

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0.tar.gz:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: propcache-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd1abe3e0fb0c545cbbe215e863ed6ab424f8aab2a94e0e656cc02a8996c0edc
MD5 c9a207d377c6cf7b9e46eb56658713ca
BLAKE2b-256 2aaa5e0d073094406c7b28807773e99cc6242c520ca7207b9cb0820aea08f13d

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-py3-none-any.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea617303cdd14a3a97009d2f392d332a9f8396fa35786618576a07f4c092a3c9
MD5 8b81fc46d7342329012e20e91ed0991b
BLAKE2b-256 cd488cc197e7c6b9d763f46278217f35e97b09c4d6dd71a867446631565fab94

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: propcache-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 220.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 be1c8df146fcd1136af52bbabbce434961f881f73a3396831ce6b08bf8fa223c
MD5 d67801b4c93b150f377c1bd4c5a8f42b
BLAKE2b-256 c1c2d6c106686efa5b9414b9c21454411bf736fe6acb0ee59baa034341dfa4b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-win32.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfe03b4064cc1d5a4ff1ac9398c7ec284a26c39bb2e1b13f875ac442ffe4c618
MD5 c2ac9f12a75cc0d4a463811c739a63c7
BLAKE2b-256 780b52c93e94e83be69be1f0b94eef9c4336c2fbf008dc1f37f5ed56f2b07edb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 2215240ba1b6b72e04ac4e88913604aea61230de2f5a331f81006458050cbbb4
MD5 b1de82fafaec4d0b91f9b49d8d28c478
BLAKE2b-256 1fee79cc73f7908daaf1b7c47ea8cf14aa12a3898f7d12c93ac228ff6b572534

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7437b0ba27392c0db63c5ad2530c718419d324b3093b22ab3e8b8a9a32710812
MD5 5ce33dbca5894ad4420cb680996f9343
BLAKE2b-256 de39aff58ab79b7e8f46e6861ed0dc8a23446efefc3f05718499ac348606d2e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 811812556c800f0c65f9b2d0cd0f7b6f5da3bb1ea39b0594f9e8a810fbf1a9f3
MD5 44e21b87d88b6306cbf62ac28e499d41
BLAKE2b-256 3476083680121a66aeb2ad9cf2a0d5620ba93053a685ee8fd048bbf27308c9f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3316adf8e9c334397b058544d6fa038a53abfb353f2c969c3f32272631eb6e5
MD5 9c9759fb7cf676bca9ba83ef26308ece
BLAKE2b-256 057c1e2bfaaaef46a2504c7338c8d14d27710238338c764972d4e37c9b2f4125

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4470058e6014194744372bf998bbb61f08c6b40c9adea6572531cca9af96f62
MD5 859301b308c3e4556e2e0163d81b2b98
BLAKE2b-256 94a3a34437bb4a1dc656d1133c38725d74ff2a917c2fcf16d79992cacda801ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eefd9ddef6e90c124a5f9b711b01f1ad291be182a08bf3e829c1f26bc5303196
MD5 b941392770b0ece2f375a8cf35e055a0
BLAKE2b-256 13164e3153b1a574bbf9f326b271852c2ca42c93fc6eef2e06b0a068e535bda5

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 261eef7655bac493d345adda07668f96fdd938ff807eb38f43fcdf2292d5dfb8
MD5 73e36357624af93a272270c173ebded4
BLAKE2b-256 43ccf1019ac1d393d5237f09f313279e372731893f4d330f8544052bd4d7cd29

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45a1b044e6260db4fbc0f1064e7624e56d8588d717bdbc7cab30f6c341a9fdc9
MD5 14147fcbdb4ac922485fe84bd739828b
BLAKE2b-256 efac66dd330dc71013668bf5931cb3e367494a2ee80329ff1cdc1f53272493cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27c6cfb3472bda72b08078557fee5fc5aa9d9b9505b0b49545c796641a3b0454
MD5 fb8de0111265331497ab16cc4c70168c
BLAKE2b-256 5b116ba3e0a4e6d0011b40dc27c4008718ddbc114867eaf43c5a699189e4775a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 611af2fc07d098b50dc1c951fc36379508bbd56921c54dc12fe681eab5b78ed0
MD5 0c04e431af1b85c644c22746d9a52bd1
BLAKE2b-256 9cadb2fa14e6a96195d2b0ba3cdb3738f1af56e333e211921faf28a4f6f8f8f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4581aa24e6b25c1f6a98f399a6ec7adc2bc2870d9bdf60bc97b1779875b433e0
MD5 3e0a39c77e5b4d2e6404746db7fc7571
BLAKE2b-256 5fa5c316ced42f798b6ad7f881113d73ef15eaaea6e07133427bf72b517e8e16

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c6b24a589d7030125f391ccb1f33991e09a74b7bd78b564ebe3d1329c63becdb
MD5 fdee6ca2dbf27b53c111fb4c3f133610
BLAKE2b-256 6090e600fc27d25036e66bb61b7747d719d7dab61e6a9c755420d6dde304d0d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 07581e7b910aeeaf93cca47b9216917143dbe15e700699cff7f3085e247ab216
MD5 308a08a67f0f29b795cd49a60e20d75a
BLAKE2b-256 ae359bdaefaaf21322b5cf0eccc41e5026545dadc705dedeb5979ab5e5c45231

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fb666c669114f54cfdfe27ae67d560cab86873fa82b5494b5c540ea71dd469ba
MD5 e0a9019bb39dba1cb2f24c96fddfe17f
BLAKE2b-256 e890ffc5ab621cdcc0962ccd1aa4641fd6578f1cee7aafb2ba5784479b3807fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: propcache-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 63c424d57f3ca9a55124fc8549bf2790fb6253b54809ce4f40922e7a90ab59b6
MD5 49e0ee7649e47e63d22475a41abdbcd1
BLAKE2b-256 2c2f8501ea3515bd298144504bebbd49eb18513b2efc46c687de7da453eb8a8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-win32.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff55f3bafc08c752bb107531123a3b5336180445d71f0cd7c0deca79199cd2f7
MD5 4a823fe954a2af8c386843f7ff07d4e0
BLAKE2b-256 a46fed39ac5a464dd3baf024b62f7dac641e8864495f69c2347446176654464e

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a2c5315f1903350e0a40ceb698e127db0ad9f1909f4d948d02fe183288d0953a
MD5 142dd8a387c2a4331f5e82f7f0a088b1
BLAKE2b-256 a978824e205af73e85b6ddcaa0a31f8f06d6d78e9b2441dc2c17b71f407b4774

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0ee873fed60bfd92bd5d8c5f16b73810830c80178851cf944d376f5507bc44d5
MD5 ba3a8331d197d22905f13132dea1c6f9
BLAKE2b-256 2867021926449721b6dbdb8385f149c824b25b3fcff98ce03419d0fac3cb05f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8049c9c9b55e59c95cefe867b986781f14ac192ffda8de67542b1ee88e6495b5
MD5 cb063ecd3a35a2bf5d261c9c46aa6879
BLAKE2b-256 4573f82a6292339ac91dd50eec4723811ae4d97b03f97923a4cca298735ed546

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 93b20ab7da4ca3b7da63ea00c44733bbc41f31301f10c776f232ac8e8e16a5ff
MD5 38a0d3a6d35b5d5ff6243c01d545648d
BLAKE2b-256 6f0181bd38eac1a302bc260404f77849f353860fe6998e7ffa771be65e430b04

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d64c154cd198209b43b449ed13bf72f0cf5a28a1ad4122a032a2fd877cf9868
MD5 e059964cadd604e66f7f64aae85bce5b
BLAKE2b-256 f8c700ecff8f0fdc1e4eb6a2511be590595241cd2057d6581dda599bc419ea27

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11ba2c4a51ec642ffe864edb2ac5d6c60fa71646bd33140d62ba079b079063bc
MD5 fd37c0164e2aad6458447b62632e7dbd
BLAKE2b-256 61d4c42862a4abc37bbfe96b126f9cda2ab8d68b1555f674b912d5ac0cc536b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76fc92eda9c2941c5aaa4ca65e1ddd913386023ddf5dc90c261519b5aa4f12bd
MD5 cf71779f61207e533c4a7d854032b301
BLAKE2b-256 124ca104c40e24fab19e95aa3d919fb6bbed3f63308e469182de7cf52a1e4a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bed0f968bac648fea41b36f1776301614fcd02922be8f86e9c7cea7cc3f144f4
MD5 b28235372369f8f4022dfd9ce862ed9f
BLAKE2b-256 7af409956cd70cca2155fb833837f1f9ee43bd4cd161ff2bb39203883f73ca63

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bed95b39c80978e9d0e052b660c864dd38213fe4e6f5c1ddc1fc4c3db0732a0
MD5 d80325d663ae2ccbf555f43548955740
BLAKE2b-256 5e77fbfd942c381efe943a29f3e64e8c399e6515e246ad9598ff66d58cd49590

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e62f00431102bf8ddc2ca37b9874d434782ee71399146c1f95967806781a6b2
MD5 eaae3d410a8533ed8271ef0e814fa660
BLAKE2b-256 ef37ba6bc16b194e1075257a09000c184c979f1b69ae6949e9724f5ce49af4fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1abd249d2a77a873bf3532c6acffefe1aa907385f384355b959c6076a3f46588
MD5 b1af438a205c522db838edf65ab9d624
BLAKE2b-256 563ec125fcf452e80f1020a357f138532d39702f91f725ef0d417773f6fb7f10

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d4568dc1ba11e2712f9b6d2af467921b93b1ea0195c4723a01f463c2baa76f3e
MD5 1dd79f561fd79d8302a557477e65a2ab
BLAKE2b-256 24ac8db98c938b94fce9b7aaf443421165339a8ed4a8b1cfb5ee2988dbe9c7e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 15481b740784f3ecac04095510cebcbf950e55121c73e2be6a7e0f5ad93e0cd1
MD5 1dce4104e68a59d9e50868dcd0f35c2d
BLAKE2b-256 65a116905fc5c75a7669579aec4efaee579af26e5d19f2b35aa2890850ed3b34

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a00bfc708dc8d558d0561fc967f87939e8226a93be9b617d2fd712a425ff7f4
MD5 f7577179e77cc5efea213885b5ada5e0
BLAKE2b-256 420ea947c53af9953583194db97accff3ac92dc7c840d6b879d8b0c40204da4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: propcache-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 38.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 786fea3a3b93ebcdb5118a4649a0cb065032b217b57dd2e9b0885ef85d6d7f64
MD5 0edcd746dee251891d7715872c041094
BLAKE2b-256 997bdd540c374c102205988e0b4b0a46dd9ac12dc61d6d891b9d1b8ff65f4629

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-win32.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ecb9e2c1135fb5c0d7d4fec6eadf41478ea0ef3138db84976c310851b8935cb
MD5 20b8aa3c240815186aba05efdbcd2918
BLAKE2b-256 3cfeb6b90d8dcbb6a1fd4fc059059aa9211d33fa6260ef1b94088037a037761e

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e29e8318cf37bdea63d0574148e0427a8864b1e87955b5506525197ca7e28245
MD5 e6255e4160723ad851d8433e30fadcfd
BLAKE2b-256 c43c7bebb4d5ea06ae0d00de221da6d9847ea8e49176fa7f61a55c22d2288257

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 53ad0cc02c317523f297749d31d02db0e8bd7c656171fd94ba65edadccb9ed17
MD5 08939843fc0b2c73c6e80bc3ee4d2cb0
BLAKE2b-256 3ae9a551fb4d66267d1e128490bb1aa11910321b022d2d6200b8f9317f6eee89

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dea7dc14717f220782a3b2e66d9bfa5d3862b7e6f833d10e43de2eba549c9c16
MD5 ea6e38a5dde8ba5ea2f809b1566dacdb
BLAKE2b-256 47b4a51d3acda15355d00244774685c284ff71a1c52c96ccc7a50cae35550fc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c9e3e5ffd1a7ffb83871d24bac18be5aaaa81cb0868cdf227c831eaa7338f860
MD5 8d9803baea44551a053c706b6ca28653
BLAKE2b-256 0de199cbecef19261858ea198d2e0ecf9e6fcb358d3c78d92779c914f3c10523

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0c9cff53c23ff292aeb494783604678bb334913569db69ccd810b3458ca9b5a
MD5 5617cc84a7bad71f0c332f17a2c0b58b
BLAKE2b-256 995ade1d27602a4b9b2c9392d4b59bc657f6e7c10aa685fbae17e7ae5e980df1

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef7ed4264009b396b1b3bf833acb530217b3cbb52fc3a56e13be55766fbd6ffc
MD5 8e222ce3221c06eb5859dd4091d492c4
BLAKE2b-256 8c70c688c3b002456fef79f611dd4c7d4e63ea1c29b8951afa81522e254937be

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c19922d3e48976112a626a46ee4edd0ae617f68314f82a9701eafefb38961265
MD5 2173f0f53140dce27ef59345b618b0d3
BLAKE2b-256 86a5ae71c563b6a42fefb92228d7496db732f003f1aa19f3dbd69a9dde780d6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bf3e1cd7b7040db6a87a21df45a3ff22c22e419666aa8979cf4981430f9ddf67
MD5 fefd1409bfc76e8aa9bc995593010a04
BLAKE2b-256 711c0368c54c500034807d7d4e167af3dd9a9d838e456fe85b6cb906c7c5b1c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 241758bb8fd74fc622fe89faf7836ecd50fd537be06e4d1d1aea72c9767f57d7
MD5 d61b15c500c3a3cd6a31359d8b559be2
BLAKE2b-256 11f17fc28208783dc7d780c85d72cd47676269fd0e3cf50ba503ed99c48e171f

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ede7a29bb093fd5e53d917673a16fc93f1ac8a80368975c2f25b51260d7d0062
MD5 ad12e467cf6c927f7e3ce2faf12fe466
BLAKE2b-256 d9c1a50c321ff4d31f1fcdbfd924e85f6dc01730c2968b6deecc758e591d6cab

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16ecc73213da4d1808770fdec749a8df4e01487ab6836d482dea9bb3e94a85b9
MD5 bab56c406c29dd2b587f64dd0d6ddddb
BLAKE2b-256 047a1ab2e76c4bd6bcb93caaded4e7241acfe181046856a0a9a4c5791c505e48

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74e82ead7ae19a024922a428f73def75157f6454b18487a7dd922923cd9eaff9
MD5 d05b56f489cc2ea08160054670f9971f
BLAKE2b-256 5b86e25a6de0ca2b27fcbb01e4ec992314b3ce5ec88bb1083cce9d94c0a14a54

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 251f1becd84b53ce70ce338cf1466984f6468f2bc10211f64f1acb12c912e864
MD5 84c074a9b0e4d976a928143e2d393d49
BLAKE2b-256 d0d176c171142fbb4c6692bebd019a04c33ee9bb3850945f638db361afee9c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a729d06f8d99939106c17914025357bf595a5ab2a9922113ead34a939b574713
MD5 687b7983be9f4c51dd14d088e235107e
BLAKE2b-256 78084912acf906739f56b78e65016865d1c66f70ded7ccc39544244329236a7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: propcache-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 38.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9effb7992e69ae69e7035db774a4296bf451e826f691a4aabb36e3b437ed34bc
MD5 93c06fc44484ef740d1b78f0b3fbf7ac
BLAKE2b-256 d692e2ee41e42913b4b0707554fd82907ba1f1f2e359bf5bddae9624e62b7bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-win32.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a92acae362d5fc8283173f756b3d8742d9f48d3fbd0f90fd42510db2f3849de
MD5 752c97108885919a8e4caf91de3bf74d
BLAKE2b-256 d451dfcfb0003c19c122315e902d44f2a54b41f63f205410621d5dbb291a5163

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3e7754f312d80de1d3bce218b939ef5a7604cb6711ccd230c6af6290b2a5cc01
MD5 bc05097653be847449b9ef9c66c35574
BLAKE2b-256 abba400f9a14ca6f6ae1bc6a866293600e9e00e10e9d8db70869451a49c0d341

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 54afebd38fe2321a31d18cfb17b22273e3cf1d588508fbd49ebf9696f7bfb353
MD5 18668e94f678e59d221559ce97345ab7
BLAKE2b-256 041920c6594d2b081b740691db23b233f4144afcff98b121548dacac147f102c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9adb0b2890fc8e501ec4c90644d4a9f54667a609344d8271e17bf2f35cde9a39
MD5 0e9fc559c9b0603042cc8308f57e751f
BLAKE2b-256 ab248ee1104c809c798721109f2d2db9e8bda51e8a96b1dd75110f64cdc1c0ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13560d622612c20eeb78d06f6fd812ea41ebcb50c46f7193b02ef5553178b210
MD5 a54e0307046560998a4b174ab9806194
BLAKE2b-256 a7266b7bf4bd47f20d4d85cc692e09e2d8f89bc0e699e00b535822160056751c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2486c8c5ee83038fc9b7570ead06704d6940ace192e92fde5e2208759c615b3
MD5 1e0bd424479af3e506927eacd16d0182
BLAKE2b-256 c6e14fb08caff19a9ab92115ad3d64daf8046f01bf97da67410478e17ea5de65

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e93f6d571cd344f8d62e7f2b2fdc59702b14aefd29014b38f3f15aaad0f5bd9
MD5 d251d9e0104b64b664b3a9cf56eaa1a9
BLAKE2b-256 3699dc0d6d6e47b26afa60efda91d2678916b41085ea381c1b47e609c8ad8ddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a4a35b1417fd934722ea189afeaf812403c60b6b43fcf01ff1ecd8243af19ea
MD5 b31ea81eb07c0cfc41958c31fea4cb2a
BLAKE2b-256 8f8f4a378467fe35c97ce14e55d8fac82262376e98afed04baf0d4b1084035b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 befefb939025a5c196c4f03923072b386c200e51c82c209104698b6279651b7c
MD5 d10a53ae11d1bf802c2b79151e4e8401
BLAKE2b-256 d4a92823908de63e9752cafe18afe2e8cafa4d1a516fd5decf7c5eef50e032cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fd8ca1748bdcb4ce8122363a62e2edffb7d46f9a3c4fb0c42b31259d4cdf273
MD5 8f0fc9f320c184f424e6460aa5127551
BLAKE2b-256 f334fd6764271ec376f977a81a70478bfc5321148ae6bce150091d313c876a7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffcaeb86144cec4a5307ad567170aaf7856c7d2c82654725c1f265ed9c5eb636
MD5 6e29ff16824213d8c52e73d56bc07bdc
BLAKE2b-256 2ff27e56f30933510c3f3fe638ec0a4ab315e2ab69b68daca7bbd0395d0b3b74

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1c82ca69e07a7bb7c87020c1a332da1566be1413708f4d996c39383309395ad
MD5 32424106e0aaea6ceb68cb57012ae7fd
BLAKE2b-256 c8eb2dd3d004a027c82960fded0e5191839ad601bf09bcbce21bea52bca890f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4dc91c9b3cdd966c1dd868787576a28d34479760396fad0ed80a0b673603244
MD5 157c194d2feda4285148aeb9fc2fbaf7
BLAKE2b-256 0fbdba016bdf5ee2735400ae4a5e35578f5cf4c975d18b95be4b71c35d7671d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 eef5a3407ef17b1ceaf53ee685e299f27a01d046c2aeff907a1966bf78bfd247
MD5 f7b0e65aa3a842b57f84d10d209548a7
BLAKE2b-256 bb9c10ca2a0ac877539824d78dcabcd34883cd001120abdf48f89f3887398de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: propcache-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 139dd819fc585f26f4d902e38b1b97c0abc3997013663300725c4e88e602f59c
MD5 bee09c5880eccb71d9289b4376b0592e
BLAKE2b-256 d24e50221507499822665758893386906f6f2a71728d7f60ed1df315debad4c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: propcache-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 39.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b97eae2a3277cea745dc85036d1e44d35da1effe47c444d6ade099be59f7fa4a
MD5 58433e4d6a78ba19c7ed652667f11c42
BLAKE2b-256 7f210f118f42dcd7072330fca35ea5a1f9a741e439231fb47ac4c6126c62a525

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-win32.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee392800c6bdad609c79617950608f1d01e813dbe3ddeffdb90eb980afdbf075
MD5 d5ed7c0ed7da38be3a0f5dd3a2fe6d96
BLAKE2b-256 26312dad77aa82f917b2c56abeb796531609b51eae691ea6646f7ff59eb4e18c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 04e3fffb3b976b3c29f800620e2ba90dd2c12ba0a864dfb6f4b5768a8acea173
MD5 c22d14a5adba705392bbb6e3c937d616
BLAKE2b-256 9be829e457351e9f777563b26fe325d00fbd24ecec9ba29625280bc430175e3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b79980f6f1c165e87211cddd90a9b521688fd80b00ab5f3da0b4562587ec7346
MD5 90758e273e16e3c222f2a3889ef7ff65
BLAKE2b-256 afdd016ce1a7f38fac6fbe4e222cdd99af1b9e4fa7a4171993a24f0fb4f5e3de

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b57a14c7eabab40ba5189b0c1251ee58f75eb528cecdfc607da72f31c624296
MD5 12935e939cba18df8664b4abef145368
BLAKE2b-256 2f8a0e5c2353b0fbd72f5638bbcefe6543d39277fa31830c6c5fd46a9cb0b0ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9d703ae0db21b399d62f75fadc173bb23c48b2d9eb759a06893578e92c7216f6
MD5 333db6ee3de4e2ecca460515b04aa7d2
BLAKE2b-256 e7553f230ac072d00fe33d1ab886251975647bc2e4451a9b1a1e466aeacf0314

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e666d5a3df37677fe2f5c3137fe57d4c4c4cc4735ebd6a6972323d9784aea85f
MD5 c932a02058bf61b7fb0ec07a489c269a
BLAKE2b-256 159495d22ed9199d2c3e3c061657865e90cdc4f99fffee7677b6eb6ae4df0bd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28d33abf204118ccca713e033a36b7df1b4a4e2641e25195276c7a57b6acc27b
MD5 3fdd6f834ad9e0cf3fa400a27895f580
BLAKE2b-256 a4085b69be9f6ec6a161fd9d597ab13a6c9658c3fcd1e9e231e7102d83f183a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e5f314bf8fdc1d05da5e585086df9258ae036db9e8125cd51b6ce1ef5d425894
MD5 3867f9bfc8413d9dbfc69003cfe34efc
BLAKE2b-256 07f02b944559c544ae6730eed317993507448d55232ee8467ad4b7226698f009

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fcc17f91011ed49102788c171ce8b1e827697c93e95535b47cefa233db1328bd
MD5 4a81977ef3828421e0528145f49df7b0
BLAKE2b-256 c4baa5d60a420bdf5185b7a3a5476716b2b94c5e540579a56eed55e1c552c081

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e7c5474606e6c386b11056b8c36fa0fe0998c7ae912967052aa0927ddb2a829
MD5 d0432b73f34f73b94b78a6e778a5b782
BLAKE2b-256 6725cb6e99c919bf567f88064229666fa777a7968e38e1540f724ab5caa74d3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14bd31f01fb7af5c66575e51d9561afa97d70894e58a7998db182fb90d5b66e3
MD5 b9873c0d690be25a499d323d8554f967
BLAKE2b-256 79bb121b6fb0f475e114bbcf8cfb7e679c84edc975a417313855df267873dd3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1819e6b1daf5d7f309f29ceaf9c14e8bd7b12c8b06df5a4a8c8771d8dd9e1a67
MD5 28daec17ca1112767a175bf03d27d3de
BLAKE2b-256 908443c3b71bc26c07ee6ad89e6199c9ab6b979ca34218c017a27cb8d23081b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6dff6b74c568fd7d84540c6d79405e18dfee292a458fda3cf625b734d6092740
MD5 2dd6178bbd43802bdebbeec1ba1ece65
BLAKE2b-256 75b4650d232d28e4d13b93ddfd233d249642c096a5900bd089ad4815893a4db5

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ce3fd1e979cba94b284c7c3528ee54900f53d9f22c3984179b777bc84ec1de8e
MD5 a5c7df1fa10fccccca7c8cc94d4c1607
BLAKE2b-256 8c946759409c1f8b701ec8537c29d55920a4519974aa63ec99cff1bc510a621a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: propcache-0.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 43.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dc23b881d298ac8a8c0fe66c536be068eccd2f2e7696fce543ddaadacc8769f2
MD5 e22322200f85cf64ff1acd38cfb6baca
BLAKE2b-256 714d6d09f1ab521b2cfd6dcf58c5e36f053654b99ee7ff886490fef6109de231

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-win_amd64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: propcache-0.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 39.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for propcache-0.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a7fd463278921710c65e40d4882f268dc7653c79976148e9d19d68f3723f6636
MD5 66ed662021abbdd1ce04b279413c4fd5
BLAKE2b-256 d7f975fae819c2bf29daded563b9f391d17cef63f56606f54e1a7d5bd980b444

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-win32.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed25bcd792b486d0060d04c191d03bc8bb07adcd81ca469ffefd47ab8e0a6d50
MD5 a324ad277da64ef4c6e684669bcccea8
BLAKE2b-256 81625509f5c4261cff973efc9205c750fc80ce48ae3c91fe15b116b3e4ef906a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 78a2c6094eca38ebd14192226b51286e682ec969a34331b561ab278bfd69ecd7
MD5 dbfee37f160e92bcd2c836dbe98596ea
BLAKE2b-256 bb306b13b1e4df15fea2141b414dc6cc99cc88ef9ac45d8ec43a6d3e6defc9dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7dcb7bd6ecffd166314d741ee8bbef139185ae513d775565ab258eb1d6097ba3
MD5 d7c23bcfbb2035ad647a19e26f4d8e3d
BLAKE2b-256 5836f14f8579ac12c63afed99f6c3f948ce894933bfe03c35369735e6e4905ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5480085af58efd2974a3969d0136789bfb1ca509599b6992f645dce7911785a
MD5 a5d25b59687514e0ee767312a6d79db9
BLAKE2b-256 5aadc3fe5be619a791f9ae492a782b5b5d0a785a23c06889025438eec2583c55

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bc922b502bcb552d51a017108633c854e47b4722cbe421297ccdb97cfac70488
MD5 8fb0c1e854bed77fbe5fab23cfb4c99c
BLAKE2b-256 de503d5e53610ed04b5064acc2231458a407cb9438ba5b3103894ead7757b197

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec76a381d0bde9b8846b6fbcf1fbe2eed0197ba707eb7bad30521f8d9d6090a1
MD5 7d7c4e69f6ab67592dd064573294b549
BLAKE2b-256 0773ec0b38edb37b9247e94bea297bee2ea95b8954e9dbb4c7787a66418f4676

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78299224698b6415852f167f7bbf7439e3a0df5017c6ea7c4f13892496e84e8b
MD5 f651365534caf2a079e13fdbb565cbb4
BLAKE2b-256 a463b59f3383f03931bd1d4b19dc955022b8fe9c72eb1d3c8866d1eb3239481b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93a1fbd9ec1bcd2c3392f15d57a2ef08558a4d67b36f23e91612dd5971e0bca1
MD5 7e3f0d89fe04b41e139c3942dc08865d
BLAKE2b-256 7dd64e366f04c29a183ba7db286bc277bb956ec722b55ae051c14281d0734fc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1cde1f3a08d4a08463a1b70f4d900371b5ee489a9b8044b378114b6aac41af4c
MD5 6a65abef9eb5b74305b3b3d5a7cf9382
BLAKE2b-256 3f203fb2a8a6289ccf585bde26938fe4821b0b8ad2e9956a65c5ef780da829c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bbe8a7fe2e6d88931f384bb57dbd0a7efb60f1e79a76be29404670f19a03139
MD5 1b6cae4abc288eccc5fd6a1a2447ab56
BLAKE2b-256 cd08631e34a2496c8b7debd985b96e7e151fd5fd7ba255c2e84f878fc45cb1e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48621ad8e1e20625665a6a0b143037659223d52e34e70846fc711694f39d7a16
MD5 e5cbe49c54d6367d4d8ea97a653a401e
BLAKE2b-256 b77e3561dcd718d4a4d948bd1c7d86343801fa0cf51db3125b6336252db5d2bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e220e1c93a9579738dfb2ef4f62f73bcdab0ddfc6220e4075a6fe10510651ba
MD5 0e7fd85fa727a4fb79fdfa80818db539
BLAKE2b-256 793be6744cba4466eb9e70390f6347d1c7d83ff71649a6d5759c34e5e8813883

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3df0b69f93e6267d0094ae678e9995466794f112552685a85256da7fc80e994
MD5 5a7534e1b60ed610a39fc36066fa999d
BLAKE2b-256 8927dbb50b3b3e3cb37d0c4ac693e751a0e9d047cfc0ce8e4157f70792d707ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

File details

Details for the file propcache-0.1.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.1.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8aa783bb5fce47b10a45c4e158150c8a2f909e4c3d46fc5495f7a835fb8a5d19
MD5 17439c425513428fb4e2ea52b9c535f7
BLAKE2b-256 ee52ae2505f37a613c0e782a5115d008d536bfb8fb51d295c85ebe44b597b30d

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.1.0-cp38-cp38-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on Bluetooth-Devices/propcache

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page