oct.tools package

Submodules

oct.tools.rebuild_results module

oct.tools.rebuild_results.main()[source]

oct.tools.results_to_csv module

oct.tools.results_to_csv.main()[source]
oct.tools.results_to_csv.results_to_csv(result_file, output_file, delimiter=';')[source]

Take a sqlite filled database of results and return a csv file

Parameters:
  • result_file (str) – the path of the sqlite database
  • output_file (str) – the path of the csv output file
  • delimiter (str) – the desired delimiter for the output csv file

Module contents