K 10 svn:author V 5 koobs K 8 svn:date V 27 2014-07-07T05:50:44.426493Z K 7 svn:log V 312 [NEW] devel/py-lazy: Lazy attributes for Python objects The lazy module provides a decorator to create lazy attributes. A lazy attribute is a computed attribute that is evaluated only once, the first time it is used. Subsequent uses return the results of the first call. WWW: https://pypi.python.org/pypi/lazy END