Is there a reason you're not using the [gzip module](https://docs.python.org/3/library/gzip.html#gzip.GzipFile) to handle pure gzip file? You do that for .tar.gz, so it is confusing. And if not, do you mind if I implement a pure python module to handle simple gzip files without requiring 7zip?