aiodown

A fully async file downloader with httpx


Keywords
python, downloader, async, asyncio, httpx, file, asynchronous, python-3, python-library, python3
License
MIT
Install
pip install aiodown==1.0.7

Documentation

aiodown

License Codacy Code style Contributors PyPi

An asyncio-based file downloader made in Python 3 using httpx.

Requirements

  • Python 3.8 or higher.
  • httpx 0.20 or higher.
  • async-files 0.4 or higher.

Installation

NOTE: If python3 is "not a recognized command" try using python instead.

For the latest stable version:

python3 -m pip install aiodown

For the latest development version:

python3 -m pip install git+https://github.com/AmanoTeam/aiodown

What's left to do?

  • Write the API Documentation.
  • Show some examples.

License

MIT © 2021 AmanoTeam