betty.plugin.schema module

Access discovered plugins.

final class betty.plugin.schema.PluginIdSchema

Bases: Enum, Generic

The JSON schema for the IDs of the plugins in this repository.

__init__(plugin_type: PluginTypeDefinition[PluginDefinitionT], plugins: Iterable[PluginDefinitionT], /)