LICENSE
README.md
pyproject.toml
sportly/__init__.py
sportly/cli.py
sportly/client.py
sportly/exceptions.py
sportly/models.py
sportly.egg-info/PKG-INFO
sportly.egg-info/SOURCES.txt
sportly.egg-info/dependency_links.txt
sportly.egg-info/entry_points.txt
sportly.egg-info/requires.txt
sportly.egg-info/top_level.txt
sportly/espn/__init__.py
sportly/espn/_domains.py
sportly/espn/_leagues.py
sportly/espn/_parse.py
sportly/espn/australian_football.py
sportly/espn/baseball.py
sportly/espn/basketball.py
sportly/espn/cricket.py
sportly/espn/field_hockey.py
sportly/espn/football.py
sportly/espn/golf.py
sportly/espn/hockey.py
sportly/espn/lacrosse.py
sportly/espn/mma.py
sportly/espn/racing.py
sportly/espn/rugby.py
sportly/espn/rugby_league.py
sportly/espn/soccer.py
sportly/espn/tennis.py
sportly/espn/volleyball.py
sportly/espn/water_polo.py
sportly/espn/endpoints/__init__.py
sportly/espn/endpoints/advanced.py
sportly/espn/endpoints/athletes.py
sportly/espn/endpoints/news.py
sportly/espn/endpoints/schedule.py
sportly/espn/endpoints/standings.py
sportly/espn/endpoints/teams.py
sportly/fantasy/__init__.py
sportly/fantasy/endpoints/__init__.py
sportly/fantasy/endpoints/_client.py
sportly/fantasy/endpoints/league.py
sportly/fantasy/endpoints/meta.py
sportly/fantasy/endpoints/players.py
sportly/fotmob/__init__.py
sportly/fotmob/endpoints/__init__.py
sportly/fotmob/endpoints/_client.py
sportly/fotmob/endpoints/leagues.py
sportly/fotmob/endpoints/matches.py
sportly/fotmob/endpoints/players.py
sportly/fotmob/endpoints/teams.py
sportly/mlb/__init__.py
sportly/mlb/_client.py
sportly/mlb/endpoints/__init__.py
sportly/mlb/endpoints/games.py
sportly/mlb/endpoints/players.py
sportly/mlb/endpoints/schedule.py
sportly/mlb/endpoints/stats.py
sportly/mlb/endpoints/teams.py
sportly/nba/__init__.py
sportly/nba/_client.py
sportly/nba/endpoints/__init__.py
sportly/nba/endpoints/games.py
sportly/nba/endpoints/league.py
sportly/nba/endpoints/players.py
sportly/nba/endpoints/teams.py
sportly/nfl/__init__.py
sportly/nfl/endpoints/__init__.py
sportly/nfl/endpoints/games.py
sportly/nfl/endpoints/league.py
sportly/nfl/endpoints/players.py
sportly/nfl/endpoints/teams.py
sportly/nhl/__init__.py
sportly/nhl/_client.py
sportly/nhl/endpoints/__init__.py
sportly/nhl/endpoints/games.py
sportly/nhl/endpoints/schedule.py
sportly/nhl/endpoints/teams.py
sportly/sofascore/__init__.py
sportly/sofascore/endpoints/__init__.py
sportly/sofascore/endpoints/_client.py
sportly/sofascore/endpoints/events.py
sportly/sofascore/endpoints/players.py
sportly/sofascore/endpoints/schedule.py
sportly/sofascore/endpoints/teams.py
sportly/sofascore/endpoints/tournaments.py
tests/test_cli.py
tests/test_client.py
tests/test_endpoints.py
tests/test_espn_basketball.py
tests/test_fantasy.py
tests/test_fotmob.py
tests/test_mlb.py
tests/test_nba.py
tests/test_nfl.py
tests/test_nhl.py
tests/test_package.py
tests/test_sofascore.py