Current Game¶
griddy / nfl / models / entities / current_game**
current_game
¶
Attributes¶
CurrentGameCategory
module-attribute
¶
Prime time game designation
Classes¶
CurrentGameTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.current_game.CurrentGameTypedDict[CurrentGameTypedDict]
click griddy.nfl.models.entities.current_game.CurrentGameTypedDict href "" "griddy.nfl.models.entities.current_game.CurrentGameTypedDict"
CurrentGame
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.current_game.CurrentGame[CurrentGame]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.current_game.CurrentGame
click griddy.nfl.models.entities.current_game.CurrentGame href "" "griddy.nfl.models.entities.current_game.CurrentGame"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
date_
class-attribute
instance-attribute
¶
Game date (YYYY-MM-DD)
date_am_pm
class-attribute
instance-attribute
¶
date_am_pm: Annotated[
Optional[MeridiemEnum], Field(alias="dateAmPm")
] = None
Time of day indicator
date_day
class-attribute
instance-attribute
¶
Day of week (full)
date_day_month
class-attribute
instance-attribute
¶
Date in M/D format
date_day_short
class-attribute
instance-attribute
¶
Day of week (abbreviated)
date_time
class-attribute
instance-attribute
¶
Time without AM/PM
date_time_am_pm
class-attribute
instance-attribute
¶
Time with AM/PM
game_type
class-attribute
instance-attribute
¶
Type of game
international
class-attribute
instance-attribute
¶
Whether game is played internationally
neutral_site
class-attribute
instance-attribute
¶
Whether game is at neutral venue
phase
class-attribute
instance-attribute
¶
Game phase (e.g., PREGAME, FINAL)
season_type
class-attribute
instance-attribute
¶
season_type: Annotated[
Optional[SeasonTypeEnum], Field(alias="seasonType")
] = None
Type of NFL season