.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
src/biathlon/__init__.py
src/biathlon/__main__.py
src/biathlon/api.py
src/biathlon/cli.py
src/biathlon/constants.py
src/biathlon/formatting.py
src/biathlon/utils.py
src/biathlon.egg-info/PKG-INFO
src/biathlon.egg-info/SOURCES.txt
src/biathlon.egg-info/dependency_links.txt
src/biathlon.egg-info/entry_points.txt
src/biathlon.egg-info/requires.txt
src/biathlon.egg-info/top_level.txt
src/biathlon/commands/__init__.py
src/biathlon/commands/_common.py
src/biathlon/commands/athlete.py
src/biathlon/commands/brief.py
src/biathlon/commands/ceremony.py
src/biathlon/commands/cumulate.py
src/biathlon/commands/events.py
src/biathlon/commands/form.py
src/biathlon/commands/post_race.py
src/biathlon/commands/results.py
src/biathlon/commands/seasons.py
src/biathlon/commands/shooting.py
src/biathlon/commands/standings.py
src/biathlon/commands/startlist.py
tests/__init__.py
tests/test_brief_startlist.py
tests/test_common.py
tests/test_constants.py
tests/test_formatting.py
tests/test_post_race.py
tests/test_startlist_snapshot.py
tests/test_utils.py