flaschengeist/docs/plugin_development.md

328 B

Plugin Development

File Structure

- your_plugin/
    - __init__.py
    - ...
        - ...
- setup.cfg

The basic layout of a plugin is quite simple, you will only need the setup.cfg or setup.py and the package containing your plugin code, at lease a __init__.py file with your Plugin class.