python3-lazy-loader

Python module to easily load subpackages and functions on demand
  https://github.com/scientific-python/lazy_loader
  0
  no reviews



Lazy-loader is targeted at libraries that avoids import slowdowns and provides explicit submodule exports. It allows subpackages to be made visible to users without incurring import costs.