
TypedPythonCLI
Original
KDevelop App Templates cli kdevelop python template
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/alex1701c/KDevelopTemplates
Template for Python3 CLI
This project sets up a simple command line application in Python which uses argparse.
Additionally it has a custom HelpFormatter class which makes customization easy and improves the formatting of the help output.
In contrast to the other template this one provides type checking for the parsed object.
It is recommended to install the KDevelop Python plugin ( sudo apt install kdevelop-python* ).
Icon from: https://icons8.com/icons/set/python .
Please login or register to add a comment