Skip to main content

Accelerated property cache

Project description

propcache

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

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

Introduction

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

For full documentation please read https://propcache.aio-libs.org.

Installation

$ pip install propcache

The library is Python 3 only!

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

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

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

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

API documentation

The documentation is located at https://propcache.aio-libs.org.

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

Uploaded Source

Built Distributions

propcache-0.0.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

propcache-0.0.0-cp313-cp313-win_amd64.whl (223.3 kB view details)

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 Windows x86

propcache-0.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (212.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

propcache-0.0.0-cp313-cp313-musllinux_1_2_s390x.whl (217.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ s390x

propcache-0.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl (214.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

propcache-0.0.0-cp313-cp313-musllinux_1_2_i686.whl (205.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

propcache-0.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (209.3 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

propcache-0.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (229.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

propcache-0.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (221.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

propcache-0.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (210.6 kB view details)

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

propcache-0.0.0-cp313-cp313-macosx_11_0_arm64.whl (42.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

propcache-0.0.0-cp313-cp313-macosx_10_13_x86_64.whl (42.8 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

propcache-0.0.0-cp313-cp313-macosx_10_13_universal2.whl (74.6 kB view details)

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

propcache-0.0.0-cp312-cp312-win_amd64.whl (42.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

propcache-0.0.0-cp312-cp312-win32.whl (38.3 kB view details)

Uploaded CPython 3.12 Windows x86

propcache-0.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (227.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

propcache-0.0.0-cp312-cp312-musllinux_1_2_s390x.whl (233.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

propcache-0.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl (230.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

propcache-0.0.0-cp312-cp312-musllinux_1_2_i686.whl (218.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

propcache-0.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (222.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

propcache-0.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

propcache-0.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (245.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

propcache-0.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (244.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

propcache-0.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

propcache-0.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (225.7 kB view details)

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

propcache-0.0.0-cp312-cp312-macosx_11_0_arm64.whl (43.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

propcache-0.0.0-cp312-cp312-macosx_10_13_x86_64.whl (44.0 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

propcache-0.0.0-cp312-cp312-macosx_10_13_universal2.whl (77.1 kB view details)

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

propcache-0.0.0-cp311-cp311-win_amd64.whl (42.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

propcache-0.0.0-cp311-cp311-win32.whl (38.4 kB view details)

Uploaded CPython 3.11 Windows x86

propcache-0.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (219.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

propcache-0.0.0-cp311-cp311-musllinux_1_2_s390x.whl (226.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

propcache-0.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl (224.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

propcache-0.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (216.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

propcache-0.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

propcache-0.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (235.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

propcache-0.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (235.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

propcache-0.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (228.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

propcache-0.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.8 kB view details)

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

propcache-0.0.0-cp311-cp311-macosx_11_0_arm64.whl (43.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

propcache-0.0.0-cp311-cp311-macosx_10_9_x86_64.whl (43.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

propcache-0.0.0-cp311-cp311-macosx_10_9_universal2.whl (76.8 kB view details)

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

propcache-0.0.0-cp310-cp310-win_amd64.whl (42.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

propcache-0.0.0-cp310-cp310-win32.whl (38.6 kB view details)

Uploaded CPython 3.10 Windows x86

propcache-0.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (199.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

propcache-0.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl (203.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

propcache-0.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (194.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

propcache-0.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

propcache-0.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (213.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

propcache-0.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (215.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

propcache-0.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (201.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

propcache-0.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (192.1 kB view details)

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

propcache-0.0.0-cp310-cp310-macosx_11_0_arm64.whl (43.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

propcache-0.0.0-cp310-cp310-macosx_10_9_x86_64.whl (43.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

propcache-0.0.0-cp310-cp310-macosx_10_9_universal2.whl (76.8 kB view details)

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

propcache-0.0.0-cp39-cp39-win_amd64.whl (43.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

propcache-0.0.0-cp39-cp39-win32.whl (39.1 kB view details)

Uploaded CPython 3.9 Windows x86

propcache-0.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (204.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

propcache-0.0.0-cp39-cp39-musllinux_1_2_s390x.whl (209.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

propcache-0.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (200.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

propcache-0.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (204.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

propcache-0.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (218.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

propcache-0.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (220.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

propcache-0.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

propcache-0.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (195.1 kB view details)

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

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

propcache-0.0.0-cp39-cp39-macosx_10_9_x86_64.whl (44.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

propcache-0.0.0-cp39-cp39-macosx_10_9_universal2.whl (78.0 kB view details)

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

propcache-0.0.0-cp38-cp38-win_amd64.whl (43.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

propcache-0.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (200.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

propcache-0.0.0-cp38-cp38-musllinux_1_2_s390x.whl (219.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ s390x

propcache-0.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl (217.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

propcache-0.0.0-cp38-cp38-musllinux_1_2_i686.whl (193.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

propcache-0.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (194.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

propcache-0.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

propcache-0.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (217.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

propcache-0.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

propcache-0.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (197.1 kB view details)

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

propcache-0.0.0-cp38-cp38-macosx_11_0_arm64.whl (43.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

propcache-0.0.0-cp38-cp38-macosx_10_9_x86_64.whl (44.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

propcache-0.0.0-cp38-cp38-macosx_10_9_universal2.whl (78.5 kB view details)

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

File details

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

File metadata

  • Download URL: propcache-0.0.0.tar.gz
  • Upload date:
  • Size: 37.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.0.0.tar.gz
Algorithm Hash digest
SHA256 6b32798a5a4839018bf48a95ba07cbc07807a2b93f61180d44769b7e5ddd3608
MD5 813e738eaf975c976e4e5b7aa8f4def1
BLAKE2b-256 1e5d10bd821048a695d4df9072e8a9eda70d21b80d8823f2f242e3bbe7961535

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propcache-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 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.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 37614efe97fc14118f31f2d779289935ee7a370f6aa79e70fcd4cf5f9784c991
MD5 90d55cd1d51e14c45e9d67495dd12ba9
BLAKE2b-256 9b4a232b06c088874618141488de9ff392986824a22afbae2cae1f043dee5b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9dd8bb463f84226b60650f6d2bfcf7aa0a48af8afeb663b485a0115c58085004
MD5 5edf4f1d2279c8cac6c6f35d929649e0
BLAKE2b-256 f372a4cddc370b293ae3a5ec7275b9adb678c404dc71b54087a328ddad9dc055

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for propcache-0.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1b31dce960e57f2a5df94aec9951455e608447eb9c8586230fbe6a562e852576
MD5 19a8daeb7807b0dbb3557f3570cd7ee6
BLAKE2b-256 85070e7186e5ae5d3690a2e6ab9bbb2334969f8aa81e0a234bf5ce7ff0493dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a88a0258a27c8df6967e7e067d3e79be6725b47645dd21010ab99f8f75f28c8
MD5 252e9e38a40aade986d0a89cadb74058
BLAKE2b-256 d3fd35fde5d1f78fa333f1efee81716aeb3b8cc324f9a9ecd548c2d986e07f9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 2fb86290aa83bbb5acd6928dc6795a4d561bfc3df82201ceed3e2839ed1ccd3d
MD5 02edcd0555b3e720c376fd48f60c1201
BLAKE2b-256 5c79ef66f44cc10325b964f1ad2bc200ed65030db33e8eaef606f985998227a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5b1b42b8914d403cd0831d253d279d609f88d585299b5132239f2ce3c2d5c3b0
MD5 6816ad4b3419c542b593617fd6be4647
BLAKE2b-256 b710718479da9b6f5594c0025b2068763e7d3177d413061252f0858f290e21d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ccae14cc5c104e18709ccb2eaf4f63b2fe1a4c84cde9904e8edceffad28c285c
MD5 ddcb9d1fbe6a8486e69b6e6e858ce605
BLAKE2b-256 9f8afc65be7a8e48199a3d6632b5f44fecd3147843ad24de463849d45f0ed27d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0a3a07433a37f127dbe357bd23daf5acd6eda7d20cb86b538a8877da69e4719
MD5 ad41a79c43ee3323f9cb4162dc2fec87
BLAKE2b-256 84781e318d5a1cfb0460be53902032003a5dda24186c1e65d044a98cf00c831d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91a06686828ff83a4bc540034190363370ccd3e665b03f62fd553a2a12480a9b
MD5 97552d58cd24f16e03d83e63665aeefb
BLAKE2b-256 3decc8162b5e68a663d6eb028f84c98732b90d6bbe7858911a4e3ec2c68a71ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79803a592f546db59681d39e8d056fcf68bec757d314d0294f5b20d191a0c398
MD5 23e7ffaa4cefc42382b72886caf035af
BLAKE2b-256 6490cbd95f34716bac481051506042baadf084479c9ea4db1fa577c3452d5b75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 23b779898ded8bd7ec3fcbc1be3ce149356735f2a85cc1dd2d6fbdde9050851f
MD5 8f128a13a5891c05a682e34aa36e16aa
BLAKE2b-256 84e692bc92c7bb29a239e9bb0f302580548b776ecd5c3f7e4452c757c65d3e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6230994e6089f9e066df293b60a75caf7b65b3651ccf5bdd01f1af86c6290c3f
MD5 b819178a67ec215ab3d37372385a023c
BLAKE2b-256 301a41415f9c533ecaa624d4064a1a4d6d32c377b871dd586f3fc87146edda53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efa8c41c7b95970f41e71566f0a97d4089da17ca5e8862c96a8a7cea9cbe21de
MD5 53f35fc77cbb1708205c64168a71bf7f
BLAKE2b-256 2581b13b7c1ad328121edc801a517062af73a87e470aca5dc9c9c96a2cfc69f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c3763c4d73a8d05aa1a76592d0e5db41a69067f1ccd38a912d2ee2b79a3d5f0
MD5 59cc1d67211621676d5e85d7bc0bbd58
BLAKE2b-256 c99baae064ad2fcf9715809a73b6ef36c2376201e0d2411b3939bffcb8632fe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 07ed26abd2c44ebf999c76f10c0dffa5c33a5433953ad03f61a00b706c93fabd
MD5 804584a20a0daf9d809270cc955e4b47
BLAKE2b-256 e0d827689045e8057eb1e9f58496e5ab64fda41ae6db0b2c29bd29624a87b167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 7c652848e0118a450857f3b575a71e2cf2c1656c0bfee63e2943244010cb8e68
MD5 e45807b4e2a2c3a1b7a848524f8af7fd
BLAKE2b-256 ed9d7bfae1688681e0b2cc18832dbdcf6054db4b3987819fa55f5e72ef216ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2bc6369c49a9a861d31a6b3520bd3bfdb4692fcb5a4a83624b45409f4f238e2b
MD5 b8422b961510daf59ff72b273bc52289
BLAKE2b-256 e1b593d8493587a4f9a949b62f73587b8a5dee933beeb5f3bfbb3d8453cd85f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propcache-0.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 38.3 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.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b0eabe94192073f0f80a02fc72ea1ab99f5dcf9ce043dc2b49ae1ea0ed3f88cf
MD5 8029c27a58d0ab229b684c2d90ceec0e
BLAKE2b-256 0691c40714f145b80fd0b325da1a32e35d3934a057abbc466fc26031277d87f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 962eea61007202328e3ed2684345aa53fd3c3ff8e6fa849c3d6c2a09fe01500b
MD5 548c83ef7ac9abc9d43f1f387fe92988
BLAKE2b-256 929b0a8c9e8e6009618073851809af5063073eaae8bb82743a20dce847baf7a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6bcc647fc48c41d47006a03a0799c08f199518609e2ad9f7ce52956ce4903b3c
MD5 41c186574f529a67f7b107fc1153c67b
BLAKE2b-256 3b84b485c243fad3848ca4780606b8d1ba84515dfa033771888d2083d850c2f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fdafb3a810b6adcf087824348b842a77b323c5df559875bbdb08df2f04730168
MD5 1d0e71d451a10afda9b090086204cc37
BLAKE2b-256 63f78db9e8267445c502a3cbb15755ed92c1e769ea280d6e29d8682919892028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 923584e532106fa7a48e0f458a623b29bd0006e192c1c530f37655f21f978425
MD5 cf3f257b0beca87d1af77bc51d916dea
BLAKE2b-256 f8620522788c3cebdd4c6e14a6703e8386d907b72725a4f11f6112f84ee1ea17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd6736e858ad9b8d3c0e07a164ede2bae4a06fc563066075c7e628f863b046ec
MD5 cb1fff236dc735212a9d9aa2208a1fa4
BLAKE2b-256 e6e4fa0846c11ca0c8e155d9c4f05da0b6f860248cb514f27c90ef69a4e01118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0d5ffecca2f23092802ead97531d30ecc202f2e240d50273b2a3607144fa379
MD5 8ea9f97edcebe1327dd4441fd1575fa8
BLAKE2b-256 64171d049eb7d1bf4bece1ea68a5d0d8afb92ab7397e65e98ae1527332a97766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40153e746a46dc59d4dedbb4aa98b2ac67810522eaaa0a06710487ddc94c89fc
MD5 7a176ab82626c4ef8c2d5f4b6024719c
BLAKE2b-256 59e335359d24b7b9d850ae88988df5dd901c0fe1094bbde880425fdf700bce3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4df19e1db2db8d872b2d141f14eaed40043d7540d4c2310f477886ee5cf0832
MD5 07e19b990d8113d47bc0477f48effa28
BLAKE2b-256 b10274b7103c30535c9abe03c79b6640453aa449f300bff99af0e2861fad2b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca48af80482f06b62db9673779687076484a18f6d2ff62d4e6c72225c1b160d3
MD5 af4cb9297dbe4e50b24722f650b92db7
BLAKE2b-256 6538da53c0a556e6ee6407ed028b6b39bbcdabbec7a9f9e5cf445c9f353a0056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1075084a63e3892e4de9ab7bbc1925b2e4c4fa7a0fc9440771d1e15a3d3d53f5
MD5 1304c8feaa902219bfe74cd6791136bc
BLAKE2b-256 208e1d9465140fd5490cdca13c967460ad5ff6d9d9884c316fb7af1007901d56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1beec02c635c2ba8bb9e0bb702eac1376c99643f370bab257ff22f5c8e56e61c
MD5 13db27363ea6c43df516f8ff81085b4b
BLAKE2b-256 96ac00150a461e86f6c0b7c13e7dc551ee3388d0e438fde15e0f1c89bdc20033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d38ad63b23016a6a56b668a578976570657b48a93bdcbb7ef40c176da05e17c6
MD5 1095df1292e2506d0eb1e25bec05db20
BLAKE2b-256 c7365687d757f1e879086554359cd54281936a0ee254c2329e6c1409ce4e24c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 de90e93273f11d394f6bffa1718ccf08f4f0f7c02616eb6a11507ea0623d2970
MD5 a14f22effbaa465ab5b4ba22eaf1439f
BLAKE2b-256 3c4624bc6bbb09eec6f8647e417889fe50384808e3950a4df06281e8ac7e24a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 41962653ffa64cf30308e77ca597b549757c22603fc8cc06e37dd1f984914593
MD5 1341885941d405649d5e4dea76c5ba25
BLAKE2b-256 524d45615c034d36e7a457070c33a6192f8118ec2958ec3e34edc81bfd9402c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propcache-0.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 38.4 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.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d967a378d95c71714772e72202a497e34a3b6cf1d137bbdf404c1bd048eb6e54
MD5 6a98b7e0c1732005bec62a7098b7a82d
BLAKE2b-256 24a5a4929e772c9c4799cee4467d7c72033ff9661c9f22c7c64b64bbfdce0116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec0ec3f17aa9130d1f3105263c9c907c985a85f465056212df6323913dde0d94
MD5 e7a1488e934e042ec7adf268eeb7ff93
BLAKE2b-256 81977935dfd6a6f40eb4cbc9e071fdfafb39ba4f4ce80611cad58ad928523d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 7e34dcfedfc8e2b24cdfc76b3aa5a8676eba72e05a7ab6b0dc6c9d220a857dad
MD5 46950e6728cb47e87a20841a0b9aa45c
BLAKE2b-256 f27386bdf4c50e969b055dea0f3dffa4f3036573a0300d73955b9de82317d2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1b426f42d6156fd747c8455438861bdd3b8adde7817db4c46836e0e091665755
MD5 f376d303515b960afcaa65d3e63514ca
BLAKE2b-256 86f29f4637d733dbb5ef7d7e2cf3cc9d6922d070e6cfda257f21a7ded3a9e099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc8c0f62bef3cd60102515fa1512b3d9150d27e114e0daf017b4edebcae5f8e2
MD5 f6d79afd28dab1f7822de0ce883d7bca
BLAKE2b-256 781b723ffbbaf31557b0ace8a5c72e4dbc34df820ab78a8701db3d993e9b59e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a29147be5530dac41b043762cdb3c8c78e2fd7db8f9090ff4082075bfc0ac3f
MD5 a99ba194f7d367ca5962dc8bc367702b
BLAKE2b-256 2ab5a857e215066e46e0a39b8bc7a2d0e8c0e99961457c4e8e150fdf52c8f351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09351fbae5b1d41c08fe3eb21b27459a3f29389fe1617d2866e80e1530e6eb4f
MD5 7b6aac43030ebc3b7e629618af9ec78c
BLAKE2b-256 b090253501ebcb4ec114893403d12d92fbb112e87d2b74d17331f7997af36b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4170b0767df5e60fc4f1c97896d7e220ee5f581651c61b1983d36ea4a67234f
MD5 70aeaa0e711023dca88f83318b0c828b
BLAKE2b-256 6840b5bf8d72ee646872fa9fdcb309cd1a33242733a23eea6a4652c605652e02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39beb27bc75b5dd84c16effcda69d261e923dbd23478b88a5da62b2177d8c67d
MD5 150806d758837f1d2c0bf5bf6edaf6e3
BLAKE2b-256 ec23e0d7d109011d7f8fceff2ed5cbb47d4347b0d0a2d02f68063e8dc8050133

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 818680e2a71de289ca35b4eeb3d93116adf7ce77cc979af248ba99bf52047203
MD5 69ac1a13dbfcf4d4c21a65b71d3e397f
BLAKE2b-256 407d95bead820faa83159fd5793081b7151a4af6b5ca974de024d58c993712f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c02ed1038764131232b214f3b3bcf893e110637486da072528899d62da342ca4
MD5 d828f3e1a900ef41b85fb217f9a5853a
BLAKE2b-256 4e925df921b151bf6e5a4b783b280808aa1511f5587fd43d69587baa4dfda1b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa2e9da74df234dd6a409cc4c7eb2603aaa94703cf80d1214ac5ac558d04c29e
MD5 4b09da6fd9f4c12e4ea4c3c6adfb3156
BLAKE2b-256 fd6e9549eeb32ed1635f6bd0ce9281ab7dc02a3185995a4f4a428eace3b68dca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 242dee671408ddd4dc08afbecbe7453ef38ec7df7684a86618e3781a66dc8dd8
MD5 d13f747c7b1b2ac495af1f3673c9791c
BLAKE2b-256 9686c35b5354d8a84b65469aeae4950ca84203792c752ada20fc77a78d758cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1ed94cfc87331938ac15db9d0fc1a72848fad0750b66c2fff525e6493e37a6ed
MD5 e8b1d8fae675a4c3026f4544c21cb8af
BLAKE2b-256 80ccc293d83855d28c92a217914dbc8e6b4e1bc24d73822eba6db42422cf9858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5599cfe888dbd123bddcb61467048a85bdd3908cf3c82425b2ec1a8e68ecefd1
MD5 79a3461885b95bc406c318c98263e6a4
BLAKE2b-256 feeccf4507b1495570e047ab31e5383496ca2c7a563ac1f0b37edbf9592b6e7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propcache-0.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 38.6 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.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d991886a973012df1728d00e68d24957bc7c00678e7845c00ebd43de49c1070f
MD5 a0184e3d2d70a0ca17cf6fdb7b752256
BLAKE2b-256 0d0898c4479f689e670043baf21560cb466501e6bc42ff5a85a3233aa55f6242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d639e182706e62c9fb9db9b88e43cd78c12505918e0c501c9c02b1836c727ffa
MD5 91cd0def53314edf81e3fbb2d242e162
BLAKE2b-256 deaea42c70b56398bf307528d767c391e276eaeb5b408ce867c01a1a5506c81c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 2ee8aeec8bb3d08edd3bcb0db450122114d680c5a7a4d7454f509523cdc428f4
MD5 f05d5dc7a821af53e8e6df92813b184f
BLAKE2b-256 9d088de47ff046be11dd2bbe5588278575e7cf13c277b104cfc0607321758b49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 30892e463f15e709252b57d9964abaad00d0a4cc5308d94acea7e037185835e7
MD5 59201464133568a07c3bf53e2f4c33b3
BLAKE2b-256 aa9344b32868c62edb57360bf5e68d4cc147051d209a2fa00566f802fe58e2fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a4dde8046d3ed507293b2dc96d7a43e8f5a6ff88b0000769d2a16345f06fbfa
MD5 e7457d5fa2c9f867d84c271beffb62f1
BLAKE2b-256 8ef6d0abac2ca5542bafcb6fdb5550dd0844bfca14e5dd23cefa78acbff61495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ef1c7125acf707c6f4e73b499ba00ea99bed71dbf0e75214f0fdcb78a1ebf4d
MD5 574db8cddf482ce4bd6ad58f17109111
BLAKE2b-256 b9c9d2db504ddfa1680ff0b40ec1a3128e96a94bbcac2181d726245673b1eebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 398fcdbfcd50a2811cf52fc04bc97d215adfd0fd1229ffdeaa266856c1aa19cb
MD5 38e9aaff612549855ee8e122ca22e5e2
BLAKE2b-256 04990cf79b024946f8a8ffeff88a69b9630b913196440dbef0beec2e8ed45aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 555ddda26eb6349becde74296ae08458f83c8d908ba943e4ce2956e4f2de68c0
MD5 b79327b8ca7d25517ac6f411ef977ed4
BLAKE2b-256 e8559ace779c00773634e3d73d32d623ea5c439fe750cd4b765b1cca6e683a81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24278e7cc199842a91ec0c97bcc1cc232dd7357b376f8019b827df25a19d354b
MD5 7fd62e7ce604cb5b79f74478b700791c
BLAKE2b-256 c5378b399df5d7d80a65ce42cc23f11aa53942099e713c3a88f60362183c2a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c50ce063f25a5abfe30f926149d77e0e3b573d3f5c17fae32c78eff89432171a
MD5 d8bf4b7035a034e9fdeba8e299f5340f
BLAKE2b-256 7bc04cf67e9e18b54713ee2089c207294f40fc202a8e6ca845f82ccf02706645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1996a8608321637511cff47bfba8a6313d94d4c6e112590fd5b7cad4c803aa1
MD5 d19c8484dbc046b465450dc9a276c334
BLAKE2b-256 41a11f85ae3e2a9abbfb6921b4d0c23cb79efca7bc336678f12695dc49de69c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1001001e3227568861510115b3e1c89e63a0691680157bd1b677c9761e7906db
MD5 d6d8924db329f85a6283f5904a213318
BLAKE2b-256 ed9bea0aa32141b55915426ea3e7dd1f556d364a9d9b428b617b7efa8c4afc85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f54e7dd5ed74b2e9963d682326d3ee2fdc164ef728ac4b7c205a8cb463dc801f
MD5 aa5a52d1a0528c190e655ab51087ff4e
BLAKE2b-256 0870f4061d11c81599b824c880f8afaaa5aa4cb130743e8464a5c0771ded4797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 82f17d5934b9923e2537d49963ea58c685953512bd875169fa0343270e82142b
MD5 6379939bcb8a4fc5464c4b53c176f95c
BLAKE2b-256 c7312fa965c7854b5283b36da16e7d75ac0a591ee2bbe915ba9ab2da8651564d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propcache-0.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 43.3 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.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7eeedf7006c42cd0668e83d4e4d9c1621f92fdd83f506b21bc9bf5b3610ff65f
MD5 6b3c56b7909ff8ae864b5ffc6501a2d6
BLAKE2b-256 047e021654666a0260512a2fc456207fd0da9014ff81456a9878f37a0260226f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propcache-0.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 39.1 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.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0e775d87b2030e848479fe4d94336d62c6b8608485856f5842e10fcbc9a89160
MD5 6d01b6dbd88ed67142b3c1aeaac411d5
BLAKE2b-256 452151a3fb289d480b5b94c7508e8df127462f96bfa7578e291dde8e021c2791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 248973cf6b39c75a94dfc047804c20382448e2ec9ce76ddb6ece04ca014e3f85
MD5 308f391ca5c68a5ce4b555bba4f08934
BLAKE2b-256 374c5e6b632b2a64471487f39764e0d2c5eaba2288ed5d6eedb3300d9730bb82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c2b6e4e3471f0b52787e2e254ef368a34aca6ae21a1d3d2bd4bd3501d78fd723
MD5 22a353ac998f282b01f2ad11f245ae18
BLAKE2b-256 a203ca3b5ff42888c45dbe80fb826ce576dfa709f52bbf638a920a8b5dda6d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 91f98a09da6954bca1e33b544be5e21313a26b09ff585846b1f9e5e21aac716e
MD5 dd3b41a445e1676e814579a484ac5a82
BLAKE2b-256 3d229bcecbbab512a2eeb3a9c68b6e2bc8f39b0ae446ea35248388574fd92fe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 00fe78e9e406bf7344b763507d62df867e0840b43e80495eef9f75942f57c439
MD5 4a48c1e29ff9739c1de0a570c3957fe0
BLAKE2b-256 b1af9d6ce56ff6a6bd659bcd7ffa7cd4285731684106bcd2b28657177250c8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c599ad56270cba842e8ed953d74381476b63937568a4ac954bdfdddf8bf4f178
MD5 1cfb179687cfc50cab16932ef2e1e070
BLAKE2b-256 5e9bf374275be454cc9a0fe51ddc80b39276a1c511f995b591fc03a8d878e6c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df5f8849db20100f5a74f4babad37b3aeabeb1e683a7a67e3227bb8604708174
MD5 ccef52f58eef043b342ee24ac34ce039
BLAKE2b-256 e537b884048c7a67ab23f4ffeb66aab62d678b83cbd33046bb9547d6f01dd77d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7c21393a4f59519447974b0aedb73816a0c5eb53a7613e58b3b5148676a18d6c
MD5 ec54a5a17361fe6401811b43bdc9c1d5
BLAKE2b-256 367e77e2f0263a871ab34e5a143470efa4826d1c9a7828c482a8a5ab758c0b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c83864a6e408503f0ddbeced0d8eefd2115c8f6f9d03b084eb58c245f903432
MD5 1802421500b6fa668adbaaff07d5ed72
BLAKE2b-256 018650c62160bf7514e0401595a5bb7e0c7dd39ac58686069199ceb407a70ddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60a159d64c97d1ea520f843169bd232791f7791e2d845d4304aae1b59b0c2549
MD5 3c1cbb4bf40e681e15d0eb078787f0f0
BLAKE2b-256 b53f431ade357824cfa44ca61f4e359f800aaa6efd4d07b34d0681b5b213523b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b6f13b6b08993c7142f7d8aedb812a0cf7cd5e38d3c244bdf0d8a2dcbcd0e38
MD5 2c27fc84791dcb9ad386116c9c020b1b
BLAKE2b-256 917f5e5a3e8cc0106e127f85aed5e9456b5a99ae94d570ed309167b0309fdccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb88fff10bec0d3940bcab381e30f9b51b2dc537bb99e39a404289cb3a79e253
MD5 723a51b7ca986f7f2b91bf9edaaaa973
BLAKE2b-256 a946fcc1fc7e0c4a62e9904c8cc0fcd3bee376eb64712cdc4452c2015bd85ebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd210c21ae4fa9ba7682bb7d012006cb6e18222640565281442bcb02ef564c9b
MD5 09a46e6fbd8bab64f0a36bd411acb694
BLAKE2b-256 bd51237c642ce5732ac853df2f3df53cfa19087ba77af86138219e9ee4a4e3f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 812e3beeeedf66cdbb654704bc5f4c1a2e7b5fc286a37073f3971c4a7e64e3a8
MD5 bb46f860dd090d10538fc09351bba663
BLAKE2b-256 27476c934b74a90a91c0e2ebd4dbfe38745ac7ffd472db306beb3dc96a9a5bc6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for propcache-0.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b1193b60c3768d8b52502dcff646d7ac836ee3363ffa4319e5b8b2b163fe9c5c
MD5 98efbe56bda215c397bb314773117f00
BLAKE2b-256 97e5b07aeeb755b1498d9d1939c66986863188b43761cf9ccaaa5d1fc19c69fe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for propcache-0.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 64ab8fea156c63a3cb38c5921cea0ac26628f8084fa1cb5105e3e19bc2ffc033
MD5 1f66a0f2b596eb3305a2791582017913
BLAKE2b-256 949a06facd4af4a89400bb7bcbb6c9f64d28f67707c6b0212422c81e4e4a69df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca5bb919e1219d7c3954accbdfe64212400aa092a940b280253d7d5c6bfe550c
MD5 44d70b2029b9845f6ca11247f8ef9c5e
BLAKE2b-256 d51f47f8a211064f33d4f37e1c9550469534999d8b61204a6643f0d466753a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8db5e0b87aa8f822f3f628c36c1a1a5d8a7b5713d8b724f4e7f6e16757e7d1ad
MD5 84c1ef6a68817a2801e95bd50adb55d7
BLAKE2b-256 675e0995b781d694960f5ab323157f993b8405a11b0796f275bb49fd8142379f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f3fbd29cd678a13cea0fd1b779eeb9cf38f32c80a5de9726b46393b423c733ea
MD5 134924008b9e933102217aea56eed6e4
BLAKE2b-256 2a929e82d712a274490020b43489391541341dd1febccf3e4eb614fd5bd7adce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ced2706d46ad51c3a0dc5057c56a4fed6f0a2ea12cde5b0137978542967fc25
MD5 0ce646524d59f1177ca26ab10a86a486
BLAKE2b-256 a6bfe4b76f0bda74fbdd5407af02e30554bb03fe6ae236038f471f819774a75a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cc214c4f2d3d84ee9acd7221c0dae79aee7a69255dc1e94de406ce1a8ead664
MD5 507547c8cd626255f5d8b09f0b695aef
BLAKE2b-256 a0f2242ddf47883dc2c72924e1361508bbbc365773ab51b3d91125955a34d732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ad828689c3bdca5b1bb130086fb1896f7ade3770eee59b789bed47bd4003ee6
MD5 5269c2ac5179c6dbee60602e313948e2
BLAKE2b-256 ddfe4a1ce60d17a48144cb12a1929f81fe193bf1221dd06ab5bfb9ffba75fadb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 28ec223c2f5153bd15ac90b7619594d104d63885ba2160b4ed83d2875d5f39af
MD5 52b5579f4c70e7bab16e289a36553d65
BLAKE2b-256 18750d21e9e0f3507b054d7fff0b5d6714ce2e6f1cbd952402183bce58fe95d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 896f45f4149436794a95bb130812b2bbf36437b0442cd37db93e12a2b9671357
MD5 d99dc19281c42bd73c46595d99add491
BLAKE2b-256 64b1afa4de3ccd36abd43d7a003c97c6bd4c63b2871090a9606f8ea56533d8c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10f34ee6821bf481b1478506d6d732a91cd4f8868a9bf42153958ba7f55fcdea
MD5 a4b174379e54143ee5f861a4b67e6569
BLAKE2b-256 4b846de7959ef41fec89a0dd1b1e83d2a161b9d3b0bf18fe2538831d6fc97668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 06f425027348fa8e95d3bcaf2295c3591376198d38a7f1aadaae73c1cdc8e302
MD5 8a8c93187a051f3090b827c704923494
BLAKE2b-256 2d1c96a514e500e27c0dbca5d9fe10013865f052557b6b48ed76010a2612f9b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ecb7b65ad2b777aa576fe85a38ea431bbe75ce5d27fe453858f21389095cf3a
MD5 730b25178bd22cf5b23c26096afd7112
BLAKE2b-256 9a7826076a89a698d6569a380b06b700d6a53409a0f5bf3bf9c0876868c2ff5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 128fab4828a7d690dc17c94e522d3848881e36c3ab3e8480a3089356d9e5a717
MD5 cec43b009507d9c74f5ce33d0c40c847
BLAKE2b-256 ba89ace1ca22e99dc32b6bd24b838f62d6199fd69d884c231f5de5221d56c011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propcache-0.0.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b1a147f5085af8b00aaf0f67afca7e446c1335fa1a971ccbda2e650741db06bd
MD5 6fbdeb082ff538879a7ff6cb85afd904
BLAKE2b-256 19213a1f076272c5c1f7258ecad9ea41875c07f74ea06916fca9bdd9c5540223

See more details on using hashes here.

Supported by

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