slackbuilds_ponce/python/python3-cachetools/README
Jeremy Hansen e4998d1c66
python/python-cachetools: Added (Extensible memoizing collections)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-17 08:44:49 +07:00

5 lines
220 B
Text

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.