data_io_plugin_table

glotaran.plugin_system.data_io_registration.data_io_plugin_table(*, plugin_names: bool = False, full_names: bool = False) MarkdownStr[source]

Return registered data io plugins and which functions they support as markdown table.

This is especially useful when you work with new plugins.

Parameters:
  • plugin_names (bool) – Whether or not to add the names of the plugins to the table.

  • full_names (bool) – Whether to display the full names the plugins are registered under as well.

Returns:

Markdown table of data io plugins.

Return type:

MarkdownStr