Metadata-Version: 1.1
Name: cachelib
Version: 0.1
Summary: A collection of cache libraries in the same API interface.
Home-page: https://github.com/pallets/cachelib
Author: Pallets team
Author-email: contact@palletsprojects.com
License: BSD
Description: cachelib
        ========
        
        A collection of cache libraries in the same API interface. Extracted from
        werkzeug.
        
        
        Installing
        ----------
        
        Install and update using pip::
        
            pip install -U cachelib
        
        
        Authors & License
        -----------------
        
        Maintained by Pallets Team, licensed under BSD.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
