# {py:mod}`ovo.core.logic.import_export_logic` ```{py:module} ovo.core.logic.import_export_logic ``` ```{autodoc2-docstring} ovo.core.logic.import_export_logic :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`find_storage_path_fields ` - ```{autodoc2-docstring} ovo.core.logic.import_export_logic.find_storage_path_fields :summary: ``` * - {py:obj}`export_import_project ` - ```{autodoc2-docstring} ovo.core.logic.import_export_logic.export_import_project :summary: ``` * - {py:obj}`export_project ` - ```{autodoc2-docstring} ovo.core.logic.import_export_logic.export_project :summary: ``` * - {py:obj}`import_project ` - ```{autodoc2-docstring} ovo.core.logic.import_export_logic.import_project :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`IMPORT_EXPORT_CONFIGS ` - ```{autodoc2-docstring} ovo.core.logic.import_export_logic.IMPORT_EXPORT_CONFIGS :summary: ``` ```` ### API ````{py:data} IMPORT_EXPORT_CONFIGS :canonical: ovo.core.logic.import_export_logic.IMPORT_EXPORT_CONFIGS :value: > None ```{autodoc2-docstring} ovo.core.logic.import_export_logic.IMPORT_EXPORT_CONFIGS ``` ```` ````{py:function} find_storage_path_fields(cls, prefix: str = '') -> list[str] :canonical: ovo.core.logic.import_export_logic.find_storage_path_fields ```{autodoc2-docstring} ovo.core.logic.import_export_logic.find_storage_path_fields ``` ```` ````{py:function} export_import_project(source_db: ovo.core.database.DBEngine, source_storage: ovo.core.storage.Storage, dest_db: ovo.core.database.DBEngine, dest_dir: str, project_id: str = None, check_conflicts=True, count_only=False, accepted_only=False) -> dict :canonical: ovo.core.logic.import_export_logic.export_import_project ```{autodoc2-docstring} ovo.core.logic.import_export_logic.export_import_project ``` ```` ````{py:function} export_project(project_id: str, output_zip_path: str = None, accepted_only: bool = False) -> str :canonical: ovo.core.logic.import_export_logic.export_project ```{autodoc2-docstring} ovo.core.logic.import_export_logic.export_project ``` ```` ````{py:function} import_project(home_dir: str, project_id: str = None, count_only=False) -> dict[str, int] :canonical: ovo.core.logic.import_export_logic.import_project ```{autodoc2-docstring} ovo.core.logic.import_export_logic.import_project ``` ````