This commit is contained in:
Caffeine Fueled 2026-07-10 21:38:38 +02:00
commit 39c625f57f
Signed by: cf7
GPG key ID: CA295D643074C68C
9 changed files with 679 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "metrica"
version = "0.1.0"
description = "Tiny push-metrics collector with a minimal dashboard (static JSONL storage)"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.110",
"uvicorn[standard]>=0.29",
]