python3-lazy_loader: python3-lazy_loader (Load subpackages and functions on demand) python3-lazy_loader: python3-lazy_loader: lazy_loader makes it easy to load subpackages and functions on demand. python3-lazy_loader: python3-lazy_loader: Motivation: python3-lazy_loader: 1. Allow subpackages to be made visible to users without incurring python3-lazy_loader: import costs. python3-lazy_loader: 2. Allow external libraries to be imported only when used, improving python3-lazy_loader: import times. python3-lazy_loader: python3-lazy_loader: HOMEPAGE: https://scientific-python.org/specs/spec-0001/