Metadata-Version: 1.0
Name: johnny-cache
Version: 1.4
Summary: Django caching framework that automatically caches all read queries.
Home-page: http://dev.jmoiron.net/johnny/
Author: Jason Moiron
Author-email: jmoiron@jmoiron.net
License: MIT
Description: Johnny Cache is a caching framework for django_ applications.  It works with
        the django caching abstraction, but was developed specifically with the use of
        memcached_ in mind.  Its main feature is a patch on Django's ORM that
        automatically caches all reads in a consistent manner.
        
        You can install johnny with pip::
        
            pip install johnny-cache
        
        You can fork johnny-cache `from its git repository
        <http://github.com/jmoiron/johnny-cache>`_::
            
            git clone http://github.com/jmoiron/johnny-cache.git
        
        Or if you prefer mercurial, `from its hg mirror 
        <http://bitbucket.org/jmoiron/johnny-cache>`_::
        
            hg clone http://bitbucket.org/jmoiron/johnny-cache
        
        
        Please read `The full documentation to Johnny Cache
        <http://packages.python.org/johnny-cache/>`_ before using it.
        
        .. _django: http://djangoproject.com
        .. _memcached: http://memcached.org
        
Keywords: django johnny cache
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
