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 pyDownload import Downloader

url = 'https://github.com/party98/Python-Parallel-Downloader/archive/master.zip'
downloader = Downloader(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.dev1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

pyDownload-0.0.1.dev1-py2.py3-none-any.whl (3.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyDownload-0.0.1.dev1.tar.gz.

File metadata

File hashes

Hashes for pyDownload-0.0.1.dev1.tar.gz
Algorithm Hash digest
SHA256 bce436ba0d5854dae1719ad0aedb65f906324e8689e04fd38ac3709d2e533fdd
MD5 51eab7905ce425c4df89bef4cbafd3f8
BLAKE2b-256 f0dcaa0e1cd5eae52ed2ad4ff047687d56f3663a980678e3b533a947c653287c

See more details on using hashes here.

File details

Details for the file pyDownload-0.0.1.dev1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyDownload-0.0.1.dev1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ce20b929a1ca7d8c0e13fd1c0a9407cb861ba747727422dc0b17f752bf1dbbf7
MD5 ddb72d5be6b6b98a13f50aaa891c6c98
BLAKE2b-256 4ae9c755a7745fd867d70c91c9a1c204cff4214a1e29127166fc05ce2ea744b7

See more details on using hashes here.

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