Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jstanley0/remote_extract

extract a file from a remote zip archive without downloading the whole thing
https://github.com/jstanley0/remote_extract

Last synced: about 19 hours ago
JSON representation

extract a file from a remote zip archive without downloading the whole thing

Awesome Lists containing this project

README

        

# remote_extract

this is a tiny tool to extract a file from a remote ZIP archive without downloading the entire thing.
it works via HTTP/1.1 Range headers, using the [Mordor](https://github.com/ccutrer/mordor) library.

it's kind of a proof-of-concept at present, but it's interesting enough to keep around