Metadata-Version: 2.4
Name: aioprogress
Version: 0.1.0
Summary: A high-performance, flexible async file downloader built with aiohttp.
Home-page: https://github.com/javad2nd/aioprogress
Author: Javad Dalirani
Author-email: jdalirani82@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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 aiohttp aiofiles
```
### With SOCK5 Support:
```
pip install aiohttp aiofiles aiohttp-socks
```
