blaze/odo

Support zip files

Open

#429 opened on Mar 1, 2016

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

Repository metrics

Stars
 (995 stars)
PR merge metrics
 (No merged PRs in 30d)

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