slackbuilds_ponce/python/python3-lazy_loader
Jeremy Hansen 2a80207731
python/python3-lazy_loader: Updated for version 0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 16:41:54 +07:00
..
python3-lazy_loader.info
python3-lazy_loader.SlackBuild
README
slack-desc

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.