Name: | python2-cached_property |
---|---|
Version: | 1.5.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 39362 |
License: | BSD |
RPM: | python2-cached_property-1.5.1-1.el7.noarch.rpm |
Source RPM: | python-cached_property-1.5.1-1.el7.src.rpm |
Build Date: | Sat Dec 15 2018 |
Build Host: | x86-ol7-builder-01.us.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. |