artellapipe.launcher package

Module contents

Initialization module for artellapipe-launcher

artellapipe.launcher.create_logger_directory()

Creates artellapipe logger directory

artellapipe.launcher.get_dccs_path()

Returns path where DCCs are located :return: str

artellapipe.launcher.get_launcher_config_path()

Returns path where default Artella launcher config is located :return: str

artellapipe.launcher.get_logging_config()

Returns logging configuration file path :return: str

artellapipe.launcher.get_logging_level()

Returns logging level to use :return: str

artellapipe.launcher.get_updater_config_path()

Returns path where default Artella updater config is located :return: str

artellapipe.launcher.init(do_reload=False)

Initializes module :param do_reload: bool, Whether to reload modules or not

artellapipe.launcher.update_paths()

Adds to sys.path necessary modules :return: