set_project_plugin

glotaran.plugin_system.project_io_registration.set_project_plugin(format_name: str, full_plugin_name: str) None[source]

Set the plugin used for a specific project format.

This function is useful when you want to resolve conflicts of installed plugins or overwrite the plugin used for a specific format.

Effected functions:

Parameters:
  • format_name (str) – Format name used to refer to the plugin when used for save and load functions.

  • full_plugin_name (str) – Full name (import path) of the registered plugin.