Metadata-Version: 1.1
Name: django-cachalot
Version: 1.5.0
Summary: Caches your Django ORM queries and automatically invalidates them.
Home-page: https://github.com/BertrandBordage/django-cachalot
Author: Bertrand Bordage
Author-email: bordage.bertrand@gmail.com
License: BSD
Description: Django-cachalot
        ===============
        
        Caches your Django ORM queries and automatically invalidates them.
        
        .. image:: https://raw.github.com/BertrandBordage/django-cachalot/master/django-cachalot.jpg
        
        ----
        
        .. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=3600
           :target: https://pypi.python.org/pypi/django-cachalot
        
        .. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=3600
           :target: https://travis-ci.org/BertrandBordage/django-cachalot
        
        .. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=3600
           :target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master
        
        .. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=3600
           :target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/
        
        .. image:: https://img.shields.io/gitter/room/django-cachalot/Lobby.svg?style=flat-square&maxAge=3600
           :target: https://gitter.im/django-cachalot/Lobby
        
        
        Documentation
        -------------
        
        Available `on Read The Docs <http://django-cachalot.readthedocs.io>`_.
        
        
        Discussion
        ----------
        
        On `our public gitter chat room <https://gitter.im/django-cachalot/Lobby>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
