spyoungtech / grequests

Requests + Gevent = <3
https://pypi.python.org/pypi/grequests
BSD 2-Clause "Simplified" License
4.49k stars 331 forks source link

Is grequests deprecated? #124

Closed jpthompson23 closed 6 years ago

jpthompson23 commented 6 years ago

Your note suggests using requests-threads or requests-futures instead. requests-futures requires Python 3, so it's not a solution for people using Python 2.7. And the readme for requests-threads says that its API is likely to change. If I want a stable API that works with Python 2.7, then it sounds like grequests is what I should be using. But your note is confusing me -- is it saying that grequests is deprecated? If grequests is not deprecated, I would like the note to be more clear and say so.

kennethreitz commented 6 years ago

If it works for you, it works for you — but this is not an actively maintained library.

kennethreitz commented 6 years ago

I much prefer Requests-Threads personally.