You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI (or command line interface) is a type of script you can run in the terminal.
4
+
5
+
## Frameworks
6
+
7
+
While frameworks are not required to implement a CLI in Python, they might provide a better structure and useful utilities which make them worth exploring:
8
+
9
+
-[click]
10
+
-[typer]: based on click, integrates with type annotations
11
+
12
+
## References
13
+
14
+
There is a section on [Python CLIs](https://intern.iis.fhg.de/x/IeVsBg) in the [IIS Knowledge Base][].
0 commit comments