LICENSE
README.md
pyproject.toml
src/elochess/__init__.py
src/elochess.egg-info/PKG-INFO
src/elochess.egg-info/SOURCES.txt
src/elochess.egg-info/dependency_links.txt
src/elochess.egg-info/entry_points.txt
src/elochess.egg-info/requires.txt
src/elochess.egg-info/top_level.txt
src/elochess/api/__init__.py
src/elochess/api/app.py
src/elochess/api/main.py
src/elochess/api/update.py
src/elochess/api/models/__init__.py
src/elochess/api/models/camel_case_model.py
src/elochess/api/models/requests/__init__.py
src/elochess/api/models/requests/update_requests.py
src/elochess/api/models/responses/__init__.py
src/elochess/api/models/responses/update_response.py
src/elochess/base/__init__.py
src/elochess/base/rating_calculator.py
src/elochess/cli/__init__.py
src/elochess/cli/annotations.py
src/elochess/cli/app.py
src/elochess/cli/update.py
src/elochess/dwz/__init__.py
src/elochess/dwz/developement_coefficient.py
src/elochess/dwz/dwz_calculator.py
src/elochess/elo/__init__.py
src/elochess/elo/elo_calculator.py
src/elochess/elo/expected_score.py
src/elochess/uscf/__init__.py
src/elochess/uscf/performance_rating.py
src/elochess/uscf/uscf_calculator.py
tests/test_api.py
tests/test_cli.py
tests/test_dwz_calculator.py
tests/test_elo_calculator.py
tests/test_uscf_calculator.py