python3-cached_property
A cached-property for decorating methods in Python classes.
License: BSD
https://github.com/pydanny/cached-property
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| RHEL 10 | — | — | — | |
| RHEL 9 | — | — | — | |
| RHEL 8 | — | ✓ | — | 1.5.1 |
| RHEL 7 | — | — | — | |
| RHEL 6 | — | — | — |
Description
cached_property allows properties in Python classes to be cached until the cache is invalidated or expired.
Compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
Install
CentOS/RHEL 8
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install python3-cached_property