mirror of
https://github.com/AmanoTeam/aiodown.git
synced 2025-12-14 02:47:43 -03:00
A fully asynchronous file downloader for Python 3.
| aiodown | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
aiodown
An
asyncio-basedfile downloader made inPython 3using 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