{"id":24829412,"url":"https://github.com/kyoto7250/roundrobin_match","last_synced_at":"2026-02-05T20:02:22.726Z","repository":{"id":274386025,"uuid":"908464204","full_name":"kyoto7250/roundrobin_match","owner":"kyoto7250","description":"round robin matching algorithm for python3","archived":false,"fork":false,"pushed_at":"2024-12-26T12:19:40.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T12:38:32.841Z","etag":null,"topics":["algorithm","cli"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/roundrobin-match/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyoto7250.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-26T06:19:31.000Z","updated_at":"2024-12-26T12:21:12.000Z","dependencies_parsed_at":"2025-01-27T01:27:09.437Z","dependency_job_id":"5acda99d-0636-4a4e-89b8-158bcf5b6f7c","html_url":"https://github.com/kyoto7250/roundrobin_match","commit_stats":null,"previous_names":["kyoto7250/roundrobin_match"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kyoto7250/roundrobin_match","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoto7250%2Froundrobin_match","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoto7250%2Froundrobin_match/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoto7250%2Froundrobin_match/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoto7250%2Froundrobin_match/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyoto7250","download_url":"https://codeload.github.com/kyoto7250/roundrobin_match/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoto7250%2Froundrobin_match/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29132523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T19:36:52.185Z","status":"ssl_error","status_checked_at":"2026-02-05T19:35:40.941Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["algorithm","cli"],"created_at":"2025-01-30T23:05:53.444Z","updated_at":"2026-02-05T20:02:22.685Z","avatar_url":"https://github.com/kyoto7250.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roundrobin_match\n\nA CLI library for creating 1on1 and game match schedules.\nIt uses round robin matching algorithm for python3.\n\n## requirement\n- `python3.10 \u003e=`\n\n## install\n```bash\npip install roundrobin_match\n```\n\n## usage\n```bash\n# if you do not pass the seed, the result is not shuffled.\nroundrobin_match --seed 40 --list alice bob dave\n| DAY | alice | bob | dave | break |\n| ---- | -------|-----|------|-------|\n| 0 | dave | break | alice | bob|\n| 1 | break | dave | bob | alice|\n| 2 | bob | alice | break | dave|\n```\n\n## contribute\n- If you want to fix, or add the function, please feel free to submit a PR.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyoto7250%2Froundrobin_match","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyoto7250%2Froundrobin_match","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyoto7250%2Froundrobin_match/lists"}