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
- Host: GitHub
- URL: https://github.com/dataflake/dataflake.cache
- Owner: dataflake
- License: other
- Created: 2017-05-21T09:51:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T08:01:30.000Z (about 1 year ago)
- Last Synced: 2024-03-15T08:06:30.877Z (about 1 year ago)
- Topics: caching, library, python
- Language: Python
- Homepage: https://dataflakecache.readthedocs.io/
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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.