summaryrefslogtreecommitdiffstats
path: root/python/python3-cachetools/README
diff options
context:
space:
mode:
author Jeremy Hansen2023-06-17 03:44:49 +0200
committer Willy Sudiarto Raharjo2023-06-17 03:44:49 +0200
commite4998d1c66f8d3951240d4c5e9c629c0009ffca1 (patch)
treefd55cf140acb15d15e4ad95b8d2e3cbb87253fb1 /python/python3-cachetools/README
parent88982a7ee4560dea5afeb28ef3229e9edea5b1e9 (diff)
downloadslackbuilds-e4998d1c66f8d3951240d4c5e9c629c0009ffca1.tar.gz
python/python-cachetools: Added (Extensible memoizing collections)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cachetools/README')
-rw-r--r--python/python3-cachetools/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-cachetools/README b/python/python3-cachetools/README
new file mode 100644
index 0000000000..3847bbd0cd
--- /dev/null
+++ b/python/python3-cachetools/README
@@ -0,0 +1,5 @@
+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.