Initial scaffold: project skeleton, README, requirements, main.py stub

This commit is contained in:
2026-05-24 18:33:23 -04:00
commit eaa165a43b
4 changed files with 119 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# CSV parsing + data processing
pandas>=2.0
numpy>=1.24
# Database
sqlite-utils>=3.0
# Geocoding (for GPS derivation)
httpx>=0.24
# CLI
rich>=13.0
click>=8.0