Cadair / parfive

An asyncio based parallel file downloader for Python 3.8+

Home Page:https://parfive.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider switching to httpx over aiohttp

Cadair opened this issue · comments

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.