LICENSE
README.md
pyproject.toml
setup.py
cricinfo/__init__.py
cricinfo/cricinfo.py
cricinfo/match_format.py
cricinfo/team.py
cricinfo/helpers/__init__.py
cricinfo/helpers/data_sanitizer.py
cricinfo/helpers/request_helper.py
cricinfo/helpers/stat_type.py
cricinfo/services/__init__.py
cricinfo/services/cricinfo_service.py
cricinfo_stats.egg-info/PKG-INFO
cricinfo_stats.egg-info/SOURCES.txt
cricinfo_stats.egg-info/dependency_links.txt
cricinfo_stats.egg-info/top_level.txt
tests/__init__.py
tests/test_cricinfo.py
tests/test_match_format.py
tests/test_team.py
tests/test_helpers/__init__.py
tests/test_helpers/test_data_sanitizer.py
tests/test_helpers/test_request_helper.py
tests/test_services/__init__.py
tests/test_services/test_cricinfo_service.py