aboutsummaryrefslogtreecommitdiff
path: root/python/python3-lazy_loader/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-09 03:46:42 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 14:01:20 +0700
commitacefd7d938cb8d66895bb6f63878f1ae61e6fdcd (patch)
tree29caba71225a16e1a5573ba32dc0c90178b5f1c1 /python/python3-lazy_loader/README
parentb5f231fcf3b7e1cb83ae4ce6c9c7e21c836ddb97 (diff)
python/python3-lazy_loader: Added (Load subpackages and functions)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lazy_loader/README')
-rw-r--r--python/python3-lazy_loader/README9
1 files changed, 9 insertions, 0 deletions
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.