Source CodeΒΆ

The source code is currently divided into 4 modules:

  1. Top-level analysis in the root scripts modules. They are documented under Analysis.

  2. logs submodule, containing code related to logging configuration. See logs Module.

  3. data_handling contains the code for manipulating query data. See data_handling Module.

  4. multithreading submodule, containing code related to concurrency. See multithreading Module.