README.md
setup.py
cfbd/__init__.py
cfbd/api_client.py
cfbd/configuration.py
cfbd/rest.py
cfbd.egg-info/PKG-INFO
cfbd.egg-info/SOURCES.txt
cfbd.egg-info/dependency_links.txt
cfbd.egg-info/requires.txt
cfbd.egg-info/top_level.txt
cfbd/api/__init__.py
cfbd/api/betting_api.py
cfbd/api/coaches_api.py
cfbd/api/conferences_api.py
cfbd/api/draft_api.py
cfbd/api/drives_api.py
cfbd/api/games_api.py
cfbd/api/metrics_api.py
cfbd/api/players_api.py
cfbd/api/plays_api.py
cfbd/api/rankings_api.py
cfbd/api/ratings_api.py
cfbd/api/recruiting_api.py
cfbd/api/stats_api.py
cfbd/api/teams_api.py
cfbd/api/venues_api.py
cfbd/models/__init__.py
cfbd/models/advanced_game_stat.py
cfbd/models/advanced_game_stat_offense.py
cfbd/models/advanced_game_stat_offense_rushing_plays.py
cfbd/models/advanced_game_stat_offense_standard_downs.py
cfbd/models/advanced_season_stat.py
cfbd/models/advanced_season_stat_defense.py
cfbd/models/advanced_season_stat_offense.py
cfbd/models/advanced_season_stat_offense_field_position.py
cfbd/models/advanced_season_stat_offense_rushing_plays.py
cfbd/models/advanced_season_stat_offense_standard_downs.py
cfbd/models/box_score.py
cfbd/models/box_score_players.py
cfbd/models/box_score_players_average.py
cfbd/models/box_score_players_ppa.py
cfbd/models/box_score_players_usage.py
cfbd/models/box_score_teams.py
cfbd/models/box_score_teams_explosiveness.py
cfbd/models/box_score_teams_field_position.py
cfbd/models/box_score_teams_havoc.py
cfbd/models/box_score_teams_overall.py
cfbd/models/box_score_teams_ppa.py
cfbd/models/box_score_teams_rushing.py
cfbd/models/box_score_teams_scoring_opportunities.py
cfbd/models/box_score_teams_success_rates.py
cfbd/models/coach.py
cfbd/models/conference.py
cfbd/models/conference_sp_rating.py
cfbd/models/conference_sp_rating_defense.py
cfbd/models/conference_sp_rating_offense.py
cfbd/models/draft_pick.py
cfbd/models/draft_position.py
cfbd/models/draft_team.py
cfbd/models/drive.py
cfbd/models/drive_start_time.py
cfbd/models/game.py
cfbd/models/game_lines.py
cfbd/models/game_lines_lines.py
cfbd/models/game_media.py
cfbd/models/game_ppa.py
cfbd/models/game_ppa_offense.py
cfbd/models/game_weather.py
cfbd/models/inline_response200.py
cfbd/models/live_play_by_play.py
cfbd/models/play.py
cfbd/models/play_stat.py
cfbd/models/play_stat_type.py
cfbd/models/play_type.py
cfbd/models/play_wp.py
cfbd/models/player.py
cfbd/models/player_game.py
cfbd/models/player_game_athletes.py
cfbd/models/player_game_categories.py
cfbd/models/player_game_ppa.py
cfbd/models/player_game_ppa_average_ppa.py
cfbd/models/player_game_school.py
cfbd/models/player_game_teams.py
cfbd/models/player_game_types.py
cfbd/models/player_search_result.py
cfbd/models/player_season_ppa.py
cfbd/models/player_season_ppa_average_ppa.py
cfbd/models/player_season_stat.py
cfbd/models/player_usage.py
cfbd/models/player_usage_usage.py
cfbd/models/position_group_recruiting_rating.py
cfbd/models/predicted_points.py
cfbd/models/pregame_wp.py
cfbd/models/ranking_week.py
cfbd/models/ranking_week_polls.py
cfbd/models/ranking_week_ranks.py
cfbd/models/recruit.py
cfbd/models/returning_production.py
cfbd/models/scoreboard_game.py
cfbd/models/team.py
cfbd/models/team_elo_rating.py
cfbd/models/team_game.py
cfbd/models/team_game_stats.py
cfbd/models/team_game_teams.py
cfbd/models/team_matchup.py
cfbd/models/team_matchup_games.py
cfbd/models/team_ppa.py
cfbd/models/team_ppa_offense.py
cfbd/models/team_ppa_offense_cumulative.py
cfbd/models/team_record.py
cfbd/models/team_record_total.py
cfbd/models/team_recruiting_rank.py
cfbd/models/team_season.py
cfbd/models/team_season_stat.py
cfbd/models/team_sp_rating.py
cfbd/models/team_sp_rating_defense.py
cfbd/models/team_sp_rating_defense_havoc.py
cfbd/models/team_sp_rating_offense.py
cfbd/models/team_sp_rating_special_teams.py
cfbd/models/team_srs_rating.py
cfbd/models/team_talent.py
cfbd/models/venue.py
cfbd/models/venue_location.py
cfbd/models/week.py
test/__init__.py
test/test_advanced_game_stat.py
test/test_advanced_game_stat_offense.py
test/test_advanced_game_stat_offense_rushing_plays.py
test/test_advanced_game_stat_offense_standard_downs.py
test/test_advanced_season_stat.py
test/test_advanced_season_stat_defense.py
test/test_advanced_season_stat_offense.py
test/test_advanced_season_stat_offense_field_position.py
test/test_advanced_season_stat_offense_rushing_plays.py
test/test_advanced_season_stat_offense_standard_downs.py
test/test_betting_api.py
test/test_box_score.py
test/test_box_score_players.py
test/test_box_score_players_average.py
test/test_box_score_players_ppa.py
test/test_box_score_players_usage.py
test/test_box_score_teams.py
test/test_box_score_teams_explosiveness.py
test/test_box_score_teams_field_position.py
test/test_box_score_teams_havoc.py
test/test_box_score_teams_overall.py
test/test_box_score_teams_ppa.py
test/test_box_score_teams_rushing.py
test/test_box_score_teams_scoring_opportunities.py
test/test_box_score_teams_success_rates.py
test/test_coach.py
test/test_coaches_api.py
test/test_conference.py
test/test_conference_sp_rating.py
test/test_conference_sp_rating_defense.py
test/test_conference_sp_rating_offense.py
test/test_conferences_api.py
test/test_draft_api.py
test/test_draft_pick.py
test/test_draft_position.py
test/test_draft_team.py
test/test_drive.py
test/test_drive_start_time.py
test/test_drives_api.py
test/test_game.py
test/test_game_lines.py
test/test_game_lines_lines.py
test/test_game_media.py
test/test_game_ppa.py
test/test_game_ppa_offense.py
test/test_game_weather.py
test/test_games_api.py
test/test_inline_response200.py
test/test_live_play_by_play.py
test/test_metrics_api.py
test/test_play.py
test/test_play_stat.py
test/test_play_stat_type.py
test/test_play_type.py
test/test_play_wp.py
test/test_player.py
test/test_player_game.py
test/test_player_game_athletes.py
test/test_player_game_categories.py
test/test_player_game_ppa.py
test/test_player_game_ppa_average_ppa.py
test/test_player_game_school.py
test/test_player_game_teams.py
test/test_player_game_types.py
test/test_player_search_result.py
test/test_player_season_ppa.py
test/test_player_season_ppa_average_ppa.py
test/test_player_season_stat.py
test/test_player_usage.py
test/test_player_usage_usage.py
test/test_players_api.py
test/test_plays_api.py
test/test_position_group_recruiting_rating.py
test/test_predicted_points.py
test/test_pregame_wp.py
test/test_ranking_week.py
test/test_ranking_week_polls.py
test/test_ranking_week_ranks.py
test/test_rankings_api.py
test/test_ratings_api.py
test/test_recruit.py
test/test_recruiting_api.py
test/test_returning_production.py
test/test_scoreboard_game.py
test/test_stats_api.py
test/test_team.py
test/test_team_elo_rating.py
test/test_team_game.py
test/test_team_game_stats.py
test/test_team_game_teams.py
test/test_team_matchup.py
test/test_team_matchup_games.py
test/test_team_ppa.py
test/test_team_ppa_offense.py
test/test_team_ppa_offense_cumulative.py
test/test_team_record.py
test/test_team_record_total.py
test/test_team_recruiting_rank.py
test/test_team_season.py
test/test_team_season_stat.py
test/test_team_sp_rating.py
test/test_team_sp_rating_defense.py
test/test_team_sp_rating_defense_havoc.py
test/test_team_sp_rating_offense.py
test/test_team_sp_rating_special_teams.py
test/test_team_srs_rating.py
test/test_team_talent.py
test/test_teams_api.py
test/test_venue.py
test/test_venue_location.py
test/test_venues_api.py
test/test_week.py