Metadata-Version: 1.1
Name: django-memoize
Version: 1.1.2
Summary: An implementation of memoization technique for Django.
Home-page: https://github.com/tvavrys/django-memoize
Author: Thomas Vavrys
Author-email: tvavrys@sleio.com
License: BSD
Description: 
        django-memoize
        --------------
        
        **django-memoize** is an implementation
        of `memoization <http://en.wikipedia.org/wiki/Memoization>`_ technique
        for Django. You can think of it as a cache for function or method results.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
