
KDevelop App Templates build kdevelop module python template
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/alex1701c/KDevelopTemplates
This is a typed template for command line application with Python3 and argparse.
Additionally it is organized in modules and has a setup.py script configured.
The Makefile contains commands to build deb/rpm/snap packages.
Icon from: https://icons8.com/icons/set/python
1.3.0 9 days ago
Add version help and make command to bundle the project files into a single compressed executable file.
This file requires a global interpreter and does not contain any dependencies, because of this it has a extremely small size, even if you use a lot of external dependencies.
PS: The youtube-dl project creates executables for Linux using this method.
1.3.0 9 days ago
Add version help and make command to bundle the project files into a single compressed executable file.
This file requires a global interpreter and does not contain any dependencies, because of this it has a extremely small size, even if you use a lot of external dependencies.
PS: The youtube-dl project creates executables for Linux using this method.
1.2.0 1 month ago
Add support for building snap packages.
Please login or register to add a comment