matchweek
matchweek
¶
Matchweek domain object.
Matchweek
dataclass
¶
Matchweek(
gameweek: int,
date: datetime,
fixtures: list[dict],
team_difficulty: dict[str, float],
)
Represents a matchweek with global context.
| ATTRIBUTE | DESCRIPTION |
|---|---|
gameweek |
Gameweek number
TYPE:
|
date |
Date of the gameweek
TYPE:
|
fixtures |
List of fixtures
TYPE:
|
team_difficulty |
Team-level difficulty ratings
TYPE:
|