aboutsummaryrefslogtreecommitdiff
path: root/python/python3-propcache/README
diff options
context:
space:
mode:
authorJay Lanagan <j@lngn.net>2024-10-09 08:31:08 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-11 11:48:44 +0700
commit2139105d3bcfeb43d7aa51d0a5c865e642da34e1 (patch)
tree2e48b42633bb8d6d1f89788f55166fec6d030ccf /python/python3-propcache/README
parent22dfd46316361aa1b0c74d0a5b72cc78f0d9a887 (diff)
python/python3-propcache: Added (accelerated versions of cached_property).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-propcache/README')
-rw-r--r--python/python3-propcache/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-propcache/README b/python/python3-propcache/README
new file mode 100644
index 0000000000..84625fa56b
--- /dev/null
+++ b/python/python3-propcache/README
@@ -0,0 +1,4 @@
+python3-propcache (fast property cache)
+
+The module provides a fast implementation of cached properties for
+Python 3.8+.