This module provides a way to access single members of a zip file archive without downloading the full
content from a remote web server. For this library to work, the web server hosting the archive needs to
support the range header.
positionalarguments:
url Url of the zip archive
filename
File to extract
options:-h, --help
show this help message and exit
-l, --list
List files in the archive
-d DIR, --dir DIR
Extract directory, default current directory
--disable-suffix-range-support
Use when remote server does not support suffix range (negative offset)
url [filename ...]
remotezip v0.12.1 July 2023 USAGE:(1)