Changes

From Gramps

Gramplets development

334 bytes added, 21:22, 7 September 2024
m
Register Options: extend Requires_*** descriptions from https://gramps.discourse.group/t/using-the-requires-options-for-gramps-plugin-registration/6015/4
* '''<code>maintainers</code>''': List of maintainers of the plugin, default=[] {{new|5.2.0}}
* '''<code>maintainers_email</code>''': List of emails of the maintainers (in the same order as the '''<code>maintainers</code>''' list) of the plugin, default=[] {{new|5.2.0}}
* '''<code>requires_mod</code>''': {{new|5.2.0}} specifies python modules that the addon requires. If you want to allow Gramps to try to install a module using pip, then it should be pure python.* '''<code>requires_gi</code>''': {{new|5.2.0}} specifies GObject introspection modules that are required. Gramps cannot install these.* '''<code>requires_exe</code>''': {{new|5.2.0}} specifies executables that must be present in the PATH. Again, the user must install these themselves
* '''<code>version</code>''': a string with 2 dots (such as "1.23.14") representing the version number
* '''<code>gramps_target_version</code>''': a string with 2 dots representing the version of Gramps for which this gramplet was written. Only gramplets matching the installed version will be available for installation.
5,418
edits

Navigation menu