blaze/odo

Support zip files

Open

#429 opened on Mar 1, 2016

View on GitHub
 (4 comments) (2 reactions) (0 assignees)Python (995 stars) (140 forks)batch import
backendenhancementfeature requesthelp wanted

Description

Odo already supports gzip and bzip2 files using the gzip and bz2 modules. It's natural to extend this to include .zip files as well, via the zipfile module.

Contributor guide