Metadata-Version: 1.1
Name: aiohttp-cache
Version: 1.0.3
Summary: A cache system for aiohttp server
Home-page: https://github.com/cr0hn/aiohttp-cache
Author: Daniel Garcia (cr0hn)
Author-email: cr0hn@cr0hn.com
License: BSD
Description: aiohttp-cache
        =============
        
        .. image::  https://raw.githubusercontent.com/cr0hn/aiohttp-cache/master/doc/source/_static/aiohttp-cache-128x128.png
            :height: 64px
            :width: 64px
            :alt: aiohttp-cache logo
        
        *aiohttp-cache: A cache system for aiohttp server*
        
        +----------------+------------------------------------------------+
        |Project site    | https://github.com/cr0hn/aiohttp-cache         |
        +----------------+------------------------------------------------+
        |Issues          | https://github.com/cr0hn/aiohttp-cache/issues/ |
        +----------------+------------------------------------------------+
        |Documentation   | https://aiohttp-cache.readthedocs.org/         |
        +----------------+------------------------------------------------+
        |Author          | Daniel Garcia (cr0hn) - @ggdaniel              |
        +----------------+------------------------------------------------+
        |Latest Version  | 1.0.0                                          |
        +----------------+------------------------------------------------+
        |Python versions | 3.5 or above                                   |
        +----------------+------------------------------------------------+
        
        
        What's aiohttp-cache
        --------------------
        
        ``aiohttp-cache`` is a plugin for aiohttp.web server that allow to use a cache system to improve the performance of your site.
        
        License
        -------
        
        This project is released under BSD license. Feel free
        
        Source Code
        -----------
        
        The latest developer version is available in a github repository: https://github.com/cr0hn/aiohttp-cache
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Security
