slackbuilds/python/python3-lazy_loader
Willy Sudiarto Raharjo 5ada4ce459
python/python3-lazy_loader: Fix github URL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-03-30 19:16:14 +07:00
..
README
python3-lazy_loader.SlackBuild python/python3-lazy_loader: Fix github URL. 2025-03-30 19:16:14 +07:00
python3-lazy_loader.info python/python3-lazy_loader: Fix github URL. 2025-03-30 19:16:14 +07:00
slack-desc

README

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.