How to Install and Uninstall python312-backoff Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python312-backoff" package
This tutorial shows how to install python312-backoff on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-backoff
Copied
2. Uninstall "python312-backoff" package
Please follow the guidance below to uninstall python312-backoff on openSuSE Tumbleweed:
$
sudo zypper remove
python312-backoff
Copied
3. Information about the python312-backoff package on openSuSE Tumbleweed
Information for package python312-backoff:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-backoff
Version : 2.2.1-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 100.7 KiB
Installed : No
Status : not installed
Source package : python-backoff-2.2.1-2.5.src
Upstream URL : https://github.com/litl/backoff
Summary : Function decoration for backoff and retry
Description :
This module provides function decorators which can be used to wrap a
function such that it will be retried until some condition is met. It
is meant to be of use when accessing unreliable resources with the
potential for intermittent failures i.e. network resources and external
APIs. Somewhat more generally, it may also be of use for dynamically
polling resources for externally generated content.
Decorators support both regular functions for synchronous code and
`asyncio`_'s coroutines
for asynchronous code.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-backoff
Version : 2.2.1-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 100.7 KiB
Installed : No
Status : not installed
Source package : python-backoff-2.2.1-2.5.src
Upstream URL : https://github.com/litl/backoff
Summary : Function decoration for backoff and retry
Description :
This module provides function decorators which can be used to wrap a
function such that it will be retried until some condition is met. It
is meant to be of use when accessing unreliable resources with the
potential for intermittent failures i.e. network resources and external
APIs. Somewhat more generally, it may also be of use for dynamically
polling resources for externally generated content.
Decorators support both regular functions for synchronous code and
`asyncio
for asynchronous code.