https://github.com/amanoteam/aiodown
A fully asynchronous file downloader for Python 3.
https://github.com/amanoteam/aiodown
async asynchronous asyncio downloader httpx python python-3 python-library python3
Last synced: 3 months ago
JSON representation
A fully asynchronous file downloader for Python 3.
- Host: GitHub
- URL: https://github.com/amanoteam/aiodown
- Owner: AmanoTeam
- License: mit
- Created: 2021-03-10T20:55:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T18:07:58.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:15:01.248Z (3 months ago)
- Topics: async, asynchronous, asyncio, downloader, httpx, python, python-3, python-library, python3
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# aiodown
[](https://github.com/AmanoTeam/aiodown/raw/main/LICENSE)


[](https://github.com/AmanoTeam/aiodown/graphs/contributors)
[](https://pypi.org/project/aiodown/)> An `asyncio-based` file downloader made in `Python 3` using [httpx](https://github.com/encode/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:
```sh
python3 -m pip install aiodown
```For the latest development version:
```sh
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](https://github.com/AmanoTeam)