| Name: | python3-lazy-loader |
|---|---|
| Version: | 0.4 |
| Release: | 3.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 75601 |
| License: | BSD-3-Clause |
| RPM: | python3-lazy-loader-0.4-3.el10_0.noarch.rpm |
| Source RPM: | python-lazy-loader-0.4-3.el10_0.src.rpm |
| Build Date: | Fri Dec 20 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/scientific-python/lazy_loader |
| Summary: | Populate library namespace without incurring immediate import costs |
| 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. |