v9.1.0
Quickstart
Package
yfpy.data
yfpy.data.Data
yfpy.exceptions
yfpy.exceptions.YahooFantasySportsDataNotFound
yfpy.exceptions.YahooFantasySportsException
yfpy.logger
yfpy.logger.get_logger
yfpy.models
yfpy.models.Bonus
yfpy.models.ByeWeeks
yfpy.models.Division
yfpy.models.DivisionalOutcomeTotals
yfpy.models.DraftAnalysis
yfpy.models.DraftResult
yfpy.models.Game
yfpy.models.GameWeek
yfpy.models.Headshot
yfpy.models.League
yfpy.models.Manager
yfpy.models.Matchup
yfpy.models.MatchupGrade
yfpy.models.Name
yfpy.models.OutcomeTotals
yfpy.models.Ownership
yfpy.models.PercentOwned
yfpy.models.Player
yfpy.models.PlayerPoints
yfpy.models.PlayerStats
yfpy.models.PositionType
yfpy.models.Roster
yfpy.models.RosterAdds
yfpy.models.RosterPosition
yfpy.models.Scoreboard
yfpy.models.SelectedPosition
yfpy.models.Settings
yfpy.models.Standings
yfpy.models.Stat
yfpy.models.StatCategories
yfpy.models.StatModifiers
yfpy.models.StatPositionType
yfpy.models.Streak
yfpy.models.Team
yfpy.models.TeamLogo
yfpy.models.TeamPoints
yfpy.models.TeamProjectedPoints
yfpy.models.TeamStandings
yfpy.models.Transaction
yfpy.models.TransactionData
yfpy.models.User
yfpy.models.YahooFantasyObject
yfpy.query
yfpy.query.YahooFantasySportsQuery
yfpy.utils
yfpy.utils.complex_json_handler
yfpy.utils.convert_strings_to_numeric_equivalents
yfpy.utils.dict_to_list
yfpy.utils.flatten_json_dict_list
yfpy.utils.flatten_to_list
yfpy.utils.flatten_to_objects
yfpy.utils.get_type
yfpy.utils.jsonify_data
yfpy.utils.jsonify_data_to_file
yfpy.utils.prettify_data
yfpy.utils.reformat_json_list
yfpy.utils.reorganize_json_dict
yfpy.utils.unpack_data
Tests
test.conftest
test.conftest.show_log_output
test.integration
test.integration.conftest
test.integration.conftest.auth_dir
test.integration.conftest.browser_callback
test.integration.conftest.chosen_date
test.integration.conftest.chosen_week
test.integration.conftest.data_dir
test.integration.conftest.game_code
test.integration.conftest.game_id
test.integration.conftest.game_key
test.integration.conftest.league_id
test.integration.conftest.league_player_limit
test.integration.conftest.player_id
test.integration.conftest.player_key
test.integration.conftest.season
test.integration.conftest.team_id
test.integration.conftest.team_name
test.integration.conftest.yahoo_data
test.integration.conftest.yahoo_query
test.integration.test_api_game_data
test.integration.test_api_game_data.test_get_all_yahoo_fantasy_game_keys
test.integration.test_api_game_data.test_get_current_game_info
test.integration.test_api_game_data.test_get_current_game_metadata
test.integration.test_api_game_data.test_get_game_info_by_game_id
test.integration.test_api_game_data.test_get_game_key_by_season
test.integration.test_api_game_data.test_get_game_metadata_by_game_id
test.integration.test_api_game_data.test_get_game_position_types_by_game_id
test.integration.test_api_game_data.test_get_game_roster_positions_by_game_id
test.integration.test_api_game_data.test_get_game_stat_categories_by_game_id
test.integration.test_api_game_data.test_get_game_weeks_by_game_id
test.integration.test_api_game_data.test_get_league_key
test.integration.test_api_league_data
test.integration.test_api_league_data.test_get_league_draft_results
test.integration.test_api_league_data.test_get_league_info
test.integration.test_api_league_data.test_get_league_matchups_by_week
test.integration.test_api_league_data.test_get_league_metadata
test.integration.test_api_league_data.test_get_league_players
test.integration.test_api_league_data.test_get_league_players_with_limit
test.integration.test_api_league_data.test_get_league_scoreboard_by_week
test.integration.test_api_league_data.test_get_league_settings
test.integration.test_api_league_data.test_get_league_standings
test.integration.test_api_league_data.test_get_league_teams
test.integration.test_api_league_data.test_get_league_transactions
test.integration.test_api_player_data
test.integration.test_api_player_data.test_get_player_draft_analysis
test.integration.test_api_player_data.test_get_player_ownership
test.integration.test_api_player_data.test_get_player_percent_owned_by_week
test.integration.test_api_player_data.test_get_player_stats_by_date
test.integration.test_api_player_data.test_get_player_stats_by_week
test.integration.test_api_player_data.test_get_player_stats_for_season
test.integration.test_api_team_data
test.integration.test_api_team_data.test_get_team_draft_results
test.integration.test_api_team_data.test_get_team_info
test.integration.test_api_team_data.test_get_team_matchups
test.integration.test_api_team_data.test_get_team_metadata
test.integration.test_api_team_data.test_get_team_roster_by_week
test.integration.test_api_team_data.test_get_team_roster_player_info_by_date
test.integration.test_api_team_data.test_get_team_roster_player_info_by_week
test.integration.test_api_team_data.test_get_team_roster_player_stats
test.integration.test_api_team_data.test_get_team_roster_player_stats_by_week
test.integration.test_api_team_data.test_get_team_standings
test.integration.test_api_team_data.test_get_team_stats
test.integration.test_api_team_data.test_get_team_stats_by_week
test.integration.test_api_user_data
test.integration.test_api_user_data.test_get_current_user
test.integration.test_api_user_data.test_get_user_games
test.integration.test_api_user_data.test_get_user_leagues_by_game_id
test.integration.test_api_user_data.test_get_user_teams
test.unit
test.unit.conftest
test.unit.test_utils
test.unit.test_utils.test_complex_json_handler
test.unit.test_utils.test_convert_strings_to_numeric_equivalents
test.unit.test_utils.test_dict_to_list
test.unit.test_utils.test_flatten_json_dict_list
test.unit.test_utils.test_flatten_to_list
test.unit.test_utils.test_flatten_to_objects
test.unit.test_utils.test_get_type
test.unit.test_utils.test_prettify_data
test.unit.test_utils.test_reformat_json_list
test.unit.test_utils.test_reorganize_json_dict
test.unit.test_utils.test_unpack_data
YFPY - Yahoo Fantasy Sports API Wrapper
Table of Contents
About
Installation
Pip
Manual
Setup
Yahoo Developer Network App
Usage
Authentication
Querying the Yahoo Fantasy Sports API
Testing
Unit
Integration
Running
Dependencies
Platform
Python
Development
Troubleshooting
Yahoo Fantasy Sports API
Quickstart
Package
yfpy.data
yfpy.data.Data
yfpy.exceptions
yfpy.exceptions.YahooFantasySportsDataNotFound
yfpy.exceptions.YahooFantasySportsException
yfpy.logger
yfpy.logger.get_logger
yfpy.models
yfpy.models.Bonus
yfpy.models.ByeWeeks
yfpy.models.Division
yfpy.models.DivisionalOutcomeTotals
yfpy.models.DraftAnalysis
yfpy.models.DraftResult
yfpy.models.Game
yfpy.models.GameWeek
yfpy.models.Headshot
yfpy.models.League
yfpy.models.Manager
yfpy.models.Matchup
yfpy.models.MatchupGrade
yfpy.models.Name
yfpy.models.OutcomeTotals
yfpy.models.Ownership
yfpy.models.PercentOwned
yfpy.models.Player
yfpy.models.PlayerPoints
yfpy.models.PlayerStats
yfpy.models.PositionType
yfpy.models.Roster
yfpy.models.RosterAdds
yfpy.models.RosterPosition
yfpy.models.Scoreboard
yfpy.models.SelectedPosition
yfpy.models.Settings
yfpy.models.Standings
yfpy.models.Stat
yfpy.models.StatCategories
yfpy.models.StatModifiers
yfpy.models.StatPositionType
yfpy.models.Streak
yfpy.models.Team
yfpy.models.TeamLogo
yfpy.models.TeamPoints
yfpy.models.TeamProjectedPoints
yfpy.models.TeamStandings
yfpy.models.Transaction
yfpy.models.TransactionData
yfpy.models.User
yfpy.models.YahooFantasyObject
yfpy.query
yfpy.query.YahooFantasySportsQuery
yfpy.utils
yfpy.utils.complex_json_handler
yfpy.utils.convert_strings_to_numeric_equivalents
yfpy.utils.dict_to_list
yfpy.utils.flatten_json_dict_list
yfpy.utils.flatten_to_list
yfpy.utils.flatten_to_objects
yfpy.utils.get_type
yfpy.utils.jsonify_data
yfpy.utils.jsonify_data_to_file
yfpy.utils.prettify_data
yfpy.utils.reformat_json_list
yfpy.utils.reorganize_json_dict
yfpy.utils.unpack_data
Tests
test.conftest
test.conftest.show_log_output
test.integration
test.integration.conftest
test.integration.conftest.auth_dir
test.integration.conftest.browser_callback
test.integration.conftest.chosen_date
test.integration.conftest.chosen_week
test.integration.conftest.data_dir
test.integration.conftest.game_code
test.integration.conftest.game_id
test.integration.conftest.game_key
test.integration.conftest.league_id
test.integration.conftest.league_player_limit
test.integration.conftest.player_id
test.integration.conftest.player_key
test.integration.conftest.season
test.integration.conftest.team_id
test.integration.conftest.team_name
test.integration.conftest.yahoo_data
test.integration.conftest.yahoo_query
test.integration.test_api_game_data
test.integration.test_api_game_data.test_get_all_yahoo_fantasy_game_keys
test.integration.test_api_game_data.test_get_current_game_info
test.integration.test_api_game_data.test_get_current_game_metadata
test.integration.test_api_game_data.test_get_game_info_by_game_id
test.integration.test_api_game_data.test_get_game_key_by_season
test.integration.test_api_game_data.test_get_game_metadata_by_game_id
test.integration.test_api_game_data.test_get_game_position_types_by_game_id
test.integration.test_api_game_data.test_get_game_roster_positions_by_game_id
test.integration.test_api_game_data.test_get_game_stat_categories_by_game_id
test.integration.test_api_game_data.test_get_game_weeks_by_game_id
test.integration.test_api_game_data.test_get_league_key
test.integration.test_api_league_data
test.integration.test_api_league_data.test_get_league_draft_results
test.integration.test_api_league_data.test_get_league_info
test.integration.test_api_league_data.test_get_league_matchups_by_week
test.integration.test_api_league_data.test_get_league_metadata
test.integration.test_api_league_data.test_get_league_players
test.integration.test_api_league_data.test_get_league_players_with_limit
test.integration.test_api_league_data.test_get_league_scoreboard_by_week
test.integration.test_api_league_data.test_get_league_settings
test.integration.test_api_league_data.test_get_league_standings
test.integration.test_api_league_data.test_get_league_teams
test.integration.test_api_league_data.test_get_league_transactions
test.integration.test_api_player_data
test.integration.test_api_player_data.test_get_player_draft_analysis
test.integration.test_api_player_data.test_get_player_ownership
test.integration.test_api_player_data.test_get_player_percent_owned_by_week
test.integration.test_api_player_data.test_get_player_stats_by_date
test.integration.test_api_player_data.test_get_player_stats_by_week
test.integration.test_api_player_data.test_get_player_stats_for_season
test.integration.test_api_team_data
test.integration.test_api_team_data.test_get_team_draft_results
test.integration.test_api_team_data.test_get_team_info
test.integration.test_api_team_data.test_get_team_matchups
test.integration.test_api_team_data.test_get_team_metadata
test.integration.test_api_team_data.test_get_team_roster_by_week
test.integration.test_api_team_data.test_get_team_roster_player_info_by_date
test.integration.test_api_team_data.test_get_team_roster_player_info_by_week
test.integration.test_api_team_data.test_get_team_roster_player_stats
test.integration.test_api_team_data.test_get_team_roster_player_stats_by_week
test.integration.test_api_team_data.test_get_team_standings
test.integration.test_api_team_data.test_get_team_stats
test.integration.test_api_team_data.test_get_team_stats_by_week
test.integration.test_api_user_data
test.integration.test_api_user_data.test_get_current_user
test.integration.test_api_user_data.test_get_user_games
test.integration.test_api_user_data.test_get_user_leagues_by_game_id
test.integration.test_api_user_data.test_get_user_teams
test.unit
test.unit.conftest
test.unit.test_utils
test.unit.test_utils.test_complex_json_handler
test.unit.test_utils.test_convert_strings_to_numeric_equivalents
test.unit.test_utils.test_dict_to_list
test.unit.test_utils.test_flatten_json_dict_list
test.unit.test_utils.test_flatten_to_list
test.unit.test_utils.test_flatten_to_objects
test.unit.test_utils.test_get_type
test.unit.test_utils.test_prettify_data
test.unit.test_utils.test_reformat_json_list
test.unit.test_utils.test_reorganize_json_dict
test.unit.test_utils.test_unpack_data
YFPY
»
test
»
test.integration
»
test.integration.test_api_league_data
»
test.integration.test_api_league_data.test_get_league_matchups_by_week
Previous
Next
test.integration.test_api_league_data.test_get_league_matchups_by_week
test_get_league_matchups_by_week
(
yahoo_query
,
yahoo_data
,
data_dir
,
season
,
chosen_week
,
game_id
,
league_id
,
show_log_output
)
[source]
Retrieve matchups for chosen league by week.