aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2023-10-30 01:20:45 +0100
committerGitHub <noreply@github.com>2023-10-30 01:20:45 +0100
commitd991ac71b4eb6394be5ec572b835434081393215 (patch)
treec070126e6f659412f4f78262231ddc766199413b
parent3889195258e3d874e2b93497ae73261b8c6bb53d (diff)
downloadcachetools-d991ac71b4eb6394be5ec572b835434081393215.tar.gz
Add cacheing reference.
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 42662c5..fed2210 100644
--- a/README.rst
+++ b/README.rst
@@ -91,8 +91,9 @@ Related Projects
------------------------------------------------------------------------
- asyncache_: Helpers to use cachetools with async functions
+- cacheing_: Pure Python Cacheing Library
- CacheToolsUtils_: Cachetools Utilities
-- `kids.cache`_: Kids caching library
+- kids.cache_: Kids caching library
- shelved-cache_: Persistent cache for Python cachetools
@@ -118,6 +119,7 @@ Licensed under the `MIT License`_.
.. _MIT License: https://raw.github.com/tkem/cachetools/master/LICENSE
.. _asyncache: https://pypi.org/project/asyncache/
+.. _cacheing: https://github.com/breid48/cacheing
.. _CacheToolsUtils: https://pypi.org/project/CacheToolsUtils/
.. _kids.cache: https://pypi.org/project/kids.cache/
.. _shelved-cache: https://pypi.org/project/shelved-cache/