Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 545 Bytes

Playing with Typer

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

Since I'm also playing with uv

Here are the additional commands I ran:

  • uv pip compile -v -o requirements.txt pyproject.toml to create requirements file
  • uv pip sync requirements.txt to install requirements
  • uv pip freeze to show installed packages