Metadata-Version: 1.1
Name: orator-cache
Version: 0.1
Summary: Orator ORM official extension providing cache functionality.
Home-page: https://github.com/sdispater/orator-cache
Author: Sébastien Eustace
Author-email: sebastien.eustace@gmail.com
License: MIT
Download-URL: https://github.com/sdispater/orator-cache/archive/0.1.tar.gz
Description: Orator Cache
        ============
        
        The `orator-cache` package provides query results caching to Orator.
        
        It uses the `Cachy <http://cachy.readthedocs.org>`_ library to ease cache manipulation.
        
        The official documentation is available here: http://orator-orm/docs/extensions.html#cache
        
        
        Resources
        =========
        
        * `Documentation <http://orator-orm/docs/extensions.html#cache>`_
        * `Issue Tracker <https://github.com/sdispater/orator-cache/issues>`_
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
