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

Last updated: May 18,2024

1. Install "python3-tenacity" package

Please follow the steps below to install python3-tenacity on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tenacity

2. Uninstall "python3-tenacity" package

Please follow the instructions below to uninstall python3-tenacity on openSUSE Leap:

$ sudo zypper remove python3-tenacity

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

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