From acefd7d938cb8d66895bb6f63878f1ae61e6fdcd Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 9 Jun 2023 03:46:42 +0100 Subject: python/python3-lazy_loader: Added (Load subpackages and functions) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-lazy_loader/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-lazy_loader/README (limited to 'python/python3-lazy_loader/README') diff --git a/python/python3-lazy_loader/README b/python/python3-lazy_loader/README new file mode 100644 index 0000000000..47ed1844fc --- /dev/null +++ b/python/python3-lazy_loader/README @@ -0,0 +1,9 @@ +python3-lazy_loader (Load subpackages and functions on demand) + +lazy_loader makes it easy to load subpackages and functions on demand. + +Motivation: +1. Allow subpackages to be made visible to users without incurring +import costs. +2. Allow external libraries to be imported only when used, improving +import times. -- cgit v1.2.3