Open your Gz file with the os proc, store it completely in a string buffer, use [zlib uncompress](https://github.com/nim-lang/zip/blob/master/zip/zlib.nim#L271)
I recommend you just use streams to avoid the extra uncompressed buffer (and maybe even the result buffer if you only work line by line).
