python39-lazy-loader - Populate library namespace without incurring immediate import costs
Website: | https://github.com/scientific-python/lazy_loader |
---|---|
License: | BSD-3-Clause |
Vendor: | Alcance Libre, Inc. |
- Description:
lazy_loader makes it easy to load subpackages and functions on demand. Motivation: * Allow subpackages to be made visible to users without incurring import costs. * Allow external libraries to be imported only when used, improving import times.
Packages
python39-lazy-loader-0.4-1.aldos.src [18 KiB] |
Changelog
by Joel Barrios (2024-04-05):
- Update to 0.4. |