Skip to content
v0.2.1

Plugin Structure

Plugins are packaged as Python modules and distributed as .zip archives.

The __init__.py file serves as the plugin’s entry point.

Ocelescope provides ready-to-use templates to simplify development:

A minimal example plugin is available on GitHub:

Terminal window
git clone https://github.com/Grkmr/minimal-plugin.git
cd minimal-plugin

For detailed setup instructions, refer to the Setup section of the tutorial.