Metadata-Version: 1.1
Name: django-ormcache
Version: 1.0.1
Summary: ORM cache for Django
Home-page: https://github.com/educreations/django-ormcache
Author: Corey Farwell
Author-email: coreyf@rwell.org
License: MIT
Description: Django ORMCache
        ===============
        
        .. image:: https://travis-ci.org/educreations/django-ormcache.svg?branch=master
           :target: https://travis-ci.org/educreations/django-ormcache
        
        .. image:: https://coveralls.io/repos/educreations/django-ormcache/badge.png?branch=master
           :target: https://coveralls.io/r/educreations/django-ormcache?branch=master
        
        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 © 2014, 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: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
