From 2139105d3bcfeb43d7aa51d0a5c865e642da34e1 Mon Sep 17 00:00:00 2001 From: Jay Lanagan Date: Wed, 9 Oct 2024 08:31:08 +0700 Subject: python/python3-propcache: Added (accelerated versions of cached_property). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-propcache/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python3-propcache/slack-desc (limited to 'python/python3-propcache/slack-desc') diff --git a/python/python3-propcache/slack-desc b/python/python3-propcache/slack-desc new file mode 100644 index 0000000000..526444eb56 --- /dev/null +++ b/python/python3-propcache/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-propcache: python3-propcache (fast property cache) +python3-propcache: +python3-propcache: The module provides a fast implementation of cached properties for +python3-propcache: Python 3.8+. +python3-propcache: +python3-propcache: Homepage: https://propcache.aio-libs.org/en/latest/ +python3-propcache: +python3-propcache: +python3-propcache: +python3-propcache: +python3-propcache: -- cgit v1.2.3