Blockdownload

From BITPlan Wiki
Revision as of 22:05, 5 May 2025 by Wf (talk | contribs) (Created page with "=OsProject= {{OsProject |id=blockdownload |state=active |owner=WolfgangFahl |title=blockdownload |url=https://github.com/WolfgangFahl/blockdownload |version=0.0.1 |descriptio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OsProject

OsProject
edit
id  blockdownload
state  active
owner  WolfgangFahl
title  blockdownload
url  https://github.com/WolfgangFahl/blockdownload
version  0.0.1
description  segmented/blockwise download of large files
date  2025-05-05
since  2025-05-05
until  


Installation

pip install blockdownload
# alternatively if your pip is not a python3 pip
pip3 install blockdownload 
# local install from source directory of blockdownload 
pip install .

upgrade

pip install blockdownload  -U
# alternatively if your pip is not a python3 pip
pip3 install blockdownload -U