slackbuilds/python/python3-cachetools
Jeremy Hansen 4e2ad2541b
python/python3-cachetools: Version bump to 6.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-05-31 15:27:21 +07:00
..
README
python3-cachetools.SlackBuild python/python3-cachetools: Version bump to 6.0.0 2025-05-31 15:27:21 +07:00
python3-cachetools.info python/python3-cachetools: Version bump to 6.0.0 2025-05-31 15:27:21 +07:00
slack-desc

README

python3-cachetools (Extensible memoizing collections and decorators)

This module provides various memoizing collections and decorators,
including variants of the Python Standard Library's @lru_cache
function decorator.