forked from fcvarela/pyremotezip
-
Notifications
You must be signed in to change notification settings - Fork 0
rhorenov/pyremotezip
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
===========
PyRemoteZip
===========
: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'])
About
Python module to extract single files from remote ZIP archives without downloading the entire ZIP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published