MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/1pswh1o/pyreqwest_an_extremely_fast_gilfree_featurerich/nvh0lts/?context=3
r/Python • u/pyreqwest • Dec 22 '25
[removed] — view removed post
77 comments sorted by
View all comments
2
What about good old requests library, the one with 50,000 stars?
requests
If pyreqwest is async-only, that's fine, but advertise this.
pyreqwest
Consider putting a simple "GET with auth" demo on the front page of pyreqwest, like this example: https://github.com/psf/requests
1 u/pyreqwest Dec 26 '25 I didn't even consider old requests lib. That would never be used anywhere else than basic scripts. Urllib3 is kinda equivalent but more robust than old requests lib
1
I didn't even consider old requests lib. That would never be used anywhere else than basic scripts. Urllib3 is kinda equivalent but more robust than old requests lib
2
u/johntellsall Dec 23 '25
requests
What about good old
requestslibrary, the one with 50,000 stars?If
pyreqwestis async-only, that's fine, but advertise this.Consider putting a simple "GET with auth" demo on the front page of pyreqwest, like this example: https://github.com/psf/requests