Metadata-Version: 1.1
Name: dache
Version: 0.0.3
Summary: Unify API across various cache backends
Home-page: https://github.com/eliangcs/dache
Author: Chang-Hung Liang
Author-email: eliang.cs@gmail.com
License: BSD
Description: Dache
        =====
        
        .. image:: https://badge.fury.io/py/dache.svg
            :target: http://badge.fury.io/py/dache
        
        .. image:: https://travis-ci.org/eliangcs/dache.svg?branch=master
            :target: https://travis-ci.org/eliangcs/dache
        
        .. image:: https://coveralls.io/repos/eliangcs/dache/badge.png?branch=master
            :target: https://coveralls.io/r/eliangcs/dache
        
        Forked from Django's cache framework, Dache is a Python library that provides
        a unified API across various cache backends.
        
        
        Warning
        -------
        
        This package is still in development. **Do NOT use it in production!**
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
