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

Last updated: June 29,2024

1. Install "python36-parse_type" package

Please follow the guidelines below to install python36-parse_type on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-parse_type

2. Uninstall "python36-parse_type" package

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

$ sudo zypper remove python36-parse_type

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

Information for package python36-parse_type:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-parse_type
Version : 0.5.3-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 123,8 KiB
Installed : No
Status : not installed
Source package : python-parse_type-0.5.3-2.8.src
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