LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
espn_scores/__init__.py
espn_scores/__version__.py
espn_scores/py.typed
espn_scores.egg-info/PKG-INFO
espn_scores.egg-info/SOURCES.txt
espn_scores.egg-info/dependency_links.txt
espn_scores.egg-info/requires.txt
espn_scores.egg-info/top_level.txt
espn_scores/core/__init__.py
espn_scores/core/client.py
espn_scores/core/exceptions.py
espn_scores/sports/__init__.py
espn_scores/sports/cbb.py
espn_scores/sports/cfb.py
espn_scores/sports/conferences.py
espn_scores/sports/config.py
espn_scores/sports/engine.py
espn_scores/sports/golf.py
espn_scores/sports/mlb.py
espn_scores/sports/nba.py
espn_scores/sports/nfl.py
espn_scores/sports/nhl.py
espn_scores/sports/soccer.py
espn_scores/sports/tennis.py
espn_scores/sports/wnba.py
espn_scores/utils/__init__.py
espn_scores/utils/helpers.py
espn_scores/utils/parsers.py
tests/test_cbb.py
tests/test_core.py
tests/test_depth.py
tests/test_engine.py
tests/test_golf.py
tests/test_mlb.py
tests/test_nfl.py
tests/test_parsers.py
tests/test_soccer.py
tests/test_tennis.py
tests/test_wnba.py