This is just a simple play repo for learning a bit about typer
See example index for an overview of what each example illustrates
For reference, here is the typer documentation
Here are the additional commands I ran:
uv pip compile -v -o requirements.txt pyproject.tomlto create requirements fileuv pip sync requirements.txtto install requirementsuv pip freezeto show installed packages