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

Last updated: July 02,2024

1. Install "python310-lazy-loader" package

Please follow the step by step instructions below to install python310-lazy-loader on openSuSE Tumbleweed

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

2. Uninstall "python310-lazy-loader" package

This guide let you learn how to uninstall python310-lazy-loader on openSuSE Tumbleweed:

$ sudo zypper remove python310-lazy-loader

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

Information for package python310-lazy-loader:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-lazy-loader
Version : 0.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 40.9 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.