How to Install and Uninstall python310-funcparserlib Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-funcparserlib" package
In this section, we are going to explain the necessary steps to install python310-funcparserlib on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-funcparserlib
Copied
2. Uninstall "python310-funcparserlib" package
Here is a brief guide to show you how to uninstall python310-funcparserlib on openSuSE Tumbleweed:
$
sudo zypper remove
python310-funcparserlib
Copied
3. Information about the python310-funcparserlib package on openSuSE Tumbleweed
Information for package python310-funcparserlib:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-funcparserlib
Version : 1.0.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 87.7 KiB
Installed : No
Status : not installed
Source package : python-funcparserlib-1.0.1-1.7.src
Upstream URL : https://github.com/vlasovskikh/funcparserlib
Summary : Recursive descent parsing library based on functional combinators
Description :
The primary focus of funcparserlib is parsing little languages or external
DSLs (domain specific languages).
Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that
it's very easy to write parsers without thinking about lookaheads and other
hardcore parsing stuff. However, recursive descent parsing is a rather
low method compared to LL(k) or LR(k) algorithms. Still, parsing with
funcparserlib is at least twice faster than PyParsing, a very popular library
for Python.
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-funcparserlib
Version : 1.0.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 87.7 KiB
Installed : No
Status : not installed
Source package : python-funcparserlib-1.0.1-1.7.src
Upstream URL : https://github.com/vlasovskikh/funcparserlib
Summary : Recursive descent parsing library based on functional combinators
Description :
The primary focus of funcparserlib is parsing little languages or external
DSLs (domain specific languages).
Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that
it's very easy to write parsers without thinking about lookaheads and other
hardcore parsing stuff. However, recursive descent parsing is a rather
low method compared to LL(k) or LR(k) algorithms. Still, parsing with
funcparserlib is at least twice faster than PyParsing, a very popular library
for Python.