UV Skill
The default Python project manager for this workspace.
Contents
- Examples
- Script metadata (PEP 723) and command cheatsheet.
Usage
Use uv for:
- Running Scripts:
uv run script.py. - Managing Projects:
uv init,uv add. - Installing Tools:
uv tool install.