cacheproperty

https://img.shields.io/pypi/v/cacheproperty.svg https://img.shields.io/travis/mattHawthorn/cacheproperty.svg Documentation Status Updates

A subclass of python’s builtin property class that removes boilerplate by implementing the _hidden_attribute pattern with a single decorator call. Also facilitates invalidation of the cached hidden attribute with a @cacheproperty.invalidate decorator on any other methods or properties in a class.

Features

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.