forked from LiveCarta/CommentAutomation
273 B
273 B
CommentAutomation
Python project initialized with uv.
Quick start
-
Install uv.
-
Sync dependencies:
uv sync --group dev
-
Run the app:
uv run uvicorn comment_automation.main:app --app-dir src --host 0.0.0.0 --port 8000
-
Run tests:
uv run pytest