Skip to content

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

License

Notifications You must be signed in to change notification settings

fcvarela/pyremotezip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready

PyRemoteZip

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

Usage

    from pyremotezip import RemoteZip
    rz = RemoteZip(<some_url_here>)
    toc = rz.getTableOfContents()
    
    # want file at pos 2
    output = rz.extractFile(toc[2]['filename'])

Contributing

Have you forked and improved this? Please submit your pull requests and raise issues here!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages