Initial commit: Complete Paw Burn Risk Assessment Tool with WeatherAPI integration, comprehensive risk scoring, SQLite storage, rich visualizations, configurable parameters, and full documentation with examples

This commit is contained in:
Chris Sewell
2025-06-07 15:42:40 -04:00
commit fcb902dea6
14 changed files with 1979 additions and 0 deletions

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
requests>=2.31.0
python-dotenv>=1.0.0
matplotlib>=3.7.0
pandas>=2.0.0
numpy>=1.24.0