LICENSE
NOTICE.md
README.md
pyproject.toml
LICENSES/pgatourPY-MIT.txt
src/pga_tour_api/__init__.py
src/pga_tour_api/_api.py
src/pga_tour_api/_parse.py
src/pga_tour_api/client.py
src/pga_tour_api/raw.py
src/pga_tour_api/stat_ids.py
src/pga_tour_api/graphql/AllTimeRecordCategories.graphql
src/pga_tour_api/graphql/AllTimeRecordStat.graphql
src/pga_tour_api/graphql/CourseStats.graphql
src/pga_tour_api/graphql/CourseStatsDetails.graphql
src/pga_tour_api/graphql/CourseStatsOverview.graphql
src/pga_tour_api/graphql/Coverage.graphql
src/pga_tour_api/graphql/CupTeamRoster.graphql
src/pga_tour_api/graphql/CurrentLeadersCompressed.graphql
src/pga_tour_api/graphql/Field.graphql
src/pga_tour_api/graphql/FieldStats.graphql
src/pga_tour_api/graphql/GenericContentCompressed.graphql
src/pga_tour_api/graphql/GetExpertPicksTable.graphql
src/pga_tour_api/graphql/GetPowerRankingsTable.graphql
src/pga_tour_api/graphql/LeaderboardCompressedV3.graphql
src/pga_tour_api/graphql/LeaderboardHoleByHole.graphql
src/pga_tour_api/graphql/MatchPlayLeaderboardCompressed.graphql
src/pga_tour_api/graphql/NewsArticles.graphql
src/pga_tour_api/graphql/NewsFranchises.graphql
src/pga_tour_api/graphql/PlayerComparison.graphql
src/pga_tour_api/graphql/PlayoffScorecardV3.graphql
src/pga_tour_api/graphql/PlayoffShotDetailsCompressed.graphql
src/pga_tour_api/graphql/PriorityRankings.graphql
src/pga_tour_api/graphql/ScorecardCompressedV3.graphql
src/pga_tour_api/graphql/ScorecardStatsComparisonCategories.graphql
src/pga_tour_api/graphql/ScorecardStatsV3Compressed.graphql
src/pga_tour_api/graphql/SignatureStandings.graphql
src/pga_tour_api/graphql/StatDetails.graphql
src/pga_tour_api/graphql/StatOverview.graphql
src/pga_tour_api/graphql/TeamStrokePlayLeaderboardCompressed.graphql
src/pga_tour_api/graphql/TeeTimesCompressedV2.graphql
src/pga_tour_api/graphql/TourCupSplit.graphql
src/pga_tour_api/graphql/TourcastVideos.graphql
src/pga_tour_api/graphql/TournamentOverview.graphql
src/pga_tour_api/graphql/TournamentPastResults.graphql
src/pga_tour_api/graphql/Tournaments.graphql
src/pga_tour_api/graphql/UniversityRankings.graphql
src/pga_tour_api/graphql/UniversityTotalPoints.graphql
src/pga_tour_api/graphql/Videos.graphql
src/pga_tour_api/graphql/Weather.graphql
src/pga_tour_api/graphql/getPlayerTournamentStatus.graphql
src/pga_tour_api/graphql/oddsToWinCompressed.graphql
src/pga_tour_api/graphql/shotDetailsV4Compressed.graphql
src/pga_tour_api/queries/AllTimeRecordCategories.graphql
src/pga_tour_api/queries/AllTimeRecordStat.graphql
src/pga_tour_api/queries/CourseStats.graphql
src/pga_tour_api/queries/CourseStatsDetails.graphql
src/pga_tour_api/queries/CourseStatsOverview.graphql
src/pga_tour_api/queries/Coverage.graphql
src/pga_tour_api/queries/CupTeamRoster.graphql
src/pga_tour_api/queries/CurrentLeadersCompressed.graphql
src/pga_tour_api/queries/Field.graphql
src/pga_tour_api/queries/FieldStats.graphql
src/pga_tour_api/queries/GenericContentCompressed.graphql
src/pga_tour_api/queries/GetExpertPicksTable.graphql
src/pga_tour_api/queries/GetPowerRankingsTable.graphql
src/pga_tour_api/queries/LeaderboardCompressedV3.graphql
src/pga_tour_api/queries/LeaderboardHoleByHole.graphql
src/pga_tour_api/queries/MatchPlayLeaderboardCompressed.graphql
src/pga_tour_api/queries/NewsArticles.graphql
src/pga_tour_api/queries/NewsFranchises.graphql
src/pga_tour_api/queries/PlayerComparison.graphql
src/pga_tour_api/queries/PlayoffScorecardV3.graphql
src/pga_tour_api/queries/PlayoffShotDetailsCompressed.graphql
src/pga_tour_api/queries/PriorityRankings.graphql
src/pga_tour_api/queries/ScorecardCompressedV3.graphql
src/pga_tour_api/queries/ScorecardStatsComparisonCategories.graphql
src/pga_tour_api/queries/ScorecardStatsV3Compressed.graphql
src/pga_tour_api/queries/SignatureStandings.graphql
src/pga_tour_api/queries/StatDetails.graphql
src/pga_tour_api/queries/StatOverview.graphql
src/pga_tour_api/queries/TeamStrokePlayLeaderboardCompressed.graphql
src/pga_tour_api/queries/TeeTimesCompressedV2.graphql
src/pga_tour_api/queries/TourCupSplit.graphql
src/pga_tour_api/queries/TourcastVideos.graphql
src/pga_tour_api/queries/TournamentOverview.graphql
src/pga_tour_api/queries/TournamentPastResults.graphql
src/pga_tour_api/queries/Tournaments.graphql
src/pga_tour_api/queries/UniversityRankings.graphql
src/pga_tour_api/queries/UniversityTotalPoints.graphql
src/pga_tour_api/queries/Videos.graphql
src/pga_tour_api/queries/Weather.graphql
src/pga_tour_api/queries/__init__.py
src/pga_tour_api/queries/getPlayerTournamentStatus.graphql
src/pga_tour_api/queries/oddsToWinCompressed.graphql
src/pga_tour_api/queries/shotDetailsV4Compressed.graphql
src/pga_tour_unofficial_api.egg-info/PKG-INFO
src/pga_tour_unofficial_api.egg-info/SOURCES.txt
src/pga_tour_unofficial_api.egg-info/dependency_links.txt
src/pga_tour_unofficial_api.egg-info/requires.txt
src/pga_tour_unofficial_api.egg-info/top_level.txt
tests/test_api.py
tests/test_client.py
tests/test_content.py
tests/test_expansion.py
tests/test_leaderboard.py
tests/test_live_data.py
tests/test_new_endpoints.py
tests/test_parse.py
tests/test_player_profile.py
tests/test_players_tournaments.py
tests/test_stats.py
tests/test_utils.py