Initial commit: SportsTime trip planning app

- Three-scenario planning engine (A: date range, B: selected games, C: directional routes)
- GeographicRouteExplorer with anchor game support for route exploration
- Shared ItineraryBuilder for travel segment calculation
- TravelEstimator for driving time/distance estimation
- SwiftUI views for trip creation and detail display
- CloudKit integration for schedule data
- Python scraping scripts for sports schedules

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-07 00:46:40 -06:00
commit 9088b46563
84 changed files with 180371 additions and 0 deletions

8
Scripts/requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
# Sports Schedule Scraper Dependencies
requests>=2.28.0
beautifulsoup4>=4.11.0
pandas>=2.0.0
lxml>=4.9.0
# CloudKit Import (optional - only needed for cloudkit_import.py)
cryptography>=41.0.0