Structure
Plugin Structure¶
Plugins are packaged as Python modules and distributed as .zip archives.
Example Ocelescope plugin structure
The __init__.py file serves as the plugin's entry point.
Available Templates¶
Ocelescope provides ready-to-use templates to simplify development:
Minimal Plugin Template (GitHub)¶
A minimal example plugin is available on GitHub:
For detailed setup instructions, refer to the Setup section of the tutorial.