README.md
pyproject.toml
src/gambit_pairing.egg-info/PKG-INFO
src/gambit_pairing.egg-info/SOURCES.txt
src/gambit_pairing.egg-info/dependency_links.txt
src/gambit_pairing.egg-info/entry_points.txt
src/gambit_pairing.egg-info/requires.txt
src/gambit_pairing.egg-info/top_level.txt
src/gambitpairing/__init__.py
src/gambitpairing/__main__.py
src/gambitpairing/club.py
src/gambitpairing/constants.py
src/gambitpairing/exceptions.py
src/gambitpairing/tournament.py
src/gambitpairing/type_hints.py
src/gambitpairing/gui/__init__.py
src/gambitpairing/gui/gui_utils.py
src/gambitpairing/gui/import_player.py
src/gambitpairing/gui/mainwindow.py
src/gambitpairing/gui/notification.py
src/gambitpairing/gui/notournament_placeholder.py
src/gambitpairing/gui/dialogs/__init__.py
src/gambitpairing/gui/dialogs/about_dialog.py
src/gambitpairing/gui/dialogs/manual_pairing_dialog.py
src/gambitpairing/gui/dialogs/new_tournament_dialog.py
src/gambitpairing/gui/dialogs/player_management_dialog.py
src/gambitpairing/gui/dialogs/print_options_dialog.py
src/gambitpairing/gui/dialogs/printing.py
src/gambitpairing/gui/dialogs/tournament_settings_dialoug.py
src/gambitpairing/gui/dialogs/update_dialog.py
src/gambitpairing/gui/dialogs/update_prompt_dialog.py
src/gambitpairing/gui/tabs/__init__.py
src/gambitpairing/gui/views/__init__.py
src/gambitpairing/gui/views/crosstable/__init__.py
src/gambitpairing/gui/views/crosstable/crosstable_view.py
src/gambitpairing/gui/views/history/__init__.py
src/gambitpairing/gui/views/history/history_view.py
src/gambitpairing/gui/views/players/__init__.py
src/gambitpairing/gui/views/players/players_view.py
src/gambitpairing/gui/views/standings/__init__.py
src/gambitpairing/gui/views/standings/standings_view.py
src/gambitpairing/gui/views/tournament/__init__.py
src/gambitpairing/gui/views/tournament/tournament_controller.py
src/gambitpairing/gui/views/tournament/tournament_state.py
src/gambitpairing/gui/views/tournament/tournament_view.py
src/gambitpairing/gui/views/tournament/components/__init__.py
src/gambitpairing/gui/views/tournament/components/pairings_table.py
src/gambitpairing/gui/views/tournament/components/pairings_table_manager.py
src/gambitpairing/gui/views/tournament/components/pre_tournament_widget.py
src/gambitpairing/gui/views/tournament/components/round_controls.py
src/gambitpairing/gui/views/tournament/components/tournament_widgets.py
src/gambitpairing/gui/views/tournament/utils/__init__.py
src/gambitpairing/gui/views/tournament/utils/pairings_printer.py
src/gambitpairing/gui/widgets/header.py
src/gambitpairing/pairing/dutch_swiss.py
src/gambitpairing/pairing/round_robin.py
src/gambitpairing/player/__init__.py
src/gambitpairing/player/base_player.py
src/gambitpairing/player/factory.py
src/gambitpairing/player/fide_player.py
src/gambitpairing/resources/__init__.py
src/gambitpairing/resources/resource_utils.py
src/gambitpairing/resources/styles.qss
src/gambitpairing/resources/icons/__init__.py
src/gambitpairing/resources/icons/about.webp
src/gambitpairing/resources/icons/arrow-down.svg
src/gambitpairing/resources/icons/arrow-right.svg
src/gambitpairing/resources/icons/arrow-up.svg
src/gambitpairing/resources/icons/checkmark-white.svg
src/gambitpairing/resources/icons/copy.svg
src/gambitpairing/resources/icons/edit.svg
src/gambitpairing/resources/icons/external-link.svg
src/gambitpairing/resources/icons/icon.ico
src/gambitpairing/resources/icons/icon.png
src/gambitpairing/resources/icons/icon2.webp
src/gambitpairing/resources/icons/play.svg
src/gambitpairing/resources/icons/print.svg
src/gambitpairing/resources/icons/refresh.svg
src/gambitpairing/resources/icons/undo.svg
src/gambitpairing/test/__init__.py
src/gambitpairing/test/__main__.py
src/gambitpairing/test/core/pairing_round_robin.py
src/gambitpairing/tournament/__init__.py
src/gambitpairing/tournament/models.py
src/gambitpairing/tournament/result_recorder.py
src/gambitpairing/tournament/round_manager.py
src/gambitpairing/tournament/tiebreak_calculator.py
src/gambitpairing/tournament/tournament.py
src/gambitpairing/update/__init__.py
src/gambitpairing/update/updater.py
src/gambitpairing/update/worker.py
src/gambitpairing/utils/__init__.py
src/gambitpairing/utils/api.py
src/gambitpairing/utils/api_adapters.py
src/gambitpairing/utils/command_runner.py
src/gambitpairing/utils/logging.py
src/gambitpairing/utils/print.py
src/gambitpairing/utils/restart.py
src/gambitpairing/utils/utility_functions.py
src/gambitpairing/utils/validation.py