How to Install and Uninstall python312-tpfd Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python312-tpfd" package

Here is a brief guide to show you how to install python312-tpfd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tpfd

2. Uninstall "python312-tpfd" package

In this section, we are going to explain the necessary steps to uninstall python312-tpfd on openSuSE Tumbleweed:

$ sudo zypper remove python312-tpfd

3. Information about the python312-tpfd package on openSuSE Tumbleweed

Information for package python312-tpfd:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tpfd
Version : 0.2.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 18.4 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!