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

Last updated: May 20,2024

1. Install "python39-pytools" package

Please follow the guidance below to install python39-pytools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pytools

2. Uninstall "python39-pytools" package

Learn how to uninstall python39-pytools on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytools

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

Information for package python39-pytools:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytools
Version : 2023.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 607.2 KiB
Installed : No
Status : not installed
Source package : python-pytools-2023.1.1-1.2.src
Upstream URL : https://pypi.python.org/pypi/pytools
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.