How to Install and Uninstall python3-parse_type Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-parse_type" package

Please follow the step by step instructions below to install python3-parse_type on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-parse_type

2. Uninstall "python3-parse_type" package

This guide let you learn how to uninstall python3-parse_type on openSUSE Leap:

$ sudo zypper remove python3-parse_type

3. Information about the python3-parse_type package on openSUSE Leap

Information for package python3-parse_type:
-------------------------------------------
Repository : Main Repository
Name : python3-parse_type
Version : 0.5.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 122.4 KiB
Installed : No
Status : not installed
Source package : python-parse_type-0.5.3-bp155.2.11.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