A fully asynchronous file downloader for Python 3.
Find a file
2021-10-16 15:07:46 -03:00
aiodown download: fix a typo 2021-10-16 15:07:46 -03:00
.gitignore treewide: simplified code and httpx 0.20.0 support 2021-10-15 10:15:44 -03:00
CHANGELOG.md aiodown: add changes from 1.0.7 in CHANGELOG.md 2021-10-16 13:34:25 -03:00
LICENSE Inital commit 2021-03-11 18:26:11 -03:00
MANIFEST.in aiodown: bump version to 1.0.5 2021-04-01 14:22:34 -03:00
README.md treewide: simplified code and httpx 0.20.0 support 2021-10-15 10:15:44 -03:00
setup.cfg aiodown: some updates 2021-03-13 17:42:25 -03:00
setup.py treewide: simplified code and httpx 0.20.0 support 2021-10-15 10:15:44 -03:00

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