.coveragerc
.gitattributes
.gitignore
.mypy.ini
.pylintrc
LICENSE
README.md
docs_requirements.in
docs_requirements.txt
pyproject.toml
requirements.in
requirements.txt
setup.cfg
test_requirements.in
test_requirements.txt
.circleci/config.yml
cd/deploy_docs.sh
cd/deploy_package.sh
cd/make_release.sh
ci/install_dependencies.sh
ci/make_docs.sh
ci/run_tests.sh
docs/Makefile
docs/make.bat
docs/source/README.md
docs/source/api_index.rst
docs/source/conf.py
docs/source/endpoints_index.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/misc_index.rst
docs/source/usage.md
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
test/__init__.py
test/mock_requests.py
test/test_api.py
test/resources/home.html
test/resources/league_epl.html
test/resources/match.html
test/resources/minimal.html
test/resources/player.html
test/resources/team.html
test/resources/data/league_datesdata.json
test/resources/data/league_playersdata.json
test/resources/data/league_teamsdata.json
test/resources/data/match_matchinfo.json
test/resources/data/match_rostersdata.json
test/resources/data/match_shotsdata.json
test/resources/data/player_groupsdata.json
test/resources/data/player_matchesdata.json
test/resources/data/player_shotsdata.json
test/resources/data/team_datesdata.json
test/resources/data/team_playersdata.json
test/resources/data/team_statisticsdata.json
understatapi/__init__.py
understatapi/api.py
understatapi/exceptions.py
understatapi/utils.py
understatapi.egg-info/PKG-INFO
understatapi.egg-info/SOURCES.txt
understatapi.egg-info/dependency_links.txt
understatapi.egg-info/requires.txt
understatapi.egg-info/top_level.txt
understatapi/endpoints/__init__.py
understatapi/endpoints/base.py
understatapi/endpoints/league.py
understatapi/endpoints/match.py
understatapi/endpoints/player.py
understatapi/endpoints/team.py
understatapi/parsers/__init__.py
understatapi/parsers/base.py
understatapi/parsers/league.py
understatapi/parsers/match.py
understatapi/parsers/player.py
understatapi/parsers/team.py