betty.extension.gramps package¶
Submodules¶
Module contents¶
Integrate Betty with Gramps.
- class betty.extension.gramps.Gramps[source]¶
Bases:
ConfigurableExtension
[GrampsConfiguration
],UserFacingExtension
,Loader
,GuiBuilder
Integrate 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 description() betty.locale.Str [source]¶
Get the human-readable extension description.
- Return type:
- gui_build() betty.extension.gramps.gui._GrampsGuiWidget [source]¶
Build this extension’s Graphical User Interface component.
- Return type:
betty.extension.gramps.gui._GrampsGuiWidget
- classmethod label() betty.locale.Str [source]¶
Get the human-readable extension label.
- Return type: