Create a template for developing QGIS plugins
Required fields:
- Class Name
- This is the Python class name for your plugin. It should be in CamelCase.
- Plugin name
- This is the name for your plugin that will be displayed in the QGIS Plugin Manager and the Plugins menu
- Description
- A one-liner description of the plugin that appears in the Plugin Manager
- Version number
- The version of this plugin
- Minimum required QGIS version
- QGIS version required for this plugin to work
- Text for the menu item
- This is the text that will appear in the menu under your Plugin name
- Author/Company name
- Your name or company name (used in the copyright header)
- Email address
- Your email address (used in the copyright header)
Optional fields:
- Bug tracker
- Url of your plugin's bug tracker
- Home page
- Url of your plugin's home page
- Repository
- Url of your plugin repository (if you have one)
- Tags
- A comma separated list of tags that describe the plugin features or function