Metadata-Version: 2.4
Name: aioprogress
Version: 0.2.1.1
Summary: A high-performance, flexible async file downloader built with aiohttp.
Author-email: Javad Dalirani <jdalirani82@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Project-URL: Homepage, https://github.com/javad2nd/aioprogress

# Async File Downloader Package

A high-performance, flexible async file downloader built with aiohttp.
Supports resume downloads, progress tracking, cancellation, proxy support, and concurrent downloads.

## Proxy Support:
1. HTTP/HTTPS proxies with authentication
1. SOCKS4/SOCKS5 proxies (requires aiohttp-socks)
1. Environment variable proxy configuration
1. Custom proxy headers

## Installation:
### Basic:
```
pip install aioprogress
```
### With SOCK5 Support:
```
pip install aioprogress aiohttp-socks
```
