How to Install and Uninstall python39-lazy-loader Package on openSuSE Tumbleweed

Last updated: November 08,2024

1. Install "python39-lazy-loader" package

Please follow the guidelines below to install python39-lazy-loader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-lazy-loader

2. Uninstall "python39-lazy-loader" package

This is a short guide on how to uninstall python39-lazy-loader on openSuSE Tumbleweed:

$ sudo zypper remove python39-lazy-loader

3. Information about the python39-lazy-loader package on openSuSE Tumbleweed

Information for package python39-lazy-loader:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-lazy-loader
Version : 0.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 40.8 KiB
Installed : No
Status : not installed
Source package : python-lazy-loader-0.3-1.4.src
Upstream 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.
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.