How to Install and Uninstall python312-requests-cache Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-requests-cache" package

Please follow the instructions below to install python312-requests-cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-requests-cache

2. Uninstall "python312-requests-cache" package

Please follow the step by step instructions below to uninstall python312-requests-cache on openSuSE Tumbleweed:

$ sudo zypper remove python312-requests-cache

3. Information about the python312-requests-cache package on openSuSE Tumbleweed

Information for package python312-requests-cache:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-requests-cache
Version : 1.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 450.5 KiB
Installed : No
Status : not installed
Source package : python-requests-cache-1.2.0-1.1.src
Upstream URL : https://github.com/requests-cache/requests-cache
Summary : Persistent cache for requests library
Description :
Requests-cache is a transparent persistent cache for requests_ library.
It can be useful when you are creating some simple data scraper with constantly
changing parsing logic or data format, and don't want to redownload pages or
write complex error handling and persistence.
Requests-cache ignores all cache headers, it just caches the data for the
time you specify.
If you need library which knows how to use HTTP headers and status codes,
take a look at `CacheControl `_.