Metadata-Version: 2.1
Name: multithreaded_downloader
Version: 1.5
Summary: A multi-threaded file downloader.
Home-page: https://github.com/yourusername/multithreaded_downloader
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


# MultiThreadedDownloader

A Python package for downloading large files using multithreading.

## Installation

```bash
pip install multithreaded_downloader


