How to Install and Uninstall python36-requests-cache Package on openSuSE Tumbleweed
Last updated: February 01,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-requests-cache" package
This is a short guide on how to install python36-requests-cache on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-requests-cache
Copied
2. Uninstall "python36-requests-cache" package
This tutorial shows how to uninstall python36-requests-cache on openSuSE Tumbleweed:
$
sudo zypper remove
python36-requests-cache
Copied
3. Information about the python36-requests-cache package on openSuSE Tumbleweed
Information for package python36-requests-cache:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-requests-cache
Version : 0.6.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 228,2 KiB
Installed : No
Status : not installed
Source package : python-requests-cache-0.6.3-1.4.src
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`_.
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-requests-cache
Version : 0.6.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 228,2 KiB
Installed : No
Status : not installed
Source package : python-requests-cache-0.6.3-1.4.src
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