summaryrefslogtreecommitdiffstats
path: root/python/python3-lazy_loader/README
blob: 47ed1844fcb2bdc9d4cafd22020aedec15d590e6 (plain)
1
2
3
4
5
6
7
8
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.