Repo structure#
The repository is divided into the following parts:
docs/Contains the sphinx documentationbuild/Contains the html output of the generated documentationsource/Used to build the documentation
scripts/Contains all scripts used for code generationexpectmine/Contains the entire pipelineio/All Io logic, concerned with getting user input to the pipeline and steps.logger/Contains all loggerspipeline/Contains the pipeline codesteps/Contains all steps used by the pipelinestorage/Contains all storage logicutils/Util functions used by all modules
tests/Used for testingMakefileUsed for running commandspyproject.tomlConfigures pyright isort and flake8README.mdAuto generated readmerequirements.txtRequirements used by the project