Home | Trees | Indices | Help |
|
---|
|
Classes | |
GameDiff Represents the difference between two points in time of the same game in terms of plays and player statistics. |
|
TeamStats A collection of team statistics for an entire game. |
|
FieldPosition Represents field position. |
|
PossessionTime Represents the amount of time a drive lasted in (minutes, seconds). |
|
GameClock Represents the current time in a game. |
|
Game Game represents a single pre- or regular-season game. |
|
Drive Drive represents a single drive in an NFL game. |
|
Play Play represents a single play. |
Functions | |||
|
Variables | |
__package__ =
|
Function Details |
Returns the difference between two points of time in a game in terms of plays and player statistics. The return value is a GameDiff namedtuple with two attributes: plays and players. Each contains *only* the data that is in the after game but not in the before game. This is useful for sending alerts where you're guaranteed to see each play statistic only once (assuming NFL.com behaves itself). |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 11 17:41:03 2012 | http://epydoc.sourceforge.net |