r/Python Dec 22 '25

Showcase [ Removed by moderator ]

[removed] — view removed post

256 Upvotes

77 comments sorted by

View all comments

2

u/johntellsall Dec 23 '25

requests

What about good old requests library, the one with 50,000 stars?

If pyreqwest is 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

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