Metadata-Version: 1.1
Name: django-cache-machine
Version: 1.1.0
Summary: Automatic caching and invalidation for Django models through the ORM.
Home-page: http://github.com/django-cache-machine/django-cache-machine
Author: Jeff Balogh
Author-email: jbalogh@mozilla.com
License: BSD
Description: =============
        Cache Machine
        =============
        
        Cache Machine provides automatic caching and invalidation for Django models
        through the ORM.
        
        For full docs, see https://cache-machine.readthedocs.org/en/latest/.
        
        .. image:: https://travis-ci.org/django-cache-machine/django-cache-machine.svg?branch=master
          :target: https://travis-ci.org/django-cache-machine/django-cache-machine
        
        .. image:: https://coveralls.io/repos/django-cache-machine/django-cache-machine/badge.svg?branch=master
          :target: https://coveralls.io/r/django-cache-machine/django-cache-machine?branch=master
        
        
        Requirements
        ------------
        
        Cache Machine works with Django 1.11-2.2 and Python 2.7, 3.4, 3.5, 3.6, and 3.7.
        
        
        Installation
        ------------
        
        Get it from `pypi <http://pypi.python.org/pypi/django-cache-machine>`_::
        
            pip install django-cache-machine
        
        
        Running Tests
        -------------
        
        Get it from `github <http://github.com/django-cache-machine/django-cache-machine>`_::
        
            git clone git://github.com/django-cache-machine/django-cache-machine.git
            cd django-cache-machine
            pip install -r requirements/py3.txt  # or py2.txt for Python 2
            python run_tests.py
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
