Name: | python3-cached_property |
---|---|
Version: | 2.0.1 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 35465 |
License: | BSD-3-Clause |
RPM: | python3-cached_property-2.0.1-2.el10_0.noarch.rpm |
Source RPM: | python-cached_property-2.0.1-2.el10_0.src.rpm |
Build Date: | Mon Feb 24 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pydanny/cached-property |
Summary: | A cached-property for decorating methods in Python classes. |
Description: | cached_property allows properties in Python classes to be cached until the cache is invalidated or expired. |