slackbuilds/python/python3-cachetools
Jeremy Hansen d5a3645cb9
python/python3-cachetools: Updated for version 5.5.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-24 11:55:20 +07:00
..
README
python3-cachetools.SlackBuild python/python3-cachetools: Updated for version 5.5.0. 2024-08-24 11:55:20 +07:00
python3-cachetools.info python/python3-cachetools: Updated for version 5.5.0. 2024-08-24 11:55:20 +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.