summaryrefslogtreecommitdiffstats
path: root/python/python3-lazy_loader/README
diff options
context:
space:
mode:
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.