{"id":16929018,"url":"https://github.com/peterjclaw/league-checker","last_synced_at":"2025-03-21T02:44:04.471Z","repository":{"id":138042251,"uuid":"483282845","full_name":"PeterJCLaw/league-checker","owner":"PeterJCLaw","description":"Checks for schedules of league matches","archived":false,"fork":false,"pushed_at":"2025-03-01T17:55:49.000Z","size":107,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T18:35:29.014Z","etag":null,"topics":["league","schedule"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PeterJCLaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-19T14:32:50.000Z","updated_at":"2025-03-01T17:55:53.000Z","dependencies_parsed_at":"2024-11-12T05:47:27.147Z","dependency_job_id":null,"html_url":"https://github.com/PeterJCLaw/league-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterJCLaw%2Fleague-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterJCLaw%2Fleague-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterJCLaw%2Fleague-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterJCLaw%2Fleague-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterJCLaw","download_url":"https://codeload.github.com/PeterJCLaw/league-checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244728196,"owners_count":20500023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["league","schedule"],"created_at":"2024-10-13T20:38:16.427Z","updated_at":"2025-03-21T02:44:04.451Z","avatar_url":"https://github.com/PeterJCLaw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# League Checker\n\n[![CircleCI](https://circleci.com/gh/PeterJCLaw/league-checker/tree/main.svg?style=svg)](https://circleci.com/gh/PeterJCLaw/league-checker/tree/main)\n\nChecks for a schedule of league matches.\n\nThese checks are extracted from https://github.com/PeterJCLaw/match-scheduler.\n\n## Schedule format\n\nThe expected format for a schedule file is one match per line, entrants\nseparated by pipes (`|`). Comments are started with hashes (`#`). Empty lines\nand whitespace around entrants are ignored.\n\nTypically entrants are specified as numbers so that the schedules are agnostic\nof the actual competitors. (For any fair non-seeded schedule it should always be\npossible to assign any entrant id to any competitor anyway).\n\nFor example:\n\n``` plain\n# This is a comment\n1|3|22|0\n13|2|6|9 # This is also a comment\n10|14|3|7\n```\n\n## Checks\n\nA summary of the most common checks can be obtained by running:\n\n``` shell\n./checks/summary.py path/to/schedule.txt\n```\n\nSee the help messages of each check command for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterjclaw%2Fleague-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterjclaw%2Fleague-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterjclaw%2Fleague-checker/lists"}