A decorator for caching properties in classes.
conda install anaconda-python-gte-3.10::cached-property
Cached-property is a decorator for caching properties in classes. It makes caching of time or computational expensive properties quick and easy.