get_project_io

glotaran.plugin_system.project_io_registration.get_project_io(format_name: str) ProjectIoInterface[source]

Retrieve a data io plugin from the project_io registry.

Parameters:

format_name (str) – Name of the data io plugin under which it is registered.

Returns:

Project io plugin instance.

Return type:

ProjectIoInterface