LICENSE
README.md
pyproject.toml
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/athlete.py
src/biathlon/commands/ceremony.py
src/biathlon/commands/cumulate.py
src/biathlon/commands/events.py
src/biathlon/commands/records.py
src/biathlon/commands/relay.py
src/biathlon/commands/results.py
src/biathlon/commands/scores.py
src/biathlon/commands/seasons.py
src/biathlon/commands/shooting.py
tests/test_constants.py
tests/test_formatting.py
tests/test_utils.py