Metadata-Version: 1.1
Name: django-ormcache
Version: 0.2
Summary: ORM cache for Django
Home-page: https://github.com/educreations/django-ormcache
Author: Corey Farwell
Author-email: coreyf@rwel.org
License: MIT
Description: Django ORMCache
        ===============
        
        A cache manager mixin that provides some caching of objects for the ORM.
        
        
        Installation / Setup / Usage
        ----------------------------
        
        TODO
        
        
        Testing
        -------
        
        Run the tests with:
        
        .. code:: bash
        
            pip install -r requirements.txt
            python runtests.py
        
        
        License
        -------
        
        Copyright © 2013, Educreations, Inc under the `MIT <LICENSE>`_.
        
Keywords: cache django
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
