AUTHORS.rst
LICENSE
README.rst
setup.cfg
setup.py
sr.comp.egg-info/PKG-INFO
sr.comp.egg-info/SOURCES.txt
sr.comp.egg-info/dependency_links.txt
sr.comp.egg-info/namespace_packages.txt
sr.comp.egg-info/requires.txt
sr.comp.egg-info/top_level.txt
sr.comp.egg-info/zip-safe
sr/comp/__init__.pyi
sr/comp/arenas.py
sr/comp/comp.py
sr/comp/match_period.py
sr/comp/match_period_clock.py
sr/comp/matches.py
sr/comp/py.typed
sr/comp/ranker.py
sr/comp/raw_compstate.py
sr/comp/scores.py
sr/comp/teams.py
sr/comp/text_utils.py
sr/comp/types.py
sr/comp/validation.py
sr/comp/venue.py
sr/comp/winners.py
sr/comp/yaml_loader.py
sr/comp/knockout_scheduler/__init__.py
sr/comp/knockout_scheduler/automatic_scheduler.py
sr/comp/knockout_scheduler/base_scheduler.py
sr/comp/knockout_scheduler/converters.py
sr/comp/knockout_scheduler/exceptions.py
sr/comp/knockout_scheduler/seeding.py
sr/comp/knockout_scheduler/stable_random.py
sr/comp/knockout_scheduler/static_scheduler.py
sr/comp/knockout_scheduler/structured_scheduler.py
sr/comp/knockout_scheduler/types.py
tests/test_base_knockout_scheduler.py
tests/test_comp.py
tests/test_knockout_scheduler.py
tests/test_knockout_scores.py
tests/test_league_scores.py
tests/test_match_period.py
tests/test_match_period_clock.py
tests/test_matches.py
tests/test_ranker.py
tests/test_raw_compstate.py
tests/test_scores.py
tests/test_stable_random.py
tests/test_static_knockout_scheduler.py
tests/test_structured_knockout_scheduler.py
tests/test_team.py
tests/test_teamscore.py
tests/test_tiebreaker.py
tests/test_validation.py
tests/test_venue.py
tests/test_winners.py