Skip to main content

Extract files from remote ZIP archives

Project description

Author:

Filipe Varela

license:

BSD

PyRemoteZip is a pure python module to extract files from remote zip archives without downloading the whole zip archive.

Usage

>>> from pyremotezip import remotezip
>>> url = ""
>>> remoteZip = remotezip.RemoteZip(url)
>>> remoteZip.getTableOfContents()
>>> remoteZip.tableOfContents
>>> uncompressedFile = remoteZip.extractFile(remoteZip.tableOfContents[0]['filename'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyremotezip-0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page