Skip to content

PeterJCLaw/league-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

League Checker

CircleCI

Checks for a schedule of league matches.

These checks are extracted from https://github.com/PeterJCLaw/match-scheduler.

Schedule format

The expected format for a schedule file is one match per line, entrants separated by pipes (|). Comments are started with hashes (#). Empty lines and whitespace around entrants are ignored.

Typically entrants are specified as numbers so that the schedules are agnostic of the actual competitors. (For any fair non-seeded schedule it should always be possible to assign any entrant id to any competitor anyway).

For example:

# This is a comment
1|3|22|0
13|2|6|9 # This is also a comment
10|14|3|7

Checks

A summary of the most common checks can be obtained by running:

./checks/summary.py path/to/schedule.txt

See the help messages of each check command for details.

About

Checks for schedules of league matches

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published