This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pydanny
Recipients Omer.Katz, eric.araujo, madison.may, pydanny, r.david.murray, rhettinger, vstinner
Date 2014-05-18.18:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400436708.17.0.794905389918.issue21145@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, I just released cached-property on PyPI and someone suggested I join the discussion here. 

Package: https://pypi.python.org/pypi/cached-property
Repo: https://github.com/pydanny/cached-property

Notes:

* 92% test coverage, albeit with a simple, arguably naive test.
* I plan to increase the coverage to 100%.
* I'm not entirely sure where to give credit for the original implementation. Right now I think it's Bottle, but I'm not certain. See  https://github.com/pydanny/cached-property/issues/1
History
Date User Action Args
2014-05-18 18:11:48pydannysetrecipients: + pydanny, rhettinger, vstinner, eric.araujo, r.david.murray, madison.may, Omer.Katz
2014-05-18 18:11:48pydannysetmessageid: <1400436708.17.0.794905389918.issue21145@psf.upfronthosting.co.za>
2014-05-18 18:11:48pydannylinkissue21145 messages
2014-05-18 18:11:47pydannycreate