How to Install and Uninstall python2-parse_type Package on openSUSE Leap
Last updated: February 01,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-parse_type" package
This is a short guide on how to install python2-parse_type on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-parse_type
Copied
2. Uninstall "python2-parse_type" package
Please follow the guidelines below to uninstall python2-parse_type on openSUSE Leap:
$
sudo zypper remove
python2-parse_type
Copied
3. Information about the python2-parse_type package on openSUSE Leap
Information for package python2-parse_type:
-------------------------------------------
Repository : Main Repository
Name : python2-parse_type
Version : 0.5.3-bp153.2.24
Arch : noarch
Vendor : openSUSE
Installed Size : 115,7 KiB
Installed : No
Status : not installed
Source package : python-parse_type-0.5.3-bp153.2.24.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
-------------------------------------------
Repository : Main Repository
Name : python2-parse_type
Version : 0.5.3-bp153.2.24
Arch : noarch
Vendor : openSUSE
Installed Size : 115,7 KiB
Installed : No
Status : not installed
Source package : python-parse_type-0.5.3-bp153.2.24.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