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 8 python-remotezip issues
Sort by recently updated
recently updated
newest added

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.

I know this is off topic, but is there any chance to do the same magic for RAR archive?

The example in the README, `remotezip -l "http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip",` currently fails with an SSLCertVerificationError. In general, it would be a good idea to include an option that allows for insecure connections...

Amazing tool! Unfortunately, one bit that is disallowing me from using this in pipelines is the lack 're-routing' the requested file to a given location. `-d` only allows you to...

- Had problems using this lib over HTTP - Tested with python 3.11 & 3.13 :)