OpenBSD.app - search packages

(Tue Jun 24 00:00:49 2025)

Info for: devel/py-cached-property

Package Name Details Comment Description
py3-cached-property-2.0.1 decorator for caching properties in classes A decorator for caching properties in classes. Why ? - Makes caching of time or computational expensive properties quick and easy. - Because I got tired of copy/pasting this code from non-web project to non-web project. - I needed something really simple that worked in Python 2 and 3.