{"id":22000678,"url":"https://github.com/boldandbrad/py-elo-db","last_synced_at":"2026-06-22T02:31:54.765Z","repository":{"id":134043901,"uuid":"184509498","full_name":"boldandbrad/py-elo-db","owner":"boldandbrad","description":"python tool for calculating and storing elo values and statistics for two sided match-based games","archived":false,"fork":false,"pushed_at":"2019-10-18T02:32:43.000Z","size":45,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T13:48:51.314Z","etag":null,"topics":["elo-rating","statistics"],"latest_commit_sha":null,"homepage":"","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/boldandbrad.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":"2019-05-02T02:21:24.000Z","updated_at":"2019-12-13T05:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"da093030-043a-4fe5-8fa4-9f8343f5dca5","html_url":"https://github.com/boldandbrad/py-elo-db","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boldandbrad/py-elo-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldandbrad%2Fpy-elo-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldandbrad%2Fpy-elo-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldandbrad%2Fpy-elo-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldandbrad%2Fpy-elo-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boldandbrad","download_url":"https://codeload.github.com/boldandbrad/py-elo-db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldandbrad%2Fpy-elo-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34632545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elo-rating","statistics"],"created_at":"2024-11-29T23:10:22.589Z","updated_at":"2026-06-22T02:31:54.744Z","avatar_url":"https://github.com/boldandbrad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Py-Elo-DB\n\n[![Build Status](https://travis-ci.org/bradleycwojcik/py-elo-db.svg?branch=master)](https://travis-ci.org/bradleycwojcik/py-elo-db)\n\npy-elo is a python tool for calculating and storing elo values and statistics for two sided match-based games. All data is stored in a sqlite database structure that can be easily queried, though py-elo-db will do the heavy lifting for you.\n\n## Dependencies\n- peewee\n\n## Installation\n- clone repository\n- create and activate a virtualenv\n- run: \n```bash\npip3 install -r requirements.txt\n```\n\n## Test\n```\nnosetests\n```\n\n## Usages\n```bash\npython3 app.py --help\n```\n\n## Examples\nThe quickest way to get going with py-elo-db is to add the outcome of a match. There is never a need to manually add new players/teams because py-elo-db will automatically store them for you if they don't already exist when you add a match.\n\nA match can be added with `-m` or `--match`:\n```bash\npython3 app.py -m \"Bulldogs 4 3 Grizzlies\"\n```\nThis will create and store new entries for Bulldogs and Grizzlies in the Player table, as well as a new record in the Match table with the score and other relevant data.\n\nOptionally, you can add `SD` to denote the game went to sudden death overtime:\n```bash\npython3 app.py -m \"Bulldogs 4 3 Grizzlies SD\"\n```\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldandbrad%2Fpy-elo-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboldandbrad%2Fpy-elo-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldandbrad%2Fpy-elo-db/lists"}