python-remotezip icon indicating copy to clipboard operation
python-remotezip copied to clipboard

Python module to access single members of a zip archive without downloading the full content from a remote web server.

Results 4 python-remotezip issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be nice to have a version with asynchronous network I/O support. It may rely on [aiohttp](https://docs.aiohttp.org/en/stable/) or [httpx](https://www.python-httpx.org/) instead of the Requests.

I'm trying to extract two small files within a ZipFile within another ZipFile. Could this functionality be supported, or could an example be provided if already supported? `ZipFile(RemoteZip(url).open(internal_zip_filename))` results in...

Please add git tags for releases.