Plugin Structure
Plugins are packaged as Python modules and distributed as .zip archives.
The __init__.py file serves as the plugin’s entry point.
Available Templates
Section titled “Available Templates”Ocelescope provides ready-to-use templates to simplify development:
Minimal Plugin Template (GitHub)
Section titled “Minimal Plugin Template (GitHub)”A minimal example plugin is available on GitHub:
git clone https://github.com/Grkmr/minimal-plugin.gitcd minimal-pluginFor detailed setup instructions, refer to the Setup section of the tutorial.