first commit
[cached-property.git] / README.rst
1 ===============================
2 cached-property
3 ===============================
4
5 .. image:: https://badge.fury.io/py/cached-property.png
6 :target: http://badge.fury.io/py/cached-property
7
8 .. image:: https://travis-ci.org/pydanny/cached-property.png?branch=master
9 :target: https://travis-ci.org/pydanny/cached-property
10
11 .. image:: https://pypip.in/d/cached-property/badge.png
12 :target: https://pypi.python.org/pypi/cached-property
13
14
15 A cached-property for decorating methods in classes.
16
17 * Free software: BSD license
18 * Documentation: http://cached-property.rtfd.org.
19
20 Features
21 --------
22
23 * TODO