betty.extension.gramps package

Submodules

Module contents

Integrate Betty with Gramps.

final class betty.extension.gramps.Gramps[source]

Bases: ConfigurableExtension[GrampsConfiguration], Loader

Integrate Betty with Gramps.

Parameters:
classmethod default_configuration() betty.extension.gramps.config.GrampsConfiguration[source]

Get this extension’s default configuration.

Return type:

betty.extension.gramps.config.GrampsConfiguration

async load() None[source]

Load ancestry data.

Return type:

None

classmethod plugin_description() betty.locale.localizable.Localizable[source]

Get the human-readable long plugin description.

Return type:

betty.locale.localizable.Localizable

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:

str

classmethod plugin_label() betty.locale.localizable.Localizable[source]

Get the human-readable short plugin label.

Return type:

betty.locale.localizable.Localizable