Skip to content

Plugin Structure

tobspr edited this page Nov 12, 2015 · 7 revisions

Plugin Structure

Plugin files

Every plugin should be located in Plugins/<PluginName>/ whereas <PluginName> denotes the identifier of the plugin. The identifier may consist only out of lowercase and uppercase letters, and the numbers 0-9.

There are certain files which are required for every plugin:

Plugins/<PluginName>/
    |-  __init__.py
    |-  Plugin.py
    |-  config.yaml

Directory Structure