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 details)

Uploaded Source

Built Distribution

pyDownload-0.0.1.dev0-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.dev0.tar.gz.

File metadata

File hashes

Hashes for pyDownload-0.0.1.dev0.tar.gz
Algorithm Hash digest
SHA256 8a9533c476bfa69ef412fbbb6e233fc3765a7e26fc60c7d314c848df6368b4a9
MD5 4e364fcb2707485ac9e0bc8e05fc192c
BLAKE2b-256 cf3aafe7722f6395e70507bc9b7135dce443a1e2846270fd3d601dd9ed931411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyDownload-0.0.1.dev0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a40b9474a371804ae379c01f0dbf3b499b7d689f954e0acadbc50898d0084feb
MD5 73a3c04c459ca4b6f950a05698cdb800
BLAKE2b-256 98395245c6ad02fe0bb8f7454ea92c0f7c1d290a9e56204ab2131957cbd2376b

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