How to Install and Uninstall python38-pytools Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "python38-pytools" package

Here is a brief guide to show you how to install python38-pytools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pytools

2. Uninstall "python38-pytools" package

Learn how to uninstall python38-pytools on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytools

3. Information about the python38-pytools package on openSuSE Tumbleweed

Information for package python38-pytools:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytools
Version : 2021.2.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 563,9 KiB
Installed : No
Status : not installed
Source package : python-pytools-2021.2.3-1.2.src
Summary : A collection of tools for Python
Description :
Pytools is a big bag of things that are "missing" from the Python standard library.
This is mainly a dependency of other software packages (pycuda, pyopencl, etc ),
and is probably of little interest to you unless you use those. If you're curious
nonetheless, here's what's on offer:
* A ton of small tool functions such as len_iterable, argmin, tuple generation,
permutation generation, ASCII table pretty printing, GvR's mokeypatch_xxx() hack,
the elusive flatten, and much more.
* Michele Simionato's decorator module
* A time-series logging module, pytools.log.
* Batch job submission, pytools.batchjob.
* A lexer, pytools.lex.