1
kdevelop-python-templates/README.md

23 lines
1016 B
Markdown
Raw Normal View History

# 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 (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 |