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

Last updated: May 19,2024

1. Install "python3-pytools" package

This is a short guide on how to install python3-pytools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytools

2. Uninstall "python3-pytools" package

This guide let you learn how to uninstall python3-pytools on openSUSE Leap:

$ sudo zypper remove python3-pytools

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

Information for package python3-pytools:
----------------------------------------
Repository : Main Repository
Name : python3-pytools
Version : 2020.1-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 578.2 KiB
Installed : No
Status : not installed
Source package : python-pytools-2020.1-bp155.2.14.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.