python3-requests-cache
Persistent cache for requests library


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<https://github.com/Lukasa/httpcache>`_ and `CacheControl<https://github.com/ionrock/cachecontrol>`_.

BSD-2-Clause

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...