How To Install python3-parse_type on Fedora 36

In this tutorial we learn how to install python3-parse_type in Fedora 36. python3-parse_type is Simplifies to build parse types based on the parse module

Introduction

In this tutorial we learn how to install python3-parse_type on Fedora 36.

What is python3-parse_type

“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.

We can use yum or dnf to install python3-parse_type on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-parse_type.

Install python3-parse_type on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-parse_type using dnf by running the following command:

sudo dnf -y install python3-parse_type

Install python3-parse_type on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-parse_type using yum by running the following command:

sudo yum -y install python3-parse_type

How To Uninstall python3-parse_type on Fedora 36

To uninstall only the python3-parse_type package we can use the following command:

sudo dnf remove python3-parse_type

python3-parse_type Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/parse_type
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/parse_type-0.5.2.dist-info/zip-safe
/usr/lib/python3.10/site-packages/parse_type/__init__.py
/usr/lib/python3.10/site-packages/parse_type/__pycache__
/usr/lib/python3.10/site-packages/parse_type/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/builder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/builder.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/cardinality.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/cardinality.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/cardinality_field.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/cardinality_field.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/cfparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/cfparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/parse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/parse.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/parse_util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/parse_type/__pycache__/parse_util.cpython-310.pyc
/usr/lib/python3.10/site-packages/parse_type/builder.py
/usr/lib/python3.10/site-packages/parse_type/cardinality.py
/usr/lib/python3.10/site-packages/parse_type/cardinality_field.py
/usr/lib/python3.10/site-packages/parse_type/cfparse.py
/usr/lib/python3.10/site-packages/parse_type/parse.py
/usr/lib/python3.10/site-packages/parse_type/parse_util.py
/usr/share/doc/python3-parse_type
/usr/share/doc/python3-parse_type/README.rst
/usr/share/licenses/python3-parse_type
/usr/share/licenses/python3-parse_type/LICENSE

References

Summary

In this tutorial we learn how to install python3-parse_type on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).