We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The only thing holding us from doing this is one asyncio gather call and HTTP library. We could switch to httpx: https://www.python-httpx.org/async/#supported-async-environments
The text was updated successfully, but these errors were encountered:
Was going to actually open an issue to this repo saying you guys should consider using httpx instead of aiohttp
Is an awesome library, it uses AnyIO itself so it supports trio, curio, and asyncio + much easier to write + use than aiohttp
Sorry, something went wrong.
No branches or pull requests
The only thing holding us from doing this is one asyncio gather call and HTTP library.
We could switch to httpx:
https://www.python-httpx.org/async/#supported-async-environments
The text was updated successfully, but these errors were encountered: