RAIMAD

raimad.quintlets

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

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