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

Last updated: May 19,2024

1. Install "python2-pytools" package

Please follow the instructions below to install python2-pytools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pytools

2. Uninstall "python2-pytools" package

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

$ sudo zypper remove python2-pytools

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

Information for package python2-pytools:
----------------------------------------
Repository : Main Repository
Name : python2-pytools
Version : 2020.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 620,0 KiB
Installed : No
Status : not installed
Source package : python-pytools-2020.1-bp153.1.15.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.