Metadata-Version: 1.1
Name: django-cache-management
Version: 0.1.2
Summary: Cache management for Django.
Home-page: https://github.com/lddubeau/django-cache-management
Author: Louis-Dominique Dubeau
Author-email: ldd@lddubeau.com
License: MPL 2.0
Description: This is a Django application that adds management commands for
        managing your caches.
        
        It provides these commands:
        
        * ``listcaches``: lists the caches configured in your Django project.
        
        * ``pingcache``: verifies that one or more caches are accessible
          ("pings" them).
        
        * ``clearcache``: clears one or more caches.
        
Keywords: Django,caching
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX
Classifier: Framework :: Django
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
