Metadata-Version: 1.0
Name: dataflake.cache
Version: 1.0
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 (http://www.zope.org/Resources/License/ZPL-2.1)
Description: =================
        dataflake.cache
        =================
        
        This package provides a set of simple cache implementations for use in
        Python code. Its root are in the internally-used SimpleCache module
        from Products.LDAPUserFolder.
        
        Bug tracker
        ===========
        A bug tracker is available at http://www.dataflake.org/tracker/
        
        SVN version
        ===========
        You can retrieve the latest code from Subversion using setuptools or
        zc.buildout via this URL:
        
        http://svn.dataflake.org/svn/dataflake.cache/trunk#egg=dataflake.cache
        
        
        ------------------------------------------------------------
        
        Download
        ========
Keywords: cache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
