slackbuilds/python/python3-cachetools
Jeremy Hansen 78c0167fbd
python/python3-cachetools: Version bump to 5.3.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-01 18:01:00 +07:00
..
README
python3-cachetools.SlackBuild python/python3-cachetools: Version bump to 5.3.3 2024-03-01 18:01:00 +07:00
python3-cachetools.info python/python3-cachetools: Version bump to 5.3.3 2024-03-01 18:01:00 +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.