| Name: | python3-cached_property |
|---|---|
| Version: | 1.5.1 |
| Release: | 7.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 38465 |
| License: | BSD |
| RPM: | python3-cached_property-1.5.1-7.el8.noarch.rpm |
| Source RPM: | python-cached_property-1.5.1-7.el8.src.rpm |
| Build Date: | Mon May 25 2020 |
| Build Host: | jenkins-10-147-72-125-8b7923bd-7977-4db9-a49f-75eb6011959d.appad1iad.osdevelopmeniad.oraclevcn.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. |