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

Last updated: October 05,2024

1. Install "python3-parso" package

Here is a brief guide to show you how to install python3-parso on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-parso

2. Uninstall "python3-parso" package

Please follow the instructions below to uninstall python3-parso on openSUSE Leap:

$ sudo zypper remove python3-parso

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

Information for package python3-parso:
--------------------------------------
Repository : Main Repository
Name : python3-parso
Version : 0.8.2-bp155.2.16
Arch : noarch
Vendor : openSUSE
Installed Size : 720.7 KiB
Installed : No
Status : not installed
Source package : python-parso-0.8.2-bp155.2.16.src
Upstream URL : https://github.com/davidhalter/parso
Summary : An autocompletion tool for Python
Description :
Parso is a Python parser that supports error recovery and round-trip
parsing for different Python versions (in multiple Python
versions). Parso is also able to list multiple syntax errors in your
python file.
Parso has been battle-tested by jedi. It was pulled out of jedi to be
useful for other projects as well.
Parso consists of a small API to parse Python and analyse the syntax
tree.