Metadata-Version: 2.1
Name: dataflake.cache
Version: 1.12
Summary: Simple caching library
Home-page: https://github.com/dataflake/dataflake.cache
Author: Jens Vagelpohl and contributors
Author-email: jens@dataflake.org
License: ZPL 2.1
Project-URL: Documentation, https://dataflakecache.readthedocs.io
Project-URL: Source code, https://github.com/dataflake/dataflake.cache
Project-URL: Issue Tracker, https://github.com/dataflake/dataflake.cache/issues
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Requires-Dist: setuptools
Requires-Dist: zope.interface
Provides-Extra: docs
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'
Requires-Dist: Sphinx (<2) ; (python_version < "3") and extra == 'docs'
Requires-Dist: Sphinx ; (python_version >= "3") and extra == 'docs'

.. image:: https://api.travis-ci.org/dataflake/dataflake.cache.svg?branch=master
   :target: https://travis-ci.org/dataflake/dataflake.cache

.. image:: https://readthedocs.org/projects/dataflakecache/badge/?version=latest
   :target: https://dataflakecache.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/dataflake.cache.svg
   :target: https://pypi.python.org/pypi/dataflake.cache
   :alt: PyPI

.. image:: https://img.shields.io/pypi/pyversions/dataflake.cache.svg
   :target: https://pypi.python.org/pypi/dataflake.cache
   :alt: Python versions

=================
 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.

The code as well as an issue tracker is maintained on GitHub at 
https://github.com/dataflake/dataflake.cache.git


Documentation
=============
Full documentation is available at
http://dataflakecache.readthedocs.io/


Bug tracker
===========
A bug tracker is available at
https://github.com/dataflake/dataflake.cache/issues


