Difference between revisions of "Blockdownload"
Jump to navigation
Jump to search
(Created page with "=OsProject= {{OsProject |id=blockdownload |state=active |owner=WolfgangFahl |title=blockdownload |url=https://github.com/WolfgangFahl/blockdownload |version=0.0.1 |descriptio...") |
(No difference)
|
Revision as of 21:05, 5 May 2025
OsProject
| OsProject | |
|---|---|
| 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