logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

remotezip - Access zip file content hosted remotely without downloading the full file

Description

       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)

Name

       remotezip - Access zip file content hosted remotely without downloading the full file

Synopsis

       remotezip [-h] [-l] [-d DIR] [--disable-suffix-range-support] url [filename ...]

See Also