Package

Submodules

exporter.cli module

exporter.config module

exporter.helpers module

exporter.helpers.ensure_tmp_dir(path)

Acquire temporal directory, asking user for overwrite existing if necessary.

Parameters

path – directory to acquire

Returns

empty temporal directory

exporter.helpers.flatten(t)

Flatten list of lists

exporter.helpers.rndstr(length)

Generate random string of given length which contains digits and lowercase ASCII characters

exporter.helpers.split_to_batches(iterable, n=1)

Split iterable to batched of given size

exporter.logic module

Module contents