betty.extension.privatizer package¶
Module contents¶
Privatize people and associated data by determining if they are likely to be alive.
- final class betty.extension.privatizer.Privatizer[source]¶
Bases:
Extension
Extend the Betty Application with privatization features.
- classmethod plugin_description() Localizable [source]¶
Get the human-readable long plugin description.
- classmethod plugin_id() PluginId [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.
- classmethod plugin_label() Localizable [source]¶
Get the human-readable short plugin label.
- register_event_handlers(registry: EventHandlerRegistry) None [source]¶
Register event handlers with the project.