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

Last updated: June 29,2024

1. Install "python3-pampy" package

This guide let you learn how to install python3-pampy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pampy

2. Uninstall "python3-pampy" package

This is a short guide on how to uninstall python3-pampy on openSUSE Leap:

$ sudo zypper remove python3-pampy

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

Information for package python3-pampy:
--------------------------------------
Repository : Main Repository
Name : python3-pampy
Version : 0.3.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 65.4 KiB
Installed : No
Status : not installed
Source package : python-pampy-0.3.0-bp155.2.10.src
Upstream URL : https://github.com/santinic/pampy
Summary : An alternate pattern matching for Python
Description :
For patterns, a developer can use any Python type, any class, or any Python value.
The operator `_` and built-in types like `int` or `str`, extract
variables that are passed to functions.
Types and Classes are matched via `instanceof(value, pattern)`.
`Iterable` Patterns match recursively through all their elements. The
same goes for dictionaries.