Cadair / parfive

An asyncio based parallel file downloader for Python 3.8+
https://parfive.readthedocs.io/
MIT License
50 stars 24 forks source link

Consider switching to httpx over aiohttp #143

Open Cadair opened 9 months ago

Cadair commented 9 months ago

I just discovered https://github.com/encode/httpx which looks simplier to work with, and has a lighter weight dependency stack than aiohttp. Might be worth investigating further.