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.toml
to create requirements fileuv pip sync requirements.txt
to install requirementsuv pip freeze
to show installed packages