convert app to pydantic and weather.gov api

This commit is contained in:
matt
2025-10-22 19:16:51 -07:00
parent 27db352110
commit 94ede91499
6 changed files with 508 additions and 102 deletions

View File

@@ -5,10 +5,10 @@ PYTHON=.venv/bin/python
all: build commit
install: requirements.txt
$(PYTHON) -m pip install -r $^
uv sync
build: build-svg.py template.svg
$(PYTHON) $<
build: app.py template.svg
uv run app.py
commit: chat.svg
git add '*.svg' && \