jd-boyd/python-lzo

Linewise iteration over compressed file

dreamflasher opened this issue · 0 comments

Python gzip supports with gzip.open(filename, "rt") and you get a generator back with which you can iterate line-by-line. How do can I achieve the same with this library?