.flake8
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
__init__.py
conftest.py
project.license
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/flake8.yml
.github/workflows/publish.yml
.github/workflows/pytest.yml
src/esource_client_api/__init__.py
src/esource_client_api.egg-info/PKG-INFO
src/esource_client_api.egg-info/SOURCES.txt
src/esource_client_api.egg-info/dependency_links.txt
src/esource_client_api.egg-info/requires.txt
src/esource_client_api.egg-info/top_level.txt
src/esource_client_api/async_/__init__.py
src/esource_client_api/async_/base_resource.py
src/esource_client_api/async_/changelog.py
src/esource_client_api/async_/client.py
src/esource_client_api/async_/maps.py
src/esource_client_api/async_/players.py
src/esource_client_api/async_/session.py
src/esource_client_api/async_/sports.py
src/esource_client_api/async_/teams.py
src/esource_client_api/async_/trading_categories.py
src/esource_client_api/async_/trading_events.py
src/esource_client_api/async_/trading_tournaments.py
src/esource_client_api/models/__init__.py
src/esource_client_api/models/errors.py
src/esource_client_api/models/models.py
src/esource_client_api/sync/__init__.py
src/esource_client_api/sync/base_resource.py
src/esource_client_api/sync/changelog.py
src/esource_client_api/sync/client.py
src/esource_client_api/sync/maps.py
src/esource_client_api/sync/players.py
src/esource_client_api/sync/session.py
src/esource_client_api/sync/sports.py
src/esource_client_api/sync/teams.py
src/esource_client_api/sync/trading_categories.py
src/esource_client_api/sync/trading_events.py
src/esource_client_api/sync/trading_tournaments.py
tests/test_changelog.py
tests/test_integration_async_maps.py
tests/test_integration_async_players.py
tests/test_integration_async_session.py
tests/test_integration_async_sports.py
tests/test_integration_maps.py
tests/test_integration_players.py
tests/test_integration_session.py
tests/test_integration_sports.py
tests/test_maps.py
tests/test_maps_async.py
tests/test_players.py
tests/test_players_async.py
tests/test_sports.py
tests/test_sports_async.py
tests/test_teams.py
tests/test_teams_async.py
tests/test_trading_categories.py
tests/test_trading_categories_async.py
tests/test_trading_events.py
tests/test_trading_events_async.py
tests/test_trading_tournaments.py
tests/test_trading_tournaments_async.py