Metadata-Version: 1.1
Name: dataflake.cache
Version: 1.5
Summary: Simple caching library
Home-page: http://pypi.python.org/pypi/dataflake.cache
Author: Jens Vagelpohl and contributors
Author-email: jens@dataflake.org
License: ZPL 2.1
Description: =================
         dataflake.cache
        =================
        
        This package provides a set of simple cache implementations for use in
        Python code. Its roots are in the internally-used SimpleCache module 
        from Products.LDAPUserFolder.
        
        Documentation
        =============
        Full documentation for the last released version is at
        http://packages.python.org/dataflake.cache. For  documentation matching the
        current development version please visit 
        http://docs.dataflake.org/dataflake.cache.
        
        Bug tracker
        ===========
        A bug tracker is available at https://bugs.launchpad.net/dataflake.cache
        
        
        
        ------------------------------------------------------------
        
        Download
        ========
Keywords: cache
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
