readlines-iconv
Handler that returns a file line by line with a wide range of supported encodings
n-readlines
Read file line by line without buffering the whole file in memory.
nexline
Read file, stream, string, buffer line by line without putting them all in memory. It supports cool features like `custom line separator`, `various encodings`, `reverse mode`, `iterable protocol`
line-driver
A simple configurable module to read or write files line by line.