=============================== cached-property =============================== .. image:: https://badge.fury.io/py/cached-property.png :target: http://badge.fury.io/py/cached-property .. image:: https://travis-ci.org/pydanny/cached-property.png?branch=master :target: https://travis-ci.org/pydanny/cached-property .. image:: https://pypip.in/d/cached-property/badge.png :target: https://pypi.python.org/pypi/cached-property A cached-property for decorating methods in classes. * Free software: BSD license * Documentation: http://cached-property.rtfd.org. Features -------- * TODO