betty.extension.gramps package¶
Submodules¶
Module contents¶
Integrate Betty with Gramps.
- final class betty.extension.gramps.Gramps[source]¶
Bases:
ConfigurableExtension[GrampsConfiguration],LoaderIntegrate Betty with Gramps.
- Parameters:
args (
typing.Any)configuration (
typing.Optional[typing.TypeVar(_ConfigurationT, bound=betty.config.Configuration)])kwargs (
typing.Any)
- classmethod default_configuration() betty.extension.gramps.config.GrampsConfiguration[source]¶
Get this extension’s default configuration.
- Return type:
- classmethod plugin_description() betty.locale.localizable.Localizable[source]¶
Get the human-readable long plugin description.
- Return type:
- classmethod plugin_id() str[source]¶
Get the plugin ID.
IDs are unique per plugin type: - A plugin repository MUST at most have a single plugin for any ID. - Different plugin repositories MAY each have a plugin with the same ID.
- Return type:
- classmethod plugin_label() betty.locale.localizable.Localizable[source]¶
Get the human-readable short plugin label.
- Return type: