Skip to content

Writing Plugins

Joseph Martinot-Lagarde edited this page Jun 14, 2016 · 8 revisions
├── spyder_<PLUGIN_NAME>
    ├── __init__.py
    ├── module_a.py
    ├── images   # Resources
    ├── locale   # Translations
    └── other_internal_modules
        ├── __init__.py
Clone this wiki locally