layered.utility module

repeated(iterable, times)[source]
batched(iterable, size)[source]
averaged(callable_, batch)[source]
listify(fn=None, wrapper=<class 'list'>)[source]

From http://stackoverflow.com/a/12377059/1079110

ensure_folder(path)[source]
hstack_lines(blocks, sep=' ')[source]
pairwise(iterable)[source]