betty.extension.gramps package

Submodules

Module contents

Integrate Betty with Gramps.

class betty.extension.gramps.Gramps[source]

Bases: ConfigurableExtension[GrampsConfiguration], UserFacingExtension, 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

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

Get the human-readable extension description.

Return type:

betty.locale.localizable.Localizable

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

Get the human-readable extension label.

Return type:

betty.locale.localizable.Localizable

async load() None[source]

Load ancestry data.

Return type:

None

classmethod name() str[source]

The machine name.

Return type:

str