Initial commit

This commit is contained in:
Ryan Fitz-Gerald
2024-10-10 09:19:51 -04:00
commit 6cae038e84
4 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{'city': 'Allendale Charter Township',
'country': 'USA',
'district': {'abbreviation': 'fim',
'display_name': 'FIRST In Michigan',
'key': '2025fim',
'year': 2025},
'end_date': datetime.date(2025, 3, 22),
'event_code': 'miwmi',
'event_type': 1,
'key': '2025miwmi',
'name': 'FIM District West Michigan Event',
'start_date': datetime.date(2025, 3, 20),
'state_prov': 'MI',
'year': 2025}]

View File

@@ -0,0 +1,32 @@
{'event_points': [{'alliance_points': 15,
'award_points': 0,
'district_cmp': False,
'elim_points': 13,
'event_key': '2024misjo',
'qual_points': 18,
'total': 46},
{'alliance_points': 16,
'award_points': 10,
'district_cmp': False,
'elim_points': 30,
'event_key': '2024mimid',
'qual_points': 22,
'total': 78},
{'alliance_points': 48,
'award_points': 15,
'district_cmp': True,
'elim_points': 90,
'event_key': '2024micmp2',
'qual_points': 66,
'total': 219},
{'alliance_points': 0,
'award_points': 0,
'district_cmp': True,
'elim_points': 60,
'event_key': '2024micmp',
'qual_points': 0,
'total': 60}],
'point_total': 403,
'rank': 1,
'rookie_bonus': 0,
'team_key': 'frc5712'}