Metadata-Version: 1.1
Name: recipe-caching
Version: 0.4.0
Summary: caching for recipes
Home-page: https://github.com/juiceinc/recipe_caching
Author: Chris Gemignani
Author-email: chris.gemignani@juiceanalytics.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Overview
        ========
        
        Recipe_Caching is an MIT licensed caching extension for the recipe querying
        library, written in Python. It caches SQL query results keyed by the SQL query.
        By providing a custom oven and a recipe extension. Using it requires defining
        a ``dogpile.cache`` cache region, using the caching oven, and telling the recipe
        to use the caching extension.
        
        Installation
        ============
        
        ``pip install recipe_caching``
        
        Documentation
        =============
        
        https://recipe_caching.readthedocs.io/
        
        Development
        ===========
        
        To run the tests run::
        
            py.test
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
