CLI
-
https://packaging.python.org/en/latest/guides/creating-command-line-tools/
-
https://typer.tiangolo.com/
-
https://click.palletsprojects.com/en/stable/
-
https://docopt.readthedocs.io/en/latest/
-
https://docs.python.org/3/howto/argparse.html
- https://www.geeksforgeeks.org/command-line-interface-programming-python/