blaze / blaze/odo

Support zip files

Open
#429 4 comments 2 reactions 0 assignees View on GitHub
backend enhancement feature request help wanted
Dominant language
Python
Stars
1k
Forks
131
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

No contributing guide indexed for this repository

Research direction

Locate the existing gzip and bzip2 handling that uses the gzip and bz2 modules, then inspect how archive formats are detected and processed. Add equivalent .zip support through Python's zipfile module and verify that zip files behave like the already supported compressed formats.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.