{"id":34087098,"url":"https://github.com/mcking-07/blame-g","last_synced_at":"2026-04-05T18:32:05.792Z","repository":{"id":287751096,"uuid":"965649282","full_name":"mcking-07/blame-g","owner":"mcking-07","description":"blame-g is a cli tool that analyzes git repositories and displays contributor stats—commits, lines changed, files, pull-requests, reverts, and more—in a terminal table.","archived":false,"fork":false,"pushed_at":"2025-04-15T17:45:40.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T18:43:03.991Z","etag":null,"topics":["git-stats","python-git"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/blame-g","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/mcking-07.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,"zenodo":null}},"created_at":"2025-04-13T16:14:20.000Z","updated_at":"2025-04-15T17:35:49.000Z","dependencies_parsed_at":"2025-04-13T18:48:32.296Z","dependency_job_id":null,"html_url":"https://github.com/mcking-07/blame-g","commit_stats":null,"previous_names":["mcking-07/blame-g"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcking-07/blame-g","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcking-07%2Fblame-g","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcking-07%2Fblame-g/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcking-07%2Fblame-g/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcking-07%2Fblame-g/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcking-07","download_url":"https://codeload.github.com/mcking-07/blame-g/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcking-07%2Fblame-g/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31446523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["git-stats","python-git"],"created_at":"2025-12-14T13:36:45.686Z","updated_at":"2026-04-05T18:32:05.786Z","avatar_url":"https://github.com/mcking-07.png","language":"Python","readme":"# blame-g\n\n[![PyPI Version](https://img.shields.io/pypi/v/blame-g)](https://pypi.org/project/blame-g/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python Versions](https://img.shields.io/pypi/pyversions/blame-g)](https://pypi.org/project/blame-g/)\n\n`blame-g` is a command-line tool that analyzes git repositories and generates contributor statistics — including commits, lines added/deleted, files changed, pull requests, reverts, and more — beautifully rendered in a terminal table.\n\n**Geddit?** Blame- *ji*? ;)\n\n![in-action](https://raw.githubusercontent.com/mcking-07/blame-g/refs/heads/main/assets/blame-g.png)\n\n## Features\n\n- **Contributor Statistics:**  Aggregates commits, lines added/deleted, files changed, pull requests, and reverts for each contributor.\n- **Rich Output:** Uses the `rich` library to provide a visually appealing and informative table of statistics in your terminal.\n- **Branch Specific Analysis:**  Analyze a specific branch of your repository.\n- **Pull Request \u0026 Revert Detection:** Detects PRs and reverts based on commit message patterns.\n  \u003e **Note:** The detection only works if you use the default PR message patterns for Bitbucket, GitHub, and GitLab. Custom commit message formats might not be recognized.\n- **Git-Aware Context:** Automatically detects and works within the current Git repository.\n\n## Installation\n\n### Install from PyPI\n\n```sh\npip3 install blame-g\n```\n\n### Clone and Run from Source\n\n```sh\ngit clone https://github.com/mcking-07/blame-g.git\ncd blame-g\n\npip3 install -r requirements.txt\npython3 blame-g [repo_path] [branch_name]\n```\n\n### Editable Install\n\n```sh\ngit clone https://github.com/mcking-07/blame-g.git\ncd blame-g\n\npip3 install -e .\nblame-g [repo_path] [branch_name]\n```\n\n## Usage\n\n```sh\nblame-g [repo_path](defaults to the current working directory) [branch_name](defaults to main or master)\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcking-07%2Fblame-g","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcking-07%2Fblame-g","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcking-07%2Fblame-g/lists"}