How to Install and Uninstall python39-stevedore Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python39-stevedore" package
This guide let you learn how to install python39-stevedore on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-stevedore
Copied
2. Uninstall "python39-stevedore" package
Please follow the steps below to uninstall python39-stevedore on openSuSE Tumbleweed:
$
sudo zypper remove
python39-stevedore
Copied
3. Information about the python39-stevedore package on openSuSE Tumbleweed
Information for package python39-stevedore:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-stevedore
Version : 5.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 282.7 KiB
Installed : No
Status : not installed
Source package : python-stevedore-5.1.0-2.2.src
Upstream URL : https://docs.openstack.org/stevedore/latest/
Summary : Manage dynamic plugins for Python applications
Description :
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
(plugins) at runtime. Many applications implement their own
library for doing this, using ``__import__`` or ``importlib``.
stevedore avoids creating yet another extension
mechanism by building on top of setuptools entry points. The code
for managing entry points tends to be repetitive, though, so stevedore
provides manager classes for implementing common patterns for using
dynamically loaded extensions.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-stevedore
Version : 5.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 282.7 KiB
Installed : No
Status : not installed
Source package : python-stevedore-5.1.0-2.2.src
Upstream URL : https://docs.openstack.org/stevedore/latest/
Summary : Manage dynamic plugins for Python applications
Description :
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
(plugins) at runtime. Many applications implement their own
library for doing this, using ``__import__`` or ``importlib``.
stevedore avoids creating yet another extension
mechanism by building on top of setuptools entry points. The code
for managing entry points tends to be repetitive, though, so stevedore
provides manager classes for implementing common patterns for using
dynamically loaded extensions.