From f2b183615e9a7686bb000f4fd727d8f49006e993 Mon Sep 17 00:00:00 2001 From: madsmpedersen <m@madsp.dk> Date: Fri, 6 Nov 2015 10:31:42 +0100 Subject: [PATCH] README.md update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47f0a845..edbbaf5c 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,4 @@ Other functions - [geometry](wetb/functions/geometry.py): Different kind of geometry conversion functions - [process_exec](wetb/functions/process_exec.py): Run system command in subprocess - [timing](wetb/functions/timing.py): Decorators for evaluating execution time of functions +- [caching](wetb/functions/caching.py): Decorators to create cached (calculate once) functions and properties -- GitLab