Metadata-Version: 1.1
Name: lazydict
Version: 0.1.0-DEV
Summary: Lazily-evaluated dictionaries
Home-page: https://github.com/janrain/lazydict
Author: Colin von Heuring
Author-email: colin@von.heuri.ng
License: MIT License
Download-URL: https://pypi.python.org/packages/source/l/lazydict/lazydict-0.1.0-DEV.tar.gz
Description: A ``LazyDicitonary`` behaves mostly like an ordinary ``dict``, except:
        
        * item values are frozen upon reading, and
        
        * values that are callable and take 1 or 0 arguments are called once before
          freezing
        
          * if the value takes 1 argument, the ``LazyDictionary`` instance will be
            supplied as the argument.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
