Metadata-Version: 1.1
Name: django-cache-tools
Version: 0.1.0
Summary: Tools to make caching easier to use in Django
Home-page: https://github.com/cfpb/django-cache-tools
Author: Diego Lapiduz
Author-email: diego@lapiduz.com
License: Public Domain
Description: Django Cache Tools
        ========================
        
        Django Cache tools is a basic set of tools to built on top of the django cache framework
        to make it easier to use and add caching related features.
        
        Tools included
        ------------------------------------
        - KeyableModel: Model that has a cache_key to cache with.
        - expire_page: Expire a page with a given path.
        - @cache_page_in_group: Cache pages with a given group name so they can be expired all at one.
        
        Documentation
        ------------------------------------
        You can find the docs at http://django-cache-tools.readthedocs.org/.
        
        Running the Tests
        ------------------------------------
        
        You can run the tests with via::
        
            python runtests.py
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
