.gitignore
.pre-commit-config.yaml
COPYING
README.md
invoke.yml
pyproject.toml
tasks.py
.github/workflows/ci.yml
.github/workflows/publish.yml
scripts/__init__.py
scripts/pyinstaller_setup.py
scripts/readme_generator.py
scripts/script_util.py
scripts/settings_generator.py
scripts/github_actions/__init__.py
scripts/github_actions/activate.py
scripts/github_actions/mock_logfile.py
src/coh2_live_stats/__init__.py
src/coh2_live_stats/__main__.py
src/coh2_live_stats/_coh2livestats.toml
src/coh2_live_stats/_logging.toml
src/coh2_live_stats/coh2api.py
src/coh2_live_stats/logging_conf.py
src/coh2_live_stats/output.py
src/coh2_live_stats/py.typed
src/coh2_live_stats/settings.py
src/coh2_live_stats/util.py
src/coh2_live_stats/version.py
src/coh2_live_stats.egg-info/PKG-INFO
src/coh2_live_stats.egg-info/SOURCES.txt
src/coh2_live_stats.egg-info/dependency_links.txt
src/coh2_live_stats.egg-info/entry_points.txt
src/coh2_live_stats.egg-info/requires.txt
src/coh2_live_stats.egg-info/top_level.txt
src/coh2_live_stats/data/__init__.py
src/coh2_live_stats/data/color.py
src/coh2_live_stats/data/countries.py
src/coh2_live_stats/data/faction.py
src/coh2_live_stats/data/match.py
src/coh2_live_stats/data/player.py
src/coh2_live_stats/data/team.py
src/coh2_live_stats/res/coh2_live_stats.ico
src/coh2_live_stats/res/coh2_live_stats.xcf
src/coh2_live_stats/res/example_0.svg
src/coh2_live_stats/res/example_1.svg
src/coh2_live_stats/res/example_default.svg
src/coh2_live_stats/res/horn.wav
src/coh2_live_stats/res/horn_epic.wav
src/coh2_live_stats/res/horn_subtle.wav
tests/__init__.py
tests/conftest.py
tests/ruff.toml
tests/test_api.py
tests/test_logfile_parsing.py
tests/test_output.py
tests/test_settings.py
tests/test_util.py