How to Install and Uninstall python310-tenacity Package on openSuSE Tumbleweed
Last updated: February 01,2025
1. Install "python310-tenacity" package
Here is a brief guide to show you how to install python310-tenacity on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-tenacity
Copied
2. Uninstall "python310-tenacity" package
Please follow the instructions below to uninstall python310-tenacity on openSuSE Tumbleweed:
$
sudo zypper remove
python310-tenacity
Copied
3. Information about the python310-tenacity package on openSuSE Tumbleweed
Information for package python310-tenacity:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tenacity
Version : 8.2.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 135.3 KiB
Installed : No
Status : not installed
Source package : python-tenacity-8.2.3-1.4.src
Upstream URL : https://github.com/jd/tenacity
Summary : Python module for retrying code until it succeeeds
Description :
Tenacity is a general-purpose retrying library, written in Python, to simplify
the task of adding retry behavior to just about anything.
It originates from a fork of `Retrying`_
Features
--------
- Generic Decorator API
- Specify stop condition (i.e. limit by number of attempts)
- Specify wait condition (i.e. exponential backoff sleeping between attempts)
- Customize retrying on Exceptions
- Customize retrying on expected returned result
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tenacity
Version : 8.2.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 135.3 KiB
Installed : No
Status : not installed
Source package : python-tenacity-8.2.3-1.4.src
Upstream URL : https://github.com/jd/tenacity
Summary : Python module for retrying code until it succeeeds
Description :
Tenacity is a general-purpose retrying library, written in Python, to simplify
the task of adding retry behavior to just about anything.
It originates from a fork of `Retrying`_
Features
--------
- Generic Decorator API
- Specify stop condition (i.e. limit by number of attempts)
- Specify wait condition (i.e. exponential backoff sleeping between attempts)
- Customize retrying on Exceptions
- Customize retrying on expected returned result