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

Support for ".tar.gz", ".tar.bz2" and all compressed files #16

Closed
operatorequals opened this issue Sep 11, 2019 · 1 comment
Closed

Comments

@operatorequals
Copy link
Owner

Given that Python has a generic interface on opening tar files (https://docs.python.org/3/library/tarfile.html), and this interface does not vastly differ from zipfile which is already integrated, it is possible to extend the support from .zip files to all .tar.* files.

This will need an interface change, making the zip keyword arguments deprecated, hence needs a major version update.

@operatorequals
Copy link
Owner Author

Version 0.7.1 is available in PyPI and has this feature covered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant