Project Setup: Initialize uv project with dependencies #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Set up the Python project structure using uv.
Tasks
pyproject.tomlwith project metadata and dependenciessrc/eve_mod/,rules/,reports/__init__.pyfilesuv syncworksDependencies
Acceptance Criteria
uv run python -c "import eve_mod"succeeds