forked from LiveCarta/CommentAutomation
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
Description
Languages
Python
91.2%
Dockerfile
5.3%
Shell
3.5%