The gramps.gen.plug Module

Plugin

This module provides the base class for plugins.

class gramps.gen.plug._plugin.Plugin(name, description, module_name)[source]

Bases: object

This class serves as a base class for all plugins that can be registered with the plugin manager

get_description()[source]

Get the description of this plugin.

Returns:

a string that describes the plugin

get_module_name()[source]

Get the name of the module that this plugin lives in.

Returns:

a string representing the name of the module for this plugin

get_name()[source]

Get the name of this plugin.

Returns:

a string representing the name of the plugin

BaseManager

Export

Gramplet

Import

Reports

Docgen

Generators

Doc Backend

Register

Utils