How to Install and Uninstall python3-parse_type.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "python3-parse_type.noarch" package

Here is a brief guide to show you how to install python3-parse_type.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-parse_type.noarch

2. Uninstall "python3-parse_type.noarch" package

Please follow the steps below to uninstall python3-parse_type.noarch on Fedora 39:

$ sudo dnf remove python3-parse_type.noarch $ sudo dnf autoremove

3. Information about the python3-parse_type.noarch package on Fedora 39

Last metadata expiration check: 1:16:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-parse_type
Version : 0.6.2
Release : 3.fc39
Architecture : noarch
Size : 61 k
Source : python-parse_type-0.6.2-3.fc39.src.rpm
Repository : fedora
Summary : Simplifies to build parse types based on the parse module
URL : http://github.com/jenisys/parse_type
License : MIT
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
:
: Python 3 version.