summaryrefslogtreecommitdiffstats
path: root/python/python3-cachetools/README
diff options
context:
space:
mode:
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.