RAIMAD

raimad.quintles

def quintles(seq: collections.abc.Sequence[~T]) -> collections.abc.Iterable[collections.abc.Iterable[~T]]:

Iterator through a list 5 items at a time, without overlap. Equivalent to nonoverlap(5, iterable)