blaze/odo

Support zip files

Open

#429 aberto em 1 de mar. de 2016

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

Métricas do repositório

Stars
 (995 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador