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

Uploaded Source

Built Distributions

propcache-0.2.1-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

propcache-0.2.1-cp313-cp313-win_amd64.whl (43.4 kB view details)

Uploaded CPython 3.13 Windows x86-64

propcache-0.2.1-cp313-cp313-win32.whl (39.5 kB view details)

Uploaded CPython 3.13 Windows x86

propcache-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (216.3 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

propcache-0.2.1-cp313-cp313-musllinux_1_2_s390x.whl (222.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ s390x

propcache-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl (217.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

propcache-0.2.1-cp313-cp313-musllinux_1_2_i686.whl (208.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

propcache-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl (207.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

propcache-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (212.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

propcache-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

propcache-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (232.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

propcache-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (229.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

propcache-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (224.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

propcache-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (213.9 kB view details)

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

propcache-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (44.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

propcache-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl (44.6 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

propcache-0.2.1-cp313-cp313-macosx_10_13_universal2.whl (77.0 kB view details)

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

propcache-0.2.1-cp312-cp312-win_amd64.whl (44.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

propcache-0.2.1-cp312-cp312-win32.whl (40.0 kB view details)

Uploaded CPython 3.12 Windows x86

propcache-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (230.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

propcache-0.2.1-cp312-cp312-musllinux_1_2_s390x.whl (238.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

propcache-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl (233.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

propcache-0.2.1-cp312-cp312-musllinux_1_2_i686.whl (222.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

propcache-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl (221.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

propcache-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (226.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

propcache-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

propcache-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (248.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

propcache-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (247.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

propcache-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

propcache-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (229.1 kB view details)

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

propcache-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (45.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

propcache-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl (45.8 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

propcache-0.2.1-cp312-cp312-macosx_10_13_universal2.whl (79.6 kB view details)

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

propcache-0.2.1-cp311-cp311-win_amd64.whl (44.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

propcache-0.2.1-cp311-cp311-win32.whl (40.2 kB view details)

Uploaded CPython 3.11 Windows x86

propcache-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (222.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

propcache-0.2.1-cp311-cp311-musllinux_1_2_s390x.whl (231.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

propcache-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl (228.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

propcache-0.2.1-cp311-cp311-musllinux_1_2_i686.whl (214.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

propcache-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl (212.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

propcache-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (220.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

propcache-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

propcache-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (238.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

propcache-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (239.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

propcache-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (220.1 kB view details)

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

propcache-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

propcache-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl (45.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

propcache-0.2.1-cp311-cp311-macosx_10_9_universal2.whl (79.3 kB view details)

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

propcache-0.2.1-cp310-cp310-win_amd64.whl (44.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

propcache-0.2.1-cp310-cp310-win32.whl (40.3 kB view details)

Uploaded CPython 3.10 Windows x86

propcache-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (203.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

propcache-0.2.1-cp310-cp310-musllinux_1_2_s390x.whl (210.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

propcache-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl (207.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

propcache-0.2.1-cp310-cp310-musllinux_1_2_i686.whl (196.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

propcache-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl (195.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

propcache-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (198.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

propcache-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (217.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

propcache-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (219.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

propcache-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

propcache-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (195.5 kB view details)

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

propcache-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

propcache-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl (45.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

propcache-0.2.1-cp310-cp310-macosx_10_9_universal2.whl (79.3 kB view details)

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

propcache-0.2.1-cp39-cp39-win_amd64.whl (45.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

propcache-0.2.1-cp39-cp39-win32.whl (40.9 kB view details)

Uploaded CPython 3.9 Windows x86

propcache-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (207.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

propcache-0.2.1-cp39-cp39-musllinux_1_2_s390x.whl (214.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

propcache-0.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl (211.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

propcache-0.2.1-cp39-cp39-musllinux_1_2_i686.whl (200.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

propcache-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl (199.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

propcache-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl (203.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

propcache-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

propcache-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (221.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

propcache-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (223.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

propcache-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (207.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

propcache-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (198.6 kB view details)

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

propcache-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (45.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

propcache-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl (46.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

propcache-0.2.1-cp39-cp39-macosx_10_9_universal2.whl (80.4 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for propcache-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64
MD5 c642caac1415818205011277008142ea
BLAKE2b-256 20c82a13f78d82211490855b2fb303b6721348d0787fdd9a12ac46d99d3acde1

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1.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.2.1-py3-none-any.whl.

File metadata

  • Download URL: propcache-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 11.8 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 52277518d6aae65536e9cea52d4e7fd2f7a66f4aa2d30ed3f2fcea620ace3c54
MD5 795e038172946c0a09cb7929c3b35381
BLAKE2b-256 41b6c5319caea262f4821995dca2107483b94a3345d4607ad797c76cb9c36bcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 556fc6c10989f19a179e4321e5d678db8eb2924131e64652a51fe83e4c3db0e1
MD5 4ab5a1d5c40e5f5168733f36eee47eca
BLAKE2b-256 f433d6f5420252a36034bc8a3a01171bc55b4bff5df50d1c63d9caa50693662f

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: propcache-0.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 39.5 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.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ddfab44e4489bd79bda09d84c430677fc7f0a4939a73d2bba3073036f487a0a6
MD5 c3890a0f711bae705f1d60984e7525f4
BLAKE2b-256 cc025ac83217d522394b6a2e81a2e888167e7ca629ef6569a3f09852d6dcb01a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 297878dc9d0a334358f9b608b56d02e72899f3b8499fc6044133f0d319e2ec30
MD5 f7ef04e0cf8a3e8cba9a9c1e271f633e
BLAKE2b-256 4fe90f86be33602089c701696fbed8d8c4c07b6ee9605c5b7536fd27ed540c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0f022d381747f0dfe27e99d928e31bc51a18b65bb9e481ae0af1380a6725dd1f
MD5 2ffea942cd710143f831c29a075fc48a
BLAKE2b-256 b377763e6cef1852cf1ba740590364ec50309b89d1c818e3256d3929eb92fabf

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 58791550b27d5488b1bb52bc96328456095d96206a250d28d874fafe11b3dfaf
MD5 424e2a822c832e96f1ba654c4f00df8b
BLAKE2b-256 8625d7ef738323fbc6ebcbce33eb2a19c5e07a89a3df2fded206065bd5e868a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30b43e74f1359353341a7adb783c8f1b1c676367b011709f466f42fda2045e95
MD5 b42350718a6c530eb48ec8d3db8ef65f
BLAKE2b-256 8e3b56c5ab3dc00f6375fbcdeefdede5adf9bee94f1fab04adc8db118f0f9e25

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4160d9283bd382fa6c0c2b5e017acc95bc183570cd70968b9202ad6d8fc48dce
MD5 799c1eddbf81df8730d47c5fb339d263
BLAKE2b-256 6d5ce95617e222be14a34c709442a0ec179f3207f8a2b900273720501a70ec5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e800776a79a5aabdb17dcc2346a7d66d0777e942e4cd251defeb084762ecd17d
MD5 b088137eefcc3997014622c4285605a8
BLAKE2b-256 a1cb1593bfc5ac6d40c010fa823f128056d6bc25b667f5393781e37d62f12005

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf72af5e0fb40e9babf594308911436c8efde3cb5e75b6f206c34ad18be5c052
MD5 ceb4d0b9b538d86403a0e6c9a1d6259c
BLAKE2b-256 3cb9bb51ea95d73b3fb4100cb95adbd4e1acaf2cbb1fd1083f5468eeb4a099a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5b750a8e5a1262434fb1517ddf64b5de58327f1adc3524a5e44c2ca43305eb0b
MD5 618d0acddbd80ce2025acb132b6fe665
BLAKE2b-256 9d8170d4ff57bf2877b5780b466471bebf5892f851a7e2ca0ae7ffd728220281

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e6281aedfca15301c41f74d7005e6e3f4ca143584ba696ac69df4f02f40d629
MD5 18df92c722cf588f8c61ce3bade00125
BLAKE2b-256 3c57c2fdeed1b3b8918b1770a133ba5c43ad3d78e18285b0c06364861ef5cc38

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba278acf14471d36316159c94a802933d10b6a1e117b8554fe0d0d9b75c9d536
MD5 b13cf50bd442d60fbe98f0d421cb8ecb
BLAKE2b-256 4e3e021b6cd86c0acc90d74784ccbb66808b0bd36067a1bf3e2deb0f3845f618

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2d0a12018b04f4cb820781ec0dffb5f7c7c1d2a5cd22bff7fb055a2cb19ebce
MD5 78f4ba94862be40db70eccbe48c330f7
BLAKE2b-256 f1203c6d696cd6fd70b29445960cc803b1851a1131e7a2e4ee261ee48e002bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d93f3307ad32a27bda2e88ec81134b823c240aa3abb55821a8da553eed8d9439
MD5 0b5f33552c8b5e40a86f3e65b4be7b9f
BLAKE2b-256 d05a21aaa4ea2f326edaa4e240959ac8b8386ea31dedfdaa636a3544d9e7a408

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12d1083f001ace206fe34b6bdc2cb94be66d57a850866f0b908972f90996b3e9
MD5 fc52cf5399b10b846e7500345521df27
BLAKE2b-256 122dc4df5415e2382f840dc2ecbca0eeb2293024bc28e57a80392f2012b4708c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 aca405706e0b0a44cc6bfd41fbe89919a6a56999157f6de7e182a990c36e37bc
MD5 83d654f0a10a4f05e85fec6fc684cd12
BLAKE2b-256 0f2a329e0547cf2def8857157f9477669043e75524cc3e6251cef332b3ff256f

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c214999039d4f2a5b2073ac506bba279945233da8c786e490d411dfc30f855c1
MD5 b93413ac4040212f8f87f11031049ccb
BLAKE2b-256 3b77a92c3ef994e47180862b9d7d11e37624fb1c00a16d61faf55115d970628b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: propcache-0.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 40.0 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.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d09c333d36c1409d56a9d29b3a1b800a42c76a57a5a8907eacdbce3f18768246
MD5 566713e5242fbe16e4db27f4de9a81da
BLAKE2b-256 5c2ef40ae6ff5624a5f77edd7b8359b208b5455ea113f68309e2b00a2e1426b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b74c261802d3d2b85c9df2dfb2fa81b6f90deeef63c2db9f0e029a3cac50b518
MD5 de1840652a24d75a651b7ffd14910850
BLAKE2b-256 e92f6b32f273fa02e978b7577159eae7471b3cfb88b48563b1c2578b2d7ca0bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1672137af7c46662a1c2be1e8dc78cb6d224319aaa40271c9257d886be4363a6
MD5 a2d6aaf0a3c7fa5b7948062dbf64442c
BLAKE2b-256 8c89ebe3ad52642cc5509eaa453e9f4b94b374d81bae3265c59d5c2d98efa1b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f508b0491767bb1f2b87fdfacaba5f7eddc2f867740ec69ece6d1946d29029a6
MD5 18f2c6be5f6ed2dda4cd378982ba52e4
BLAKE2b-256 e7af5e29da6f80cebab3f5a4dcd2a3240e7f56f2c4abf51cbfcc99be34e17f0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3935bfa5fede35fb202c4b569bb9c042f337ca4ff7bd540a0aa5e37131659348
MD5 6d4a64fa5c3febf84a41399df88499ce
BLAKE2b-256 77a73ac76045a077b3e4de4859a0753010765e45749bdf53bd02bc4d372da1a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e73091191e4280403bde6c9a52a6999d69cdfde498f1fdf629105247599b57ec
MD5 216b070123d234e9c0080ffb46da1af6
BLAKE2b-256 e3f024060d959ea41d7a7cc7fdbf68b31852331aabda914a0c63bdb0e22e96d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d71264a80f3fcf512eb4f18f59423fe82d6e346ee97b90625f283df56aee103f
MD5 535ed40f987f15f55bb876d7e5b634be
BLAKE2b-256 fed504ac9cd4e51a57a96f78795e03c5a0ddb8f23ec098b86f92de028d7f2a6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 647894f5ae99c4cf6bb82a1bb3a796f6e06af3caa3d32e26d2350d0e3e3faf24
MD5 5b240d91d65b9aceed5e92308855965a
BLAKE2b-256 1c07ebe102777a830bca91bbb93e3479cd34c2ca5d0361b83be9dbd93104865e

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98110aa363f1bb4c073e8dcfaefd3a5cea0f0834c2aab23dda657e4dab2f53b5
MD5 9e00f31d407bd0a46ae9d3288d15b8f2
BLAKE2b-256 8458f62b4ffaedf88dc1b17f04d57d8536601e4e030feb26617228ef930c3279

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1cd9a1d071158de1cc1c71a26014dcdfa7dd3d5f4f88c298c7f90ad6f27bb46d
MD5 d1e84a59c5d1df2ef50952e70c6df6f6
BLAKE2b-256 cc59227a78be960b54a41124e639e2c39e8807ac0c751c735a900e21315f8c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 049324ee97bb67285b49632132db351b41e77833678432be52bdd0289c0e05e4
MD5 93e904d2fa22a42f8da75a5a96654e97
BLAKE2b-256 7f147ae06a6cf2a2f1cb382586d5a99efe66b0b3d0c6f9ac2f759e6f7af9d7cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfd3223c15bebe26518d58ccf9a39b93948d3dcb3e57a20480dfdd315356baff
MD5 a9b68daa6aff7184b6af4597a18200de
BLAKE2b-256 edbc4f7aba7f08f520376c4bb6a20b9a981a581b7f2e385fa0ec9f789bb2d362

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14d86fe14b7e04fa306e0c43cdbeebe6b2c2156a0c9ce56b815faacc193e320d
MD5 5c63f326d8d5fc20b988c05ea27019a8
BLAKE2b-256 4adebbe712f94d088da1d237c35d735f675e494a816fd6f54e9db2f61ef4d03f

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d2ccec9ac47cf4e04897619c0e0c1a48c54a71bdf045117d3a26f80d38ab1fb0
MD5 883e480f83b69d2a2bb9d4e1a1b2d635
BLAKE2b-256 21eefc4d893f8d81cd4971affef2a6cb542b36617cd1d8ce56b406112cb80bf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 081a430aa8d5e8876c6909b67bd2d937bfd531b0382d3fdedb82612c618bc41a
MD5 5e763f40c8f1a264081104f94ef94249
BLAKE2b-256 4c281d205fe49be8b1b4df4c50024e62480a442b1a7b818e734308bb0d17e7fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 edc9fc7051e3350643ad929df55c451899bb9ae6d24998a949d2e4c87fb596d3
MD5 e755ca8a0b5acd5aefe192fb5f874c40
BLAKE2b-256 cf597cc7037b295d5772eceb426358bb1b86e6cab4616d971bd74275395d100d

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: propcache-0.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 40.2 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.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 819ce3b883b7576ca28da3861c7e1a88afd08cc8c96908e08a3f4dd64a228034
MD5 65bd1a3bfea601c6495f077f7c02c093
BLAKE2b-256 db81786f687951d0979007e05ad9346cd357e50e3d0b0f1a1d6074df334b1bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 160291c60081f23ee43d44b08a7e5fb76681221a8e10b3139618c5a9a291b84e
MD5 55d118a150d2afe84124b500e2e1040e
BLAKE2b-256 382a101e6386d5a93358395da1d41642b79c1ee0f3b12e31727932b069282b1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e7048abd75fe40712005bcfc06bb44b9dfcd8e101dda2ecf2f5aa46115ad07ca
MD5 3241f320c6d9128b1bd4dbf89f9e34ea
BLAKE2b-256 1a06ef1390f2524850838f2390421b23a8b298f6ce3396a7cc6d39dedd4047b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ad1af54a62ffe39cf34db1aa6ed1a1873bd548f6401db39d8e7cd060b9211f82
MD5 9d38480dbc64de8805133cba990cff6d
BLAKE2b-256 5748031fb87ab6081764054821a71b71942161619549396224cbb242922525e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb6178c241278d5fe853b3de743087be7f5f4c6f7d6d22a3b524d323eecec505
MD5 81c430ada8bfe06443c11fefd21dc007
BLAKE2b-256 ebec977ffaf1664f82e90737275873461695d4c9407d52abc2f3c3e24716da13

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4a571d97dbe66ef38e472703067021b1467025ec85707d57e78711c085984e54
MD5 39e7fc8889acfcb6fa8cbe2b7baf085b
BLAKE2b-256 7590ee8fab7304ad6533872fee982cfff5a53b63d095d78140827d93de22e2d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2f992c07c0fca81655066705beae35fc95a2fa7366467366db627d9f2ee097f
MD5 2e2f1eeffab77c895e71e391ca65dcd4
BLAKE2b-256 00d0ed735e76db279ba67a7d3b45ba4c654e7b02bc2f8050671ec365d8665e21

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf6c4150f8c0e32d241436526f3c3f9cbd34429492abddbada2ffcff506c51af
MD5 13880ef4e8334fde060190ef2153438d
BLAKE2b-256 851401fe53580a8e1734ebb704a3482b7829a0ef4ea68d356141cf0994d9659b

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 857112b22acd417c40fa4595db2fe28ab900c8c5fe4670c7989b1c0230955465
MD5 c60a9286318860155a726008c6a33743
BLAKE2b-256 14294636f500c69b5edea7786db3c34eb6166f3384b905665ce312a6e42c720c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d27b84d5880f6d8aa9ae3edb253c59d9f6642ffbb2c889b78b60361eed449787
MD5 b19cb8abff285d25af29a2de6618c959
BLAKE2b-256 f138b921b3168d72111769f648314100558c2ea1d52eb3d1ba7ea5c4aa6f9848

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b480c6a4e1138e1aa137c0079b9b6305ec6dcc1098a8ca5196283e8a49df95a9
MD5 4f55555856822261a964017480ae9874
BLAKE2b-256 037a793aa12f0537b2e520bf09f4c6833706b63170a211ad042ca71cbf79d9cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66d4cfda1d8ed687daa4bc0274fcfd5267873db9a5bc0418c2da19273040eeb7
MD5 e69aa5f98a2cd353c8c66e41be0ec930
BLAKE2b-256 335c1d961299f3c3b8438301ccfbff0143b69afcc30c05fa28673cface692305

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70693319e0b8fd35dd863e3e29513875eb15c51945bf32519ef52927ca883bc3
MD5 9ac0a711e01690cb71809b8d7365c10f
BLAKE2b-256 3c098386115ba7775ea3b9537730e8cf718d83bbf95bffe30757ccf37ec4e5da

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f174bbd484294ed9fdf09437f889f95807e5f229d5d93588d34e92106fbf6717
MD5 fc99cc590fa4ea8fe7637fcc74f21350
BLAKE2b-256 cf73af2053aeccd40b05d6e19058419ac77674daecdd32478088b79375b9ab54

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1ffc3cca89bb438fb9c95c13fc874012f7b9466b89328c3c8b1aa93cdcfadd16
MD5 3165859cfc82faf4d1bcd54ffd5d26af
BLAKE2b-256 bc0f2913b6791ebefb2b25b4efd4bb2299c985e09786b9f5b19184a88e5778dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d3af2e79991102678f53e0dbf4c35de99b6b8b58f29a27ca0325816364caaba
MD5 025e2a9fe128d818988458b7f8aef233
BLAKE2b-256 2384bd9b207ac80da237af77aa6e153b08ffa83264b1c7882495984fcbfcf85c

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: propcache-0.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 40.3 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.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 03ff9d3f665769b2a85e6157ac8b439644f2d7fd17615a82fa55739bc97863f4
MD5 4187c910c6a90581e21cfda5fb247ecf
BLAKE2b-256 f92d30ced5afde41b099b2dc0c6573b66b45d16d73090e85655f1a30c5a24e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 574faa3b79e8ebac7cb1d7930f51184ba1ccf69adfdec53a12f319a06030a68b
MD5 62529dbaa9c0d8f4a4c7e2ac44254def
BLAKE2b-256 18dda1670d483a61ecac0d7fc4305d91caaac7a8fc1b200ea3965a01cf03bced

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1ac2f5fe02fa75f56e1ad473f1175e11f475606ec9bd0be2e78e4734ad575034
MD5 e0300f9cbb7955774fe7e0d3448bf1cd
BLAKE2b-256 8cc4811b9f311f10ce9d31a32ff14ce58500458443627e4df4ae9c264defba7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 19a0f89a7bb9d8048d9c4370c9c543c396e894c76be5525f5e1ad287f1750ddf
MD5 bcca9c4fbfbd54e3c502066a5e749b05
BLAKE2b-256 8336ae3cc3e4f310bff2f064e3d2ed5558935cc7778d6f827dce74dcfa125304

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 999779addc413181912e984b942fbcc951be1f5b3663cd80b2687758f434c583
MD5 bfb5fb944c7820b8e98bb80e82a9c4ab
BLAKE2b-256 bb57f37041bbe5e0dfed80a3f6be2612a3a75b9cfe2652abf2c99bef3455bbad

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a7e65eb5c003a303b94aa2c3852ef130230ec79e349632d030e9571b87c4698c
MD5 f8fefad56406c54a3e682c911d38188e
BLAKE2b-256 02f2d7c497cd148ebfc5b0ae32808e6c1af5922215fe38c7a06e4e722fe937c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a96dc1fa45bd8c407a0af03b2d5218392729e1822b0c32e62c5bf7eeb5fb3958
MD5 6ba15e136d89fa381cd79c67890c719c
BLAKE2b-256 0afd71b349b9def426cc73813dbd0f33e266de77305e337c8c12bfb0a2a82bfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b6fb63ae352e13748289f04f37868099e69dba4c2b3e271c46061e82c745634
MD5 90517acf0cf8c50d6b41d4e6247eda52
BLAKE2b-256 fce1e0a2ed6394b5772508868a977d3238f4afb2eebaf9976f0b44a8d347ad63

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3156628250f46a0895f1f36e1d4fbe062a1af8718ec3ebeb746f1d23f0c5dc4d
MD5 1056b35883bc7c8bbc2a8dad45f08124
BLAKE2b-256 c9c0e7ae0df76343d5e107d81e59acc085cea5fd36a48aa53ef09add7503e888

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d9631c5e8b5b3a0fda99cb0d29c18133bca1e18aea9effe55adb3da1adef80d3
MD5 cc03bbf3ac1846d320c15a2dee8cec2b
BLAKE2b-256 10a1e4050776f4797fc86140ac9a480d5dc069fbfa9d499fe5c5d2fa1ae71f07

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9479aa06a793c5aeba49ce5c5692ffb51fcd9a7016e017d555d5e2b0045d212
MD5 63877600ffb9426c9f244a48e2652de6
BLAKE2b-256 4d3d31c9c29ee7192defc05aa4d01624fd85a41cf98e5922aaed206017329944

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 887d9b0a65404929641a9fabb6452b07fe4572b269d901d622d8a34a4e9043b2
MD5 b1ecf4c991d64d596b700cf4398c0344
BLAKE2b-256 50c1e388c232d15ca10f233c778bbdc1034ba53ede14c207a72008de45b2db2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6445804cf4ec763dc70de65a3b0d9954e868609e83850a47ca4f0cb64bd79fea
MD5 8e73726e0a6730add13be5408e1e4a15
BLAKE2b-256 2d62685d3cf268b8401ec12b250b925b21d152b9d193b7bffa5fdc4815c392c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39d51fbe4285d5db5d92a929e3e21536ea3dd43732c5b177c7ef03f918dff9f2
MD5 1f0951f0a532642023a92f3cab187e12
BLAKE2b-256 765a916db1aba735f55e5eca4733eea4d1973845cf77dfe67c2381a2ca3ce52d

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6b3f39a85d671436ee3d12c017f8fdea38509e4f25b28eb25877293c98c243f6
MD5 1caecbc0bd0ac22b1c64217b0ac29ed0
BLAKE2b-256 a7a50ea64c9426959ef145a938e38c832fc551843481d356713ececa9a8a64e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: propcache-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 45.0 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.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 92fc4500fcb33899b05ba73276dfb684a20d31caa567b7cb5252d48f896a91b1
MD5 4988f8cc128174f120a768f8a52ceb09
BLAKE2b-256 242eb5134802e7b57c403c7b73c7a39374e7a6b7f128d1968b4a4b4c0b700250

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: propcache-0.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 40.9 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.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9caac6b54914bdf41bcc91e7eb9147d331d29235a7c967c150ef5df6464fd1bb
MD5 4e84841d7ac86e9b308419ca2cff4272
BLAKE2b-256 d7fe2d18612096ed2212cfef821b6fccdba5d52efc1d64511c206c5c16be28fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d97151bc92d2b2578ff7ce779cdb9174337390a535953cbb9452fb65164c587
MD5 58d626de707e78dc916e3c6183f8b42c
BLAKE2b-256 cb02817f309ec8d8883287781d6d9390f80b14db6e6de08bc659dfe798a825c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9403db39be1393618dd80c746cb22ccda168efce239c73af13c3763ef56ffc04
MD5 6f29cc0c804e933c27571af823caed3c
BLAKE2b-256 09e4edb70b447a1d8142df51ec7511e84aa64d7f6ce0a0fdf5eb55363cdd0935

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8b3489ff1ed1e8315674d0775dc7d2195fb13ca17b3808721b54dbe9fd020faf
MD5 cb72cf6b163e353bb8da60c893795f88
BLAKE2b-256 21c865ac9142f5e40c8497f7176e71d18826b09e06dd4eb401c9a4ee41aa9c74

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cea7daf9fc7ae6687cf1e2c049752f19f146fdc37c2cc376e7d0032cf4f25347
MD5 a40b1dc4b9345c7b1e2f4839633a75eb
BLAKE2b-256 a4c02d2df3aa7f8660d0d4cc4f1e00490c48d5958da57082e70dea7af366f876

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a7a078f5d37bee6690959c813977da5291b24286e7b962e62a94cec31aa5188b
MD5 27108d13b4b30859cc53e639631689a3
BLAKE2b-256 4db5afe716c16c23c77657185c257a41918b83e03993b6ccdfa748e5e7d328e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31f5af773530fd3c658b32b6bdc2d0838543de70eb9a2156c03e410f7b0d3aae
MD5 16c74580a87b4e34ff8c95960fa5cda8
BLAKE2b-256 3a2b3690ea7b662dc762ab7af5f3ef0e2d7513c823d193d7b2a1b4cda472c2be

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f089118d584e859c62b3da0892b88a83d611c2033ac410e929cb6754eec0ed16
MD5 54086e6f0dcc9d08bf5ff48a28a92e87
BLAKE2b-256 69c0560e050aa6d31eeece3490d1174da508f05ab27536dfc8474af88b97160a

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cba4cfa1052819d16699e1d55d18c92b6e094d4517c41dd231a8b9f87b6fa681
MD5 87c49139ed7e93a4b9106bbbe8b5ceb1
BLAKE2b-256 85cb4c3528460c41e61b06ec3f970c0f89f87fa21f63acac8642ed81a886c164

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7a31fc1e1bd362874863fdeed71aed92d348f5336fd84f2197ba40c59f061bd
MD5 45ece6bc2f1fbbc155c9b27cccbc5193
BLAKE2b-256 4a68584cd51dd8f4d0f5fff5b128ce0cdb257cde903898eecfb92156bbc2c780

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5eee736daafa7af6d0a2dc15cc75e05c64f37fc37bafef2e00d77c14171c2097
MD5 f553eacb35f5a25b9fd2ae465d316eb9
BLAKE2b-256 22596fe80a3fe7720f715f2c0f6df250dacbd7cad42832410dbd84c719c52f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 781e65134efaf88feb447e8c97a51772aa75e48b794352f94cb7ea717dedda0d
MD5 9025d0d974b6f8a7abb4576f0afbf029
BLAKE2b-256 0c87d6c86a77632eb1ba86a328e3313159f246e7564cb5951e05ed77555826a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 accb6150ce61c9c4b7738d45550806aa2b71c7668c6942f17b0ac182b6142fd4
MD5 d133e65a23be28eae1e5abd8e26c9fb3
BLAKE2b-256 9c36aa74d884af826030ba9cee2ac109b0664beb7e9449c315c9c44db99efbb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae1aa1cd222c6d205853b3013c69cd04515f9d6ab6de4b0603e2e1c33221303e
MD5 6fd9f8e34a348701d97ef3fd0d9a15cf
BLAKE2b-256 34fee7180285e21b4e6dff7d311fdf22490c9146a09a02834b5232d6248c6004

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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.2.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for propcache-0.2.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6a9a8c34fb7bb609419a211e59da8887eeca40d300b5ea8e56af98f6fbbb1541
MD5 d5bede7c2f18ee2dc1784810b0d95b17
BLAKE2b-256 0a086ab7f65240a16fa01023125e65258acf7e4884f483f267cdd6fcc48f37db

See more details on using hashes here.

Provenance

The following attestation bundles were made for propcache-0.2.1-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