1
kdevelop-python-templates/README.md

23 lines
872 B
Markdown
Raw Normal View History

# KDevelop Falkon Python
Falkon Python plugin templates for KDevelop.
## Directory structure
- **plugin**: python plugin project template
- **button**: toolbar button file template
- **sidebar**: sidebar file template
- **config**: python - PySide2 config class template (in progress)
## 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 |