#uv

Running Python scripts with Just and uv
Use Just task runner with uv's inline script support to run small scripts without managing venvs.
Running Python scripts with uv shebang
Use uv to run Python scripts directly with dependencies with automatic venvs and direct execution
Bumping pyproject.toml version using Git Tags
Versioning Python packages in pyproject.toml from Git tags using `uvx`.