How to Install and Uninstall python311-pytools Package on openSuSE Tumbleweed
Last updated: November 24,2024
1. Install "python311-pytools" package
Here is a brief guide to show you how to install python311-pytools on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pytools
Copied
2. Uninstall "python311-pytools" package
Please follow the guidelines below to uninstall python311-pytools on openSuSE Tumbleweed:
$
sudo zypper remove
python311-pytools
Copied
3. Information about the python311-pytools package on openSuSE Tumbleweed
Information for package python311-pytools:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytools
Version : 2023.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 837.3 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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytools
Version : 2023.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 837.3 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.