Contents:
luxon.utils.split.
split_by_n
A generator to divide a sequence into chunks of n units.
Chunks of the sequence n units long, one at a time.
list_of_lines
Parse Text newlines into list.
Safely parses strings into list. Filters Binary. If the text is in bytes it is decoded via UTF-8