How to Install and Uninstall python2-requests-cache Package on openSUSE Leap
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-requests-cache" package
Please follow the guidelines below to install python2-requests-cache on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-requests-cache
Copied
2. Uninstall "python2-requests-cache" package
Please follow the step by step instructions below to uninstall python2-requests-cache on openSUSE Leap:
$
sudo zypper remove
python2-requests-cache
Copied
3. Information about the python2-requests-cache package on openSUSE Leap
Information for package python2-requests-cache:
-----------------------------------------------
Repository : Main Repository
Name : python2-requests-cache
Version : 0.5.2-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 116,4 KiB
Installed : No
Status : not installed
Source package : python-requests-cache-0.5.2-bp153.1.15.src
Summary : Persistent cache for requests library
Description :
Requests-cache is a transparent persistent cache for requests_ (version >= 1.1.0) 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 `httpcache`_ and
`CacheControl`_.
-----------------------------------------------
Repository : Main Repository
Name : python2-requests-cache
Version : 0.5.2-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 116,4 KiB
Installed : No
Status : not installed
Source package : python-requests-cache-0.5.2-bp153.1.15.src
Summary : Persistent cache for requests library
Description :
Requests-cache is a transparent persistent cache for requests_ (version >= 1.1.0) 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 `httpcache
`CacheControl