Data Source Module ================== The Source module implements the methods to parse a task config, and maps the specific tasks with the metrics according to the config as well as creating a linking to the knowledge base Submodules ---------- Currently the Framework only supports CSV Source sources.CSVSource module -------------------------- .. automodule:: sources.csv_source :members: :undoc-members: :show-inheritance: sources.source module --------------------- .. automodule:: sources.source :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: sources :members: :undoc-members: :show-inheritance: