An open API service indexing awesome lists of open source software.

https://github.com/dataflake/dataflake.cache

Simple caching library
https://github.com/dataflake/dataflake.cache

caching library python

Last synced: 2 months ago
JSON representation

Simple caching library

Awesome Lists containing this project

README

        

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