Metadata-Version: 2.4
Name: dataflake.cache
Version: 3.3
Summary: Simple caching library
Author-email: Jens Vagelpohl and contributors <jens@dataflake.org>
License-Expression: ZPL-2.1
Project-URL: Documentation, https://dataflakecache.readthedocs.io
Project-URL: Issues, https://github.com/dataflake/dataflake.cache/issues
Project-URL: Source, https://github.com/dataflake/dataflake.cache
Project-URL: Changelog, https://dataflakecache.readthedocs.io/en/latest/changes.html
Keywords: cache
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: zope.interface
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Requires-Dist: furo; extra == "docs"
Dynamic: license-file

.. image:: https://github.com/dataflake/dataflake.cache/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/dataflake.cache/actions/workflows/tests.yml
   :alt: Unit test status

.. image:: https://coveralls.io/repos/github/dataflake/dataflake.cache/badge.svg?branch=master
   :target: https://coveralls.io/github/dataflake/dataflake.cache?branch=master
   :alt: Coverage Status

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