Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an Untar processor #76

Closed
leouieda opened this issue May 9, 2019 · 0 comments · Fixed by #77
Closed

Add an Untar processor #76

leouieda opened this issue May 9, 2019 · 0 comments · Fixed by #77
Labels
enhancement Idea or request for a new feature

Comments

@leouieda
Copy link
Member

leouieda commented May 9, 2019

Description of the desired feature

The pooch.Unzip processor unpacks a zip archive to a folder in the local file system after it's downloaded. We need a pooch.Untar processor that does the same thing but for .tar archives. The tarfile module can be used with the bonus that it supports compressed archives out of the box.

@leouieda leouieda added enhancement Idea or request for a new feature help wanted labels May 9, 2019
@matthewturk matthewturk mentioned this issue May 15, 2019
5 tasks
leouieda pushed a commit that referenced this issue May 17, 2019
Refactor `Unzip` to be derived from a common `ExtractProcessor` base class.
Both `Unzip` and `Untar` only implement the file extraction mechanics.
Separate processor tests into their own module.

Fixes #76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea or request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant