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

Last updated: May 23,2024

1. Install "python310-pytools" package

Please follow the step by step instructions below to install python310-pytools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pytools

2. Uninstall "python310-pytools" package

This guide covers the steps necessary to uninstall python310-pytools on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytools

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

Information for package python310-pytools:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytools
Version : 2023.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 606.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.