How to Install and Uninstall python39-parse_type Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-parse_type" package

Please follow the guidance below to install python39-parse_type on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-parse_type

2. Uninstall "python39-parse_type" package

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

$ sudo zypper remove python39-parse_type

3. Information about the python39-parse_type package on openSuSE Tumbleweed

Information for package python39-parse_type:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-parse_type
Version : 0.6.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 109.5 KiB
Installed : No
Status : not installed
Source package : python-parse_type-0.6.2-1.4.src
Upstream URL : https://github.com/jenisys/parse_type
Summary : Extension to the parse module
Description :
parse_type extends the parse module (opposite of string.format()) with
the following features:
* build type converters for common use cases (enum/mapping, choice)
* build a type converter with a cardinality constraint (0..1, 0..*, 1..*)
from the type converter with cardinality=1.
* compose a type converter from other type converters
* an extended parser that supports the CardinalityField naming schema
and creates missing type variants (0..1, 0..*, 1..*) from the
primary type converter