1
kdevelop-python-templates/README.md
Juraj Oravec de7092107a
README: Mark config file template as stable
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2019-06-30 00:09:58 +02:00

23 lines
1002 B
Markdown

# KDevelop Falkon Python
Falkon Python plugin templates for KDevelop.
## Directory structure
- [**plugin**](https://www.pling.com/p/1308708/): python plugin project template
- [**button**](https://www.pling.com/p/1309745/): toolbar button file template
- [**sidebar**](https://www.pling.com/p/1309756/): sidebar file template
- [**config**](https://www.pling.com/p/1312070/): python - PySide2 config class template
## Acknowledgments
Pay respect to the creators of the original files and projects which these templates are based on.
| Template | Original author / project |
|--|--|
| plugin | Based on Falkon Python [Example extension](https://store.falkon.org/p/1301043/) by David Rosca |
| button | Based on Falkon Python [Example extension](https://store.falkon.org/p/1301043/) by David Rosca |
| sidebar | Based on Falkon Python [Example extension](https://store.falkon.org/p/1301043/) by David Rosca |
| config | Based on [KDevelop](https://www.kdevelop.org/) Python Basic class template |