How to Install and Uninstall python36-tenacity Package on openSuSE Tumbleweed

Last updated: November 22,2024

1. Install "python36-tenacity" package

This is a short guide on how to install python36-tenacity on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-tenacity

2. Uninstall "python36-tenacity" package

Please follow the step by step instructions below to uninstall python36-tenacity on openSuSE Tumbleweed:

$ sudo zypper remove python36-tenacity

3. Information about the python36-tenacity package on openSuSE Tumbleweed

Information for package python36-tenacity:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-tenacity
Version : 6.3.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 180,9 KiB
Installed : No
Status : not installed
Source package : python-tenacity-6.3.1-1.2.src
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