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
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file pyDownload-0.0.1.dev1.tar.gz
.
File metadata
- Download URL: pyDownload-0.0.1.dev1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce436ba0d5854dae1719ad0aedb65f906324e8689e04fd38ac3709d2e533fdd |
|
MD5 | 51eab7905ce425c4df89bef4cbafd3f8 |
|
BLAKE2b-256 | f0dcaa0e1cd5eae52ed2ad4ff047687d56f3663a980678e3b533a947c653287c |
File details
Details for the file pyDownload-0.0.1.dev1-py2.py3-none-any.whl
.
File metadata
- Download URL: pyDownload-0.0.1.dev1-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce20b929a1ca7d8c0e13fd1c0a9407cb861ba747727422dc0b17f752bf1dbbf7 |
|
MD5 | ddb72d5be6b6b98a13f50aaa891c6c98 |
|
BLAKE2b-256 | 4ae9c755a7745fd867d70c91c9a1c204cff4214a1e29127166fc05ce2ea744b7 |