Metadata-Version: 2.0
Name: ambition-django-cachalot
Version: 1.4.2
Summary: Caches your Django ORM queries and automatically invalidates them.
Home-page: https://github.com/ambitioninc/django-cachalot
Author: Bertrand Bordage
Author-email: bordage.bertrand@gmail.com
License: BSD
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.9
Classifier: Framework :: Django :: 1.10
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: Django (>=1.8)

Django-cachalot
===============

Caches your Django ORM queries and automatically invalidates them.

.. image:: https://raw.github.com/ambitioninc/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/ambitioninc/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :target: https://travis-ci.org/ambitioninc/django-cachalot

.. image:: http://img.shields.io/coveralls/ambitioninc/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :target: https://coveralls.io/r/ambitioninc/django-cachalot?branch=master

.. image:: http://img.shields.io/scrutinizer/g/ambitioninc/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :target: https://scrutinizer-ci.com/g/ambitioninc/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>`_.


