1
kdevelop-python-templates/README.md
Juraj Oravec 88bf2c0b13
README: Add Acknowledgments
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2019-06-28 23:54:47 +02:00

872 B

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 by David Rosca
button Based on Falkon Python Example extension by David Rosca
sidebar Based on Falkon Python Example extension by David Rosca
config Based on KDevelop Python Basic class template