aiohttp-client-cache VS requests-cache

Compare aiohttp-client-cache vs requests-cache and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
aiohttp-client-cache requests-cache
1 7
108 1,243
4.6% 2.7%
8.9 8.7
about 1 month ago 9 days ago
Python Python
MIT BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aiohttp-client-cache

Posts with mentions or reviews of aiohttp-client-cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-29.
  • Requests-Cache – An easy way to get better performance with the python requests library
    5 projects | /r/Python | 29 Aug 2021
    It had been in need of a new maintainer for awhile, and I saw that it was a solid library with lots of potential to be even better. I eventually decided to take on maintenance myself and pick up where Roman left off, and it's been a really enjoyable project to work on. I've also been working on aiohttp-client-cache, an async library with similar features, but made specifically for aiohttp.

requests-cache

Posts with mentions or reviews of requests-cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • What does the process of web scraping actually look like?
    2 projects | /r/webscraping | 24 Apr 2022
    The hardest part is actually running a web scraper at scale and that's where many people fail. We have all of the working pieces - we can find the products and parse the raw data. Time to scale it up! Best tip here is to start off with caching. Using caching libraries like requests-cache or whatever library equivalent will speed up process significantly.
  • Requests-Cache – An easy way to get better performance with the python requests library
    5 projects | /r/Python | 29 Aug 2021
    And would you be willing to add some example Terraform config? If you wouldn't mind making a PR for that, it could go under the /examples folder.
    5 projects | /r/Python | 29 Aug 2021
    Are you configuring TTL on your tables, or using the requests-cache expiration settings (expire_after, etc.), or just caching everything indefinitely? See requests-cache/#363 for a related feature I was considering.
    5 projects | /r/Python | 29 Aug 2021
    Hi there, I'm the current maintainer of requests-cache, which is a handy companion for almost any python application that uses the requests library. This was already a well-established project before I came along; it's coming up on its 10-year cake day next April, and credit goes to Roman Haritonov for creating and maintaining it for most of that time.
    5 projects | /r/Python | 29 Aug 2021
    That's definitely a good use case for TTL, then. There's an issue for supporting that for Redis here: requests-cache/#361

What are some alternatives?

When comparing aiohttp-client-cache and requests-cache you can also consider the following projects:

OBRequests - Modern typed requests for Python 3 built on-top of HTTPX

requests - A simple, yet elegant, HTTP library.

Uplink - A Declarative HTTP Client for Python

imgbb - A simple tool enabling you to asynchronously upload images to imgbb.

AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python

requests - A simple, yet elegant HTTP library. [Moved to: https://github.com/psf/requests]

Mocket - a socket mock framework - for all kinds of socket animals, web-clients included

sqlite_http_csv - simulation kdb+ http behavior for sqlite.

notionSnapshot - notion web scraper

requests-html - Pythonic HTML Parsing for Humans™