Skip to main content

Accelerated property cache

Project description

propcache

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

https://github.com/aio-libs/propcache/actions/workflows/ci-cd.yml/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 where wheels are not provided, 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.3.0

(2025-02-20)

Features

  • Implemented support for the free-threaded build of CPython 3.13 – by @lysnikolaou.

    Related issues and pull requests on GitHub: #84.

Packaging updates and notes for downstreams

  • Started building wheels for the free-threaded build of CPython 3.13 – by @lysnikolaou.

    Related issues and pull requests on GitHub: #84.

Contributor-facing changes

  • GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps – an action by @webknjaz that takes into account ABI stability and the exact version of Python runtime.

    Related issues and pull requests on GitHub: #93.


0.2.1

(2024-12-01)

Bug fixes

  • Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package – by @ajsanchezsanz and @markgreene74.

    Related commits on GitHub: 64df0a6.

  • Fixed wrapped and func not being accessible in the Cython versions of propcache.api.cached_property and propcache.api.under_cached_property decorators – by @bdraco.

    Related issues and pull requests on GitHub: #72.

Removals and backward incompatible breaking changes

  • Removed support for Python 3.8 as it has reached end of life – by @bdraco.

    Related issues and pull requests on GitHub: #57.

Packaging updates and notes for downstreams

  • Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package – by @ajsanchezsanz and @markgreene74.

    Related commits on GitHub: 64df0a6.


0.2.0

(2024-10-07)

Bug fixes

  • Fixed loading the C-extensions on Python 3.8 – by @bdraco.

    Related issues and pull requests on GitHub: #26.

Features

  • Improved typing for the propcache.api.under_cached_property decorator – by @bdraco.

    Related issues and pull requests on GitHub: #38.

Improved documentation

  • Added API documentation for the propcache.api.cached_property and propcache.api.under_cached_property decorators – by @bdraco.

    Related issues and pull requests on GitHub: #16.

Packaging updates and notes for downstreams

  • Moved propcache.api.under_cached_property and propcache.api.cached_property to propcache.api – by @bdraco.

    Both decorators remain importable from the top-level package, however importing from propcache.api is now the recommended way to use them.

    Related issues and pull requests on GitHub: #19, #24, #32.

  • Converted project to use a src layout – by @bdraco.

    Related issues and pull requests on GitHub: #22, #29, #37.


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.3.0.tar.gz (42.7 kB view details)

Uploaded Source

Built Distributions

propcache-0.3.0-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

propcache-0.3.0-cp313-cp313t-win_amd64.whl (46.4 kB view details)

Uploaded CPython 3.13t Windows x86-64

propcache-0.3.0-cp313-cp313t-win32.whl (42.3 kB view details)

Uploaded CPython 3.13t Windows x86

propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (277.1 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ x86-64

propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl (288.7 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ s390x

propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl (280.2 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ppc64le

propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl (257.2 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ i686

propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl (254.1 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARMv7l

propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (275.2 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

propcache-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.9 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ x86-64

propcache-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (293.3 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ s390x

propcache-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.9 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ppc64le

propcache-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (291.5 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

propcache-0.3.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (268.1 kB view details)

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

propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl (46.7 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl (47.3 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl (82.1 kB view details)

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

propcache-0.3.0-cp313-cp313-win_amd64.whl (43.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

propcache-0.3.0-cp313-cp313-win32.whl (39.8 kB view details)

Uploaded CPython 3.13 Windows x86

propcache-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (216.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

propcache-0.3.0-cp313-cp313-musllinux_1_2_s390x.whl (222.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ s390x

propcache-0.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl (218.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

propcache-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (208.4 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

propcache-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (208.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

propcache-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (212.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

propcache-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

propcache-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (233.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

propcache-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (229.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

propcache-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

propcache-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.2 kB view details)

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

propcache-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (44.3 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

propcache-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl (44.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

propcache-0.3.0-cp313-cp313-macosx_10_13_universal2.whl (77.3 kB view details)

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

propcache-0.3.0-cp312-cp312-win_amd64.whl (44.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

propcache-0.3.0-cp312-cp312-win32.whl (40.3 kB view details)

Uploaded CPython 3.12 Windows x86

propcache-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (231.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

propcache-0.3.0-cp312-cp312-musllinux_1_2_s390x.whl (239.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

propcache-0.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl (234.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

propcache-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (222.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

propcache-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (221.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

propcache-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (226.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

propcache-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

propcache-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (248.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

propcache-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (248.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

propcache-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

propcache-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (229.4 kB view details)

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

propcache-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (45.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

propcache-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (46.1 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

propcache-0.3.0-cp312-cp312-macosx_10_13_universal2.whl (79.9 kB view details)

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

propcache-0.3.0-cp311-cp311-win_amd64.whl (44.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

propcache-0.3.0-cp311-cp311-win32.whl (40.5 kB view details)

Uploaded CPython 3.11 Windows x86

propcache-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (223.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

propcache-0.3.0-cp311-cp311-musllinux_1_2_s390x.whl (231.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

propcache-0.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl (228.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

propcache-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (215.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

propcache-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (212.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

propcache-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (220.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

propcache-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

propcache-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (238.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

propcache-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (240.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

propcache-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

propcache-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (220.4 kB view details)

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

propcache-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (45.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

propcache-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (45.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

propcache-0.3.0-cp311-cp311-macosx_10_9_universal2.whl (79.6 kB view details)

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

propcache-0.3.0-cp310-cp310-win_amd64.whl (44.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

propcache-0.3.0-cp310-cp310-win32.whl (40.6 kB view details)

Uploaded CPython 3.10 Windows x86

propcache-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (203.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

propcache-0.3.0-cp310-cp310-musllinux_1_2_s390x.whl (210.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

propcache-0.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl (207.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

propcache-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (197.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

propcache-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (195.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

propcache-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (198.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

propcache-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (217.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

propcache-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (219.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

propcache-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (195.7 kB view details)

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

propcache-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (45.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

propcache-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (45.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

propcache-0.3.0-cp310-cp310-macosx_10_9_universal2.whl (79.6 kB view details)

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

propcache-0.3.0-cp39-cp39-win_amd64.whl (45.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

propcache-0.3.0-cp39-cp39-win32.whl (41.2 kB view details)

Uploaded CPython 3.9 Windows x86

propcache-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (207.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

propcache-0.3.0-cp39-cp39-musllinux_1_2_s390x.whl (214.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

propcache-0.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl (211.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

propcache-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (200.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

propcache-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (199.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

propcache-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (203.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

propcache-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (221.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

propcache-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (223.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

propcache-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (208.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

propcache-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (198.9 kB view details)

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

propcache-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (46.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

propcache-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl (46.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

propcache-0.3.0-cp39-cp39-macosx_10_9_universal2.whl (80.7 kB view details)

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

File details

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

File metadata

  • Download URL: propcache-0.3.0.tar.gz
  • Upload date:
  • Size: 42.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0.tar.gz
Algorithm Hash digest
SHA256 a8fd93de4e1d278046345f49e2238cdb298589325849b2645d4a94c53faeffc5
MD5 e21cefaa1f64bade3837e33eb6b9ff6d
BLAKE2b-256 9276f941e63d55c0293ff7829dd21e7cf1147e90a526756869a9070f287a68c9

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67dda3c7325691c2081510e92c561f465ba61b975f481735aefdfc845d2cd043
MD5 f14ce783367216adeb9ab9deca71469f
BLAKE2b-256 b5356c4c6fc8774a9e3629cd750dc24a7a4fb090a25ccd5c3246d127b70f9e22

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 75e872573220d1ee2305b35c9813626e620768248425f58798413e9c39741f46
MD5 e3f4f28d823ad0dd9d23166edf341d7b
BLAKE2b-256 6f45960365f4f8978f48ebb56b1127adf33a49f2e69ecd46ac1f46d6cf78a79d

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: propcache-0.3.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 42.3 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 0c3e893c4464ebd751b44ae76c12c5f5c1e4f6cbd6fbf67e3783cd93ad221863
MD5 1db7bbdc92dd9f28cb11fb7aa1a3eaa3
BLAKE2b-256 42789432542a35d944abeca9e02927a0de38cd7a298466d8ffa171536e2381c3

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c929916cbdb540d3407c66f19f73387f43e7c12fa318a66f64ac99da601bcdf
MD5 68c5f4a5dcf7d9135acd106ece353866
BLAKE2b-256 6471cf831fdc2617f86cfd7f414cfc487d018e722dac8acc098366ce9bba0941

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c441c841e82c5ba7a85ad25986014be8d7849c3cfbdb6004541873505929a74e
MD5 898773bd885b2cb2303571715765c668
BLAKE2b-256 e8f0fd9b8247b449fe02a4f96538b979997e229af516d7462b006392badc59a1

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ecc2920630283e0783c22e2ac94427f8cca29a04cfdf331467d4f661f4072dac
MD5 e9284aec700bf14ab7a83b6d34cb1b1e
BLAKE2b-256 dccf6292b5ce6ed0017e6a89024a827292122cc41b6259b30ada0c6732288513

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ff4e9ecb6e4b363430edf2c6e50173a63e0820e549918adef70515f87ced19a
MD5 916cfbfd8493172d0f999a8a91900661
BLAKE2b-256 f480fd3f741483dc8e59f7ba7e05eaa0f4e11677d7db2077522b92ff80117a2a

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f47d52fd9b2ac418c4890aad2f6d21a6b96183c98021f0a48497a904199f006e
MD5 08eba56525a984b2ed383b5e8fdf97c0
BLAKE2b-256 d83c446e125f5bbbc1922964dd67cb541c01cdb678d811297b79a4ff6accc843

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02df07041e0820cacc8f739510078f2aadcfd3fc57eaeeb16d5ded85c872c89e
MD5 18ef8afcf0a1381391df40cbdb6f994c
BLAKE2b-256 3768d94649e399e8d7fc051e5a4f2334efc567993525af083db145a70690a121

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fddb8870bdb83456a489ab67c6b3040a8d5a55069aa6f72f9d872235fbc52f54
MD5 14a5e68dea1c81829a199f3851b0b436
BLAKE2b-256 b0b82c860c92b4134f68c7716c6f30a0d723973f881c32a6d7a24c4ddca05fdf

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4544699674faf66fb6b4473a1518ae4999c1b614f0b8297b1cef96bac25381db
MD5 9e6ee467689d9723799177cdbf7e519b
BLAKE2b-256 768d94a8585992a064a23bd54f56c5e58c3b8bf0c0a06ae10e56f2353ae16c3d

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 794c3dd744fad478b6232289c866c25406ecdfc47e294618bdf1697e69bd64a6
MD5 e34c238998d57125c9fee26ae4172985
BLAKE2b-256 eeffe4179facd21515b24737e1e26e02615dfb5ed29416eed4cf5bc6ac5ce5fb

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c0fdbdf6983526e269e5a8d53b7ae3622dd6998468821d660d0daf72779aefa
MD5 d1a7bfddff367fcad390ed3cac02d46e
BLAKE2b-256 0fb667451a437aed90c4e951e320b5b3d7eb584ade1d5592f6e5e8f678030989

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f857034dc68d5ceb30fb60afb6ff2103087aea10a01b613985610e007053a121
MD5 36badcd5c9ff1539868b65c3854480f1
BLAKE2b-256 cd72b564be7411b525d11757b713c757c21cd4dc13b6569c3b2b8f6d3c96fd5e

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07700939b2cbd67bfb3b76a12e1412405d71019df00ca5697ce75e5ef789d829
MD5 f81e049c9c4ad9047ebe7d8e2c123077
BLAKE2b-256 1b4cb55c98d586c69180d3048984a57a5ea238bdeeccf82dbfcd598e935e10bb

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 65a37714b8ad9aba5780325228598a5b16c47ba0f8aeb3dc0514701e4413d7c0
MD5 7c013e776e8a738d8b1551c21c7dc4cc
BLAKE2b-256 8689752388f12e6027a5e63f5d075f15291ded48e2d8311314fff039da5a9b11

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

Details for the file propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e560fd75aaf3e5693b91bcaddd8b314f4d57e99aef8a6c6dc692f935cc1e6bbf
MD5 2314d898e7ced8545b4a9f568a5b0f70
BLAKE2b-256 ee957d32e3560f5bf83fc2f2a4c1b0c181d327d53d5f85ebd045ab89d4d97763

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1c8f7d896a16da9455f882870a507567d4f58c53504dc2d4b1e1d386dfe4588a
MD5 6fff142b42e9d44dfc3648c12adf0fe7
BLAKE2b-256 80ecc6a84f9a36f608379b95f0e786c111d5465926f8c62f12be8cdadb02b15c

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 39.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ee0bd3a7b2e184e88d25c9baa6a9dc609ba25b76daae942edfb14499ac7ec374
MD5 a93c59b7f0e12e1e83dc6afd725f623e
BLAKE2b-256 ab760583ca2c551aa08ffcff87b2c6849c8f01c1f6fb815a5226f0c5c202173e

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fa0e7c9c3cf7c276d4f6ab9af8adddc127d04e0fcabede315904d2ff76db626
MD5 e510cba3a7bf00131e81f2a66fd86c01
BLAKE2b-256 92e3a7b9782aef5a2fc765b1d97da9ec7aed2f25a4e985703608e73232205e3f

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 7c5f5290799a3f6539cc5e6f474c3e5c5fbeba74a5e1e5be75587746a940d51e
MD5 6fbe2cbcf216fe8465a9e1dfe609afd1
BLAKE2b-256 3471277f7f9add469698ac9724c199bfe06f85b199542121a71f65a80423d62a

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 24c04f8fbf60094c531667b8207acbae54146661657a1b1be6d3ca7773b7a545
MD5 0fc70a132233fbcde5e521bb51d88a9a
BLAKE2b-256 e94fbb470f3e687790547e2e78105fb411f54e0cdde0d74106ccadd2521c6572

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d62c4f6706bff5d8a52fd51fec6069bef69e7202ed481486c0bc3874912c787
MD5 49e7ed51805483447bd366975f7f0739
BLAKE2b-256 9db30a6720b86791251273fff8a01bc8e628bc70903513bd456f86cde1e1ef84

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 549722908de62aa0b47a78b90531c022fa6e139f9166be634f667ff45632cc92
MD5 0effc4de55b51196672f3936e9cd1f44
BLAKE2b-256 14b339d60224048feef7a96edabb8217dc3f75415457e5ebbef6814f8b2a27b5

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c6ec957025bf32b15cbc6b67afe233c65b30005e4c55fe5768e4bb518d712f1
MD5 c7d9fd0bd703883fe6eeddbfe29c7d28
BLAKE2b-256 0184bc60188c3290ff8f5f4a92b9ca2d93a62e449c8daf6fd11ad517ad136926

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c6e7e4f9167fddc438cd653d826f2222222564daed4116a02a184b464d3ef05
MD5 424638aca045cc32ec9af9a4ce2eaf36
BLAKE2b-256 ddcefffdddd9725b690b01d345c1156b4c2cc6dca09ab5c23a6d07b8f37d6e2f

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 742840d1d0438eb7ea4280f3347598f507a199a35a08294afdcc560c3739989d
MD5 852474b602d4f5d23481ebf8b862214f
BLAKE2b-256 ef5aa9bf90894001468bf8e6ea293bb00626cc9ef10f8eb7996e9ec29345c7ed

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b812b3cb6caacd072276ac0492d249f210006c57726b6484a1e1805b3cfeea0
MD5 d7a2ed157ac790566d349cbc55abe949
BLAKE2b-256 efeaf8410c40abcb2e40dffe9adeed017898c930974650a63e5c79b886aa9f73

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1323cd04d6e92150bcc79d0174ce347ed4b349d748b9358fd2e497b121e03c8
MD5 f4e5787f5b6e977c0f19b3c8cb92ac73
BLAKE2b-256 131c6961f11eb215a683b34b903b82bde486c606516c1466bf1fa67f26906d51

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a94ffc66738da99232ddffcf7910e0f69e2bbe3a0802e54426dbf0714e1c2ffe
MD5 a9be04a2ebdf084cf355a856a54632be
BLAKE2b-256 58ae45c89a5994a334735a3032b48e8e4a98c05d9536ddee0719913dc27da548

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb2f144c6d98bb5cbc94adeb0447cfd4c0f991341baa68eee3f3b0c9c0e83767
MD5 dd499cff4c191c4341483a96eb5593c9
BLAKE2b-256 019bfd5ddbee66cf7686e73c516227c2fd9bf471dbfed0f48329d095ea1228d3

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b0c1a133d42c6fc1f5fbcf5c91331657a1ff822e87989bf4a6e2e39b818d0ee9
MD5 3c70954f19a3efa2b60e15f08ff70b0e
BLAKE2b-256 b85176675703c90de38ac75adb8deceb3f3ad99b67ff02a0fa5d067757971ab8

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a2b9bf8c79b660d0ca1ad95e587818c30ccdb11f787657458d6f26a1ea18c568
MD5 b784c812e0c866f667e973f48e2997f3
BLAKE2b-256 3a0fa79dd23a0efd6ee01ab0dc9750d8479b343bfd0c73560d59d271eb6a99d4

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2d15bc27163cd4df433e75f546b9ac31c1ba7b0b128bfb1b90df19082466ff57
MD5 ae829180984b907e7e82980134484370
BLAKE2b-256 e417e5789a54a0455a61cb9efc4ca6071829d992220c2998a27c59aeba749f6f

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 40.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6b5b7fd6ee7b54e01759f2044f936dcf7dea6e7585f35490f7ca0420fe723c0d
MD5 5c8dd26c681d1952b36f7a176a17c573
BLAKE2b-256 5a11bee5439de1307d06fad176f7143fec906e499c33d7aff863ea8428b8e98b

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 728af36011bb5d344c4fe4af79cfe186729efb649d2f8b395d1572fb088a996c
MD5 ba590dd1eb41fe93ea813ce02bd5cb40
BLAKE2b-256 eaaa96f7f9ed6def82db67c972bdb7bd9f28b95d7d98f7e2abaf144c284bf609

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 41de3da5458edd5678b0f6ff66691507f9885f5fe6a0fb99a5d10d10c0fd2d64
MD5 f2a19f48e092fdbcf92d0d84c1e966d8
BLAKE2b-256 cbc9f09a4ec394cfcce4053d8b2a04d622b5f22d21ba9bb70edd0cad061fa77b

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5a16167118677d94bb48bfcd91e420088854eb0737b76ec374b91498fb77a70e
MD5 593812835fc747ebda1aa08f1c545ddc
BLAKE2b-256 6fbe105d9ceda0f97eff8c06bac1673448b2db2a497444de3646464d3f5dc881

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf15fc0b45914d9d1b706f7c9c4f66f2b7b053e9517e40123e137e8ca8958b3d
MD5 a9b853309815182b2fdf68d1b0d7a3d1
BLAKE2b-256 9d18b8392cab6e0964b67a30a8f4dadeaff64dc7022b5a34bb1d004ea99646f4

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9be90eebc9842a93ef8335291f57b3b7488ac24f70df96a6034a13cb58e6ff86
MD5 c384b152c4883732d42cf57b3b218c22
BLAKE2b-256 606372404380ae1d9c96d96e165aa02c66c2aae6072d067fc4713da5cde96762

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f4d7a7c0aff92e8354cceca6fe223973ddf08401047920df0fcb24be2bd5138
MD5 f12f8a5c4362a54b4b2156f0f438b659
BLAKE2b-256 be0defe7fec316ca92dbf4bc4a9ba49ca889c43ca6d48ab1d6fa99fc94e5bb98

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8884ba1a0fe7210b775106b25850f5e5a9dc3c840d1ae9924ee6ea2eb3acbfe7
MD5 35c4d834bc0eb00ef4d80778d6583c08
BLAKE2b-256 9dc4ecfc988879c0fd9db03228725b662d76cf484b6b46f7e92fee94e4b52490

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8d663fd71491dde7dfdfc899d13a067a94198e90695b4321084c6e450743b8c7
MD5 4f10f994cf684061112cc65a63e2217e
BLAKE2b-256 e7af8a9db04ac596d531ca0ef7dde518feaadfcdabef7b17d6a5ec59ee3effc2

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 997e7b8f173a391987df40f3b52c423e5850be6f6df0dcfb5376365440b56667
MD5 79157883b5e06db0745ed3693b1334a9
BLAKE2b-256 a5fb4b537dd92f9fd4be68042ec51c9d23885ca5fafe51ec24c58d9401034e5f

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67054e47c01b7b349b94ed0840ccae075449503cf1fdd0a1fdd98ab5ddc2667b
MD5 23a383ed65ed20c545c5f8e1bf78d808
BLAKE2b-256 7320d75b42eaffe5075eac2f4e168f6393d21c664c91225288811d85451b2578

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa806bbc13eac1ab6291ed21ecd2dd426063ca5417dd507e6be58de20e58dfcf
MD5 dbdd6752b5417923d4505839d71b334e
BLAKE2b-256 04a2298dd27184faa8b7d91cc43488b578db218b3cc85b54d912ed27b8c5597a

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb91d20fa2d3b13deea98a690534697742029f4fb83673a3501ae6e3746508b5
MD5 c2236cb2a3501e7050de9d855e5836fa
BLAKE2b-256 e16d28bfd3af3a567ad7d667348e7f46a520bda958229c4d545ba138a044232f

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a61a68d630e812b67b5bf097ab84e2cd79b48c792857dc10ba8a223f5b06a2af
MD5 1acf8fa43dc7c6d6d4662c13ab13fa0b
BLAKE2b-256 11a54a6cc1a559d1f2fb57ea22edc4245158cdffae92f7f92afcee2913f84417

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e53d19c2bf7d0d1e6998a7e693c7e87300dd971808e6618964621ccd0e01fe4e
MD5 f9a5c95aa1a295cfc3e5946d8cb60d91
BLAKE2b-256 8d2c921f15dc365796ec23975b322b0078eae72995c7b4d49eba554c6a308d70

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cacea77ef7a2195f04f9279297684955e3d1ae4241092ff0cfcef532bb7a1c32
MD5 f9d52e13d37c71ad6f3cd20c97948441
BLAKE2b-256 d83557abeb6146fe3c19081eeaf3d9d4cfea256f87f1e5101acf80d3332c1820

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 40.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 63f26258a163c34542c24808f03d734b338da66ba91f410a703e505c8485791d
MD5 7a43e7373701679132e0977d3990b9d3
BLAKE2b-256 c8e0cb077e8e7a583c733df7f53327fcbdb92e42be59b976ce60bf1d904a0efe

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8319293e85feadbbfe2150a5659dbc2ebc4afdeaf7d98936fb9a2f2ba0d4c35c
MD5 30a2f04be6f4b73b599905f1449cc7e1
BLAKE2b-256 39ce82d16aec96c5513ae7db13ab901a65a1e54c915292fb5b2390e33275b61d

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6a1948df1bb1d56b5e7b0553c0fa04fd0e320997ae99689488201f19fa90d2e7
MD5 be95590d05b1058d92e2b6c45211252c
BLAKE2b-256 8f7d10dbae48ff2bb189e92c2b3487a48f3229146a25941ad0d485934d1104d4

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6985a593417cdbc94c7f9c3403747335e450c1599da1647a5af76539672464d3
MD5 49dd09577da50a1f8990508ff69146c2
BLAKE2b-256 1a95a61d86cc49aa0945f6c06f3a4614fc543e311a50558c92861f5e9691a37c

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6032231d4a5abd67c7f71168fd64a47b6b451fbcb91c8397c2f7610e67683810
MD5 868f4189b265f797bcc255ba7857bbb7
BLAKE2b-256 6e1be8f86921ed4016da80faf3b8f515f7829decabdbff106736bfff353bceba

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 19d36bb351ad5554ff20f2ae75f88ce205b0748c38b146c75628577020351e3c
MD5 6b94d33bbc64dac7788c4be8f056996b
BLAKE2b-256 ff86620451bdc02e91b1712cd71890c17077ee97e2a28493836a87e47b8e70ff

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b975528998de037dfbc10144b8aed9b8dd5a99ec547f14d1cb7c5665a43f075
MD5 e448ff28accced81cecd56d868834abb
BLAKE2b-256 e0f61da65f900927bafd4675a16e890618ec7643f2f922bf0e4d84bb38645618

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15010f29fbed80e711db272909a074dc79858c6d28e2915704cfc487a8ac89c6
MD5 f192ae88388659c6868516095c03a1f4
BLAKE2b-256 8ba2c373561777c0cb9b9e7b9b9a10b9b3a7b6bde75a2535b962231cecc8fdb8

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec5060592d83454e8063e487696ac3783cc48c9a329498bafae0d972bc7816c9
MD5 5658bbdbfa161bcb1a12d4a35bee60ff
BLAKE2b-256 42e8029f58cccbae83c9969a7ee7a06558d5b83a93dfc54e0f4f70234bbaea1b

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e45377d5d6fefe1677da2a2c07b024a6dac782088e37c0b1efea4cfe2b1be19b
MD5 8c064e3959b324186a277bb556977987
BLAKE2b-256 5982f3d4e84f4539dcfc9c3d338282b9e915f5b63c921986ecfdf7af2d12f87c

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b58229a844931bca61b3a20efd2be2a2acb4ad1622fc026504309a6883686fbf
MD5 50053a4e1c27812fd5e3664e75cfa4af
BLAKE2b-256 bf7338f0128462b8b616181d8c53bd5d04eac41c50c449b07615c65d56ba0a9b

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a254537b9b696ede293bfdbc0a65200e8e4507bc9f37831e2a0318a9b333c85c
MD5 052a86ba1c7a9d69e903a6b328ba28dd
BLAKE2b-256 d7d24673f715beedf6038b485bcd976813149231d9df5bb6196cb69a09c185c9

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8074c5dd61c8a3e915fa8fc04754fa55cfa5978200d2daa1e2d4294c1f136aa
MD5 e06056faeb970809aee8cf987c8c8b27
BLAKE2b-256 f691ee5b6aa7aa31754fefcf0c5180e09223cac380ef195c4ddc8c266eb641ea

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2578541776769b500bada3f8a4eeaf944530516b6e90c089aa368266ed70c49e
MD5 221da7c8d83fa1538afc242e0ddb1540
BLAKE2b-256 c8322424d89da88cd81b7d148e0d2b3131461b570a02aa9d84a2e567509adb0d

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9ddd49258610499aab83b4f5b61b32e11fce873586282a0e972e5ab3bcadee51
MD5 f7e7e1aa7122ff38009a1412b217fe12
BLAKE2b-256 45c9cf09ff7e6d09f14149094f7cd50d2dec032b24e61af21fc4540da2b17bfb

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42924dc0c9d73e49908e35bbdec87adedd651ea24c53c29cac103ede0ea1d340
MD5 16ccb37297b52277b8e8ebb736902c4c
BLAKE2b-256 a342488c90190491f3e61bd2c2fb0b3d91c1c78778270dde2f0b6633fc9ff723

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bf0d9a171908f32d54f651648c7290397b8792f4303821c42a74e7805bfb813c
MD5 faff81f318101b102af54dec791db646
BLAKE2b-256 f3ea7412c79bcec06597c967d49789f5a1f7fd76a8654908feeaefafb7447c9a

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed7161bccab7696a473fe7ddb619c1d75963732b37da4618ba12e60899fefe4f
MD5 c21a42ed546498d2f0384978ffa29147
BLAKE2b-256 2b726e273543337a3e22cf462eb836f065a9830b4d41baeb1f58db2695c934f3

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a7080b0159ce05f179cfac592cda1a82898ca9cd097dacf8ea20ae33474fbb25
MD5 8dc2ed5c0ddace31698d2a18637bfd8d
BLAKE2b-256 d61ecb8a6c82178efffa0b00dc463f36cd086f747345585140aeb95d5cb93666

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5fa159dcee5dba00c1def3231c249cf261185189205073bde13797e57dd7540a
MD5 15c1b5704c8b9ec9cd0ac14ca0dca0dd
BLAKE2b-256 09f3a2170ffc9fa774c1dfd52294113c0fa6cdc5b71dbfd7129bb9378fdd8b42

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8cb625bcb5add899cb8ba7bf716ec1d3e8f7cdea9b0713fa99eadf73b6d4986f
MD5 3240a1519a41e4ab93874eb2b94336f4
BLAKE2b-256 973d2fa19303d87aa21f9a42dcd870d6088a2a776ff5518e394d50412c3679a6

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d383bf5e045d7f9d239b38e6acadd7b7fdf6c0087259a84ae3475d18e9a2ae8b
MD5 00352776e4291c23c148ed9aa31ba2b3
BLAKE2b-256 48f62b0140bc47013e43575973068e72ad51ee9f22f2dad42e6d6e362d715125

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ecde3671e62eeb99e977f5221abcf40c208f69b5eb986b061ccec317c82ebd0
MD5 cefb79e89b1adc57492ecb51d25b0124
BLAKE2b-256 bbecb79c3210ba459800d1a8f1afeb81d7b503893555a7b79c24082ff26d3314

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ee1983728964d6070ab443399c476de93d5d741f71e8f6e7880a065f878e0b9
MD5 aa44f1e25a02806e1fd68bdaf2133269
BLAKE2b-256 f4eb41447de61eb5454891658d0fb9b1d7d35d49a4a5dd2e0c86f2c332e8b7e1

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d913d36bdaf368637b4f88d554fb9cb9d53d6920b9c5563846555938d5450bf
MD5 988a948be747ba7ca1c14100321fc5c5
BLAKE2b-256 ab167b6b2bf8c207cfd0e5ca3d41aea397392de9899867ec024f88c94f9ae2ab

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e2e068a83552ddf7a39a99488bcba05ac13454fb205c847674da0352602082f
MD5 12170566166cbae8969a350adb5c7964
BLAKE2b-256 fbae82cfb50267d9a1baa0340728eb9e32245a68538fef929d7bb786d01c11a8

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3302c5287e504d23bb0e64d2a921d1eb4a03fb93a0a0aa3b53de059f5a5d737d
MD5 18e93c506453f8c05bf732bdb152b85e
BLAKE2b-256 06a6c682669bae41199358e16cc7b1c818f91c5f9e925cc863dabd98ce32716a

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36ca5e9a21822cc1746023e88f5c0af6fce3af3b85d4520efb1ce4221bed75cc
MD5 ccb3b7aeb42ed5919429e50fdcfb0ec5
BLAKE2b-256 03b69719878f8b5b20d37ee663a40f8dcbf888559e4d3be2ba2fe5c790fc28d2

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3e7420211f5a65a54675fd860ea04173cde60a7cc20ccfbafcccd155225f8bc
MD5 f3c963c7189d01df62fdc1c90e38bba5
BLAKE2b-256 af680bde765c9f5dc02b4466d2838600af38c81b184c26c6d3cd44643ac668e3

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2383a17385d9800b6eb5855c2f05ee550f803878f344f58b6e194de08b96352c
MD5 b6e731f2249070d84ae102cdc7b51bb7
BLAKE2b-256 993a33a207dfcb3ee1131ea23a2aeb726c3c4994f89546d7eadf8c50627c8b63

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efa44f64c37cc30c9f05932c740a8b40ce359f51882c70883cc95feac842da4d
MD5 c8454f650b24eb68ff20497d7d331543
BLAKE2b-256 8df0dc9ec44d2e63c13f816a16398c039329736712440ff82b682dd9a78d2258

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bf4298f366ca7e1ad1d21bbb58300a6985015909964077afd37559084590c929
MD5 ad7c1a5b1454f57b87ce8767c9d56982
BLAKE2b-256 268f676ea691f5788bd9376ba77475204093a559c883ee1b6def0291e41020dc

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

  • Download URL: propcache-0.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for propcache-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7cedd25e5f678f7738da38037435b340694ab34d424938041aa630d8bac42663
MD5 7f0f2e44c3187fa67962d374a152bb47
BLAKE2b-256 d792e07bd88ece413fd069d66533d95cbc83649b57b60990f26a35a7f84e25ed

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8526b0941ec5a40220fc4dfde76aed58808e2b309c03e9fa8e2260083ef7157f
MD5 778c49270de6d09cbbbed4a7c46b1728
BLAKE2b-256 8fec4ae54f9f8874c58ca1659a9dd260c3b312ca9911d3c74542ef003ca6e9b4

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 507c5357a8d8b4593b97fb669c50598f4e6cccbbf77e22fa9598aba78292b4d7
MD5 862f4a4f1bb9e3a7c49db53f66c93381
BLAKE2b-256 a764efe070403dcb086d200a801dbf6e4d09f7f1278b15fae038038ad573eb22

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 119e244ab40f70a98c91906d4c1f4c5f2e68bd0b14e7ab0a06922038fae8a20f
MD5 c400f3743ede6a8a6be04a05a6a2c9be
BLAKE2b-256 a3d72d3cdf6e4fcc28bb3dd4cf23f6ae34cb24f2db4b7131a421bd7f38d70e56

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49ea05212a529c2caffe411e25a59308b07d6e10bf2505d77da72891f9a05641
MD5 d68be86814439fec9da40884e19a7c8a
BLAKE2b-256 5f49bb38b9159cfd6c74a6daf368e644eecbbda05a2f4731b6d5b6446a7bcb34

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 be90c94570840939fecedf99fa72839aed70b0ced449b415c85e01ae67422c90
MD5 d9d210dc6a93f39d109d810a7d549925
BLAKE2b-256 2f772dc3a33bcbd3652686038267aff2a2ff03e71e9a7f76f444c72cadf1ba21

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58e6d2a5a7cb3e5f166fd58e71e9a4ff504be9dc61b88167e75f835da5764d07
MD5 28d29f3506d5a76e5a87530f668d7952
BLAKE2b-256 1b6eb407dff7f7dbbd9efd65236a53d4512929ce37026670af5c12f91bb95862

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26a67e5c04e3119594d8cfae517f4b9330c395df07ea65eab16f3d559b7068fe
MD5 8f6b9d46189f42f7fa0b763b1f64c1f9
BLAKE2b-256 70b8a6dc434561bac3601644724635328e05ea6b9163e4a628f5f4222a384625

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd54895e4ae7d32f1e3dd91261df46ee7483a735017dc6f987904f194aa5fd14
MD5 f13e939a2c812551172dd0cc9ad3ff3c
BLAKE2b-256 fb038c081bfb32bb0c12118aff9720c498015c332630858c9aaec7930c40911d

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 03acd9ff19021bd0567582ac88f821b66883e158274183b9e5586f678984f8fe
MD5 fd7862836bdbc9e4fc1bd2279f02083e
BLAKE2b-256 577ba6c8de8814f9f07b74c959e6d2ef1137ac2ff622fa1bd4cd00c5a6890525

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df03cd88f95b1b99052b52b1bb92173229d7a674df0ab06d2b25765ee8404bce
MD5 fd15d7f3add8808104dd26c37084b4a0
BLAKE2b-256 e66509b1bacf723721e36a84034ff0a4d64d13c7ddb92cfefe9c0b861886f814

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee25f1ac091def37c4b59d192bbe3a206298feeb89132a470325bf76ad122a1e
MD5 0bf9c454a4db5a56f5bb8171069aafce
BLAKE2b-256 1f966f6fdb8bfd749803b160f23c446ef45f7cb51e355a24c5b07d8687ae2ee9

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11ae6a8a01b8a4dc79093b5d3ca2c8a4436f5ee251a9840d7790dccbd96cb649
MD5 ba8a3009f4a0c35b3b85354909495e6b
BLAKE2b-256 40613624c088406e9e54beb42801e9da53cc8b379f4c1b4ee3911876282d4af6

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46ed02532cb66612d42ae5c3929b5e98ae330ea0f3900bc66ec5f4862069519b
MD5 6c8b1bf5d9bfeaf78c8715aae8f34fed
BLAKE2b-256 575e54d314533896ed43f5573ac80366a056f17a397234ada6e4303fa84a232f

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

File details

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

File metadata

File hashes

Hashes for propcache-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 03c091bb752349402f23ee43bb2bff6bd80ccab7c9df6b88ad4322258d6960fc
MD5 78fc00e9812894010af889616e5ca499
BLAKE2b-256 6d052695901870f8b8f5d68f7cbb05de92a7f21f032a0edc42a5b527d22eab28

See more details on using hashes here.

Provenance

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

Publisher: ci-cd.yml on aio-libs/propcache

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

Supported by

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