Skip to main content

A simple package for multithreaded downloading

Project description

PyDownload

This package aims to provide the functionality to download large files from the internet using chunked and multithreaded downloads.

Usage

import time
from PyDownloader import PyDownloader

url = 'https://github.com/party98/Python-Parallel-Downloader/archive/master.zip'
downloader = PyDownloader(url=url, filename=filename)
if downloader.is_running():
    time.sleep(1)
print('File downloaded to %s' % downloader.get_file_name())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyDownload-0.0.1.dev0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pyDownload-0.0.1.dev0-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page