The standard library does not give you a possibility to do async HTTP requests, that's what httpx does. As Python still heavily relies on async this is really a bummer.
> What “entire async framework”, do you mean asyncio or some other third party library? In the former case, are you using it just to feel cool like TFA?
I was thinking more along the lines of a project like Home Assistant. For my personal stuff I have been using AnyIO.
> asyncio doesn’t even support async file io.
many operating systems do not support async file io to begin with.