artellapipe.core package

Module contents

Initialization module for artellapipe-core

artellapipe.core.create_logger_directory()

Creates artellapipe logger directory

artellapipe.core.get_logging_config()

Returns logging configuration file path :return: str

artellapipe.core.get_logging_level()

Returns logging level to use :return: str

artellapipe.core.init(do_reload=False)

Initializes module

artellapipe.core.set_project(project_class)

This functions sets the given class instance as the current Artella project used :param project_class: ArtellaProject