How to Install and Uninstall python310-tpfd Package on openSuSE Tumbleweed
Last updated: November 14,2024
1. Install "python310-tpfd" package
Please follow the instructions below to install python310-tpfd on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-tpfd
Copied
2. Uninstall "python310-tpfd" package
Please follow the steps below to uninstall python310-tpfd on openSuSE Tumbleweed:
$
sudo zypper remove
python310-tpfd
Copied
3. Information about the python310-tpfd package on openSuSE Tumbleweed
Information for package python310-tpfd:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tpfd
Version : 0.2.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 16.2 KiB
Installed : No
Status : not installed
Source package : python-tpfd-0.2.4-2.1.src
Upstream URL : https://github.com/erinxocon/tpfd
Summary : Text Parsing Function Dispatcher
Description :
TPFD (Text Parsing Function Dispatcher) is an easy way to parse strings and execute
functions depending on their contents.
Inspired by Flask and using Parse under the hood, TPFD allows you to decorate functions
with grammar rules and if a pattern that matches one of your grammar rules is found,
the function will be run with a set of keyword arguments you've specified passed to it!
Great for parsing logs and executing macros on what it finds!
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tpfd
Version : 0.2.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 16.2 KiB
Installed : No
Status : not installed
Source package : python-tpfd-0.2.4-2.1.src
Upstream URL : https://github.com/erinxocon/tpfd
Summary : Text Parsing Function Dispatcher
Description :
TPFD (Text Parsing Function Dispatcher) is an easy way to parse strings and execute
functions depending on their contents.
Inspired by Flask and using Parse under the hood, TPFD allows you to decorate functions
with grammar rules and if a pattern that matches one of your grammar rules is found,
the function will be run with a set of keyword arguments you've specified passed to it!
Great for parsing logs and executing macros on what it finds!