tik_manager4.dcc.mari.utils =========================== .. py:module:: tik_manager4.dcc.mari.utils .. autoapi-nested-parse:: Collection of utility functions for Mari. These are essentially methods are both required by the main module and the ingest, extract and/or validate modules. To prevent circular imports, these methods are collected here. Functions --------- .. autoapisummary:: tik_manager4.dcc.mari.utils.get_project tik_manager4.dcc.mari.utils.get_uuid tik_manager4.dcc.mari.utils.load tik_manager4.dcc.mari.utils.save_as Module Contents --------------- .. py:function:: get_project(uuid: str) Get the project by uuid. .. py:function:: get_uuid(mri_backup_path) get the UUID of the project we want to work on. .. py:function:: load(file_path, force=False) Load the working file (mri) or exract the archive (mra). .. py:function:: save_as(file_path) Mimic the save as functionality for Mari.