In my quest to build some cloud focused tooling, I stumbled on two Python libraries that are probably super well known in the Python community but new to me. Typer and Click are both libraries for building CLI applications. They work to make it simple to create a command line tool in Python. Typer actually… Continue reading Python CLI libraries
