Skip to content

Commit 0a8f391

Browse files
committed
Update related projects section.
1 parent 3afef37 commit 0a8f391

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ Project Resources
9090
Related Projects
9191
------------------------------------------------------------------------
9292

93-
- asyncache_: Helpers to use cachetools with async functions
94-
- cacheing_: Pure Python Cacheing Library
95-
- CacheToolsUtils_: Cachetools Utilities
96-
- kids.cache_: Kids caching library
97-
- shelved-cache_: Persistent cache for Python cachetools
93+
- asyncache_: Helpers to use cachetools_ with asyncio.
94+
- cacheing_: Pure Python Cacheing Library.
95+
- CacheToolsUtils_: Stackable cache classes for sharing, encryption,
96+
statistics *and more* on top of cachetools_, redis_ and memcached_.
97+
- shelved-cache_: Persistent cache implementation for Python
98+
cachetools_.
9899

99100

100101
License
@@ -119,7 +120,9 @@ Licensed under the `MIT License`_.
119120
.. _MIT License: https://raw.github.com/tkem/cachetools/master/LICENSE
120121

121122
.. _asyncache: https://pypi.org/project/asyncache/
122-
.. _cacheing: https://github.com/breid48/cacheing
123+
.. _cacheing: https://pypi.org/project/cacheing/
123124
.. _CacheToolsUtils: https://pypi.org/project/CacheToolsUtils/
124-
.. _kids.cache: https://pypi.org/project/kids.cache/
125125
.. _shelved-cache: https://pypi.org/project/shelved-cache/
126+
.. _cachetools: https://pypi.org/project/cachetools/
127+
.. _redis: https://redis.io/
128+
.. _memcached: https://memcached.org/

0 commit comments

Comments
 (0)