PluginInfo

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class PluginInfo(name: str, domain: str, implementation: str, params_schema: str | None = None, provider: str = 'built-in')[source]

Bases: object

Describe one component registered in a HABIT plugin domain.

__init__(name: str, domain: str, implementation: str, params_schema: str | None = None, provider: str = 'built-in') → None