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`
n-readlines-next
Read file line by line without buffering the whole file in memory.
line-driver
A simple configurable module to read or write files line by line.