How to Install and Uninstall python312-async-lru Package on openSuSE Tumbleweed
Last updated: December 26,2024
1. Install "python312-async-lru" package
Here is a brief guide to show you how to install python312-async-lru on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-async-lru
Copied
2. Uninstall "python312-async-lru" package
This is a short guide on how to uninstall python312-async-lru on openSuSE Tumbleweed:
$
sudo zypper remove
python312-async-lru
Copied
3. Information about the python312-async-lru package on openSuSE Tumbleweed
Information for package python312-async-lru:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-async-lru
Version : 2.0.4-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 35.7 KiB
Installed : No
Status : not installed
Source package : python-async-lru-2.0.4-1.3.src
Upstream URL : https://github.com/aio-libs/async-lru
Summary : Simple LRU cache for asyncio
Description :
This package is a port of Python's built-in functools.lru_cache function for asyncio.
To better handle async behaviour, it also ensures multiple concurrent calls will only
result in 1 call to the wrapped function, with all awaits receiving the result of that
call when it completes.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-async-lru
Version : 2.0.4-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 35.7 KiB
Installed : No
Status : not installed
Source package : python-async-lru-2.0.4-1.3.src
Upstream URL : https://github.com/aio-libs/async-lru
Summary : Simple LRU cache for asyncio
Description :
This package is a port of Python's built-in functools.lru_cache function for asyncio.
To better handle async behaviour, it also ensures multiple concurrent calls will only
result in 1 call to the wrapped function, with all awaits receiving the result of that
call when it completes.