How to Install and Uninstall python36-Parsley Package on openSuSE Tumbleweed
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-Parsley" package
This guide let you learn how to install python36-Parsley on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-Parsley
Copied
2. Uninstall "python36-Parsley" package
Please follow the steps below to uninstall python36-Parsley on openSuSE Tumbleweed:
$
sudo zypper remove
python36-Parsley
Copied
3. Information about the python36-Parsley package on openSuSE Tumbleweed
Information for package python36-Parsley:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Parsley
Version : 1.3-4.8
Arch : noarch
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-Parsley-1.3-4.8.src
Summary : PEG algorithm based parser generator
Description :
Parsley is a parsing library. Most parser generators like ANTLR and
Bison are based on LL or LR parsing algorithms that compile to big
state machine tables, whereas Parsley, like pyparsing and
ZestyParser, uses the PEG algorithm, so each expression in the
grammar rules works like a Python expression. In particular,
alternatives are evaluated in order, unlike table-driven parsers such
as yacc, bison or PLY.
The binaries are prefixed with parsley-.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Parsley
Version : 1.3-4.8
Arch : noarch
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-Parsley-1.3-4.8.src
Summary : PEG algorithm based parser generator
Description :
Parsley is a parsing library. Most parser generators like ANTLR and
Bison are based on LL or LR parsing algorithms that compile to big
state machine tables, whereas Parsley, like pyparsing and
ZestyParser, uses the PEG algorithm, so each expression in the
grammar rules works like a Python expression. In particular,
alternatives are evaluated in order, unlike table-driven parsers such
as yacc, bison or PLY.
The binaries are prefixed with parsley-.