Project Setup: Initialize uv project with dependencies #1

Closed
opened 2026-01-05 21:33:05 -06:00 by b3nw · 0 comments
Owner

Overview

Set up the Python project structure using uv.

Tasks

  • Create pyproject.toml with project metadata and dependencies
  • Create directory structure: src/eve_mod/, rules/, reports/
  • Add __init__.py files
  • Verify uv sync works

Dependencies

httpx>=0.27
click>=8.1
rich>=13.0
anthropic>=0.30
python-dateutil>=2.9
python-dotenv>=1.0

Acceptance Criteria

  • uv run python -c "import eve_mod" succeeds
  • All dependencies install cleanly
## Overview Set up the Python project structure using uv. ## Tasks - [ ] Create `pyproject.toml` with project metadata and dependencies - [ ] Create directory structure: `src/eve_mod/`, `rules/`, `reports/` - [ ] Add `__init__.py` files - [ ] Verify `uv sync` works ## Dependencies ```toml httpx>=0.27 click>=8.1 rich>=13.0 anthropic>=0.30 python-dateutil>=2.9 python-dotenv>=1.0 ``` ## Acceptance Criteria - `uv run python -c "import eve_mod"` succeeds - All dependencies install cleanly
b3nw closed this issue 2026-01-05 21:41:12 -06:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: b3nw/eve-forum-moderator#1