How to Install and Uninstall python38-ZConfig Package on openSuSE Tumbleweed
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-ZConfig" package
In this section, we are going to explain the necessary steps to install python38-ZConfig on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-ZConfig
Copied
2. Uninstall "python38-ZConfig" package
This guide covers the steps necessary to uninstall python38-ZConfig on openSuSE Tumbleweed:
$
sudo zypper remove
python38-ZConfig
Copied
3. Information about the python38-ZConfig package on openSuSE Tumbleweed
Information for package python38-ZConfig:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ZConfig
Version : 3.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-ZConfig-3.6.0-1.2.src
Summary : Structured Configuration Library
Description :
ZConfig is a configuration library intended for general use. It supports a
hierarchical schema-driven configuration model that allows a schema to specify
data conversion routines written in Python. ZConfig's model is very different
from the model supported by the ConfigParser module found in Python's standard
library, and is more suitable to configuration-intensive applications.
ZConfig schema are written in an XML-based language and are able to "import"
schema components provided by Python packages. Since components are able to
bind to conversion functions provided by Python code in the package (or
elsewhere), configuration objects can be arbitrarily complex, with values that
have been verified against arbitrary constraints. This makes it easy for
applications to separate configuration support from configuration loading even
with configuration data being defined and consumed by a wide range of separate
packages.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ZConfig
Version : 3.6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-ZConfig-3.6.0-1.2.src
Summary : Structured Configuration Library
Description :
ZConfig is a configuration library intended for general use. It supports a
hierarchical schema-driven configuration model that allows a schema to specify
data conversion routines written in Python. ZConfig's model is very different
from the model supported by the ConfigParser module found in Python's standard
library, and is more suitable to configuration-intensive applications.
ZConfig schema are written in an XML-based language and are able to "import"
schema components provided by Python packages. Since components are able to
bind to conversion functions provided by Python code in the package (or
elsewhere), configuration objects can be arbitrarily complex, with values that
have been verified against arbitrary constraints. This makes it easy for
applications to separate configuration support from configuration loading even
with configuration data being defined and consumed by a wide range of separate
packages.