| Name: | python3-cached_property |
|---|---|
| Version: | 1.5.2 |
| Release: | 7.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 39366 |
| License: | BSD |
| RPM: | python3-cached_property-1.5.2-7.el9.noarch.rpm |
| Source RPM: | python-cached_property-1.5.2-7.el9.src.rpm |
| Build Date: | Fri Jul 08 2022 |
| Build Host: | build-ol9-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. |