Skip to content

Python module to extract single files from remote ZIP archives without downloading the entire ZIP

Notifications You must be signed in to change notification settings

runway20/pyremotezip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published