Example project used for testing Github actions that work with Python code.
Project name: lfreleng-test-python-project
Contains a sample Python project implementing a CLI tool with Typer.
Steps required to build and work with the project using uv:
# Install dependenciesuv sync --all-extras
# Build the projectuv build
# Run testsuv run pytest
# Run tests with toxuv run tox
# Install in development modeuv pip install -e .The project uses hatchling with dynamic versioning from VCS tags. Version
numbers are automatically generated from git tags.