Pro Game¶
griddy / nfl / models / entities / pro_game**
pro_game
¶
Attributes¶
ProGameCategory
module-attribute
¶
Prime time game designation
ProGameStatus
module-attribute
¶
Game status
Classes¶
ProGameTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.pro_game.ProGameTypedDict[ProGameTypedDict]
click griddy.nfl.models.entities.pro_game.ProGameTypedDict href "" "griddy.nfl.models.entities.pro_game.ProGameTypedDict"
ProGame
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.pro_game.ProGame[ProGame]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.pro_game.ProGame
click griddy.nfl.models.entities.pro_game.ProGame href "" "griddy.nfl.models.entities.pro_game.ProGame"
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
extensions
class-attribute
instance-attribute
¶
Additional game data extensions
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
season_type
class-attribute
instance-attribute
¶
season_type: Annotated[
Optional[SeasonTypeEnum], Field(alias="seasonType")
] = None
Type of NFL season
ticket_url
class-attribute
instance-attribute
¶
Primary ticket purchase URL
week_type
class-attribute
instance-attribute
¶
Week type (e.g., REG, HOF)