{"id":15499635,"url":"https://github.com/mitar/giteval","last_synced_at":"2025-07-19T13:09:46.273Z","repository":{"id":140632484,"uuid":"13687793","full_name":"mitar/giteval","owner":"mitar","description":"Evaluate GitHub pull requests and count line changes by each author.","archived":false,"fork":false,"pushed_at":"2013-12-26T10:07:18.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T13:24:31.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mitar.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}},"created_at":"2013-10-18T19:56:06.000Z","updated_at":"2013-12-26T10:07:18.000Z","dependencies_parsed_at":"2023-03-12T00:35:47.202Z","dependency_job_id":null,"html_url":"https://github.com/mitar/giteval","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/mitar%2Fgiteval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fgiteval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fgiteval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fgiteval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitar","download_url":"https://codeload.github.com/mitar/giteval/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111765,"owners_count":21049571,"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":[],"created_at":"2024-10-02T08:54:14.495Z","updated_at":"2025-04-09T20:48:22.831Z","avatar_url":"https://github.com/mitar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"giteval\n=======\n\ngiteval evaluates GitHub repository and its pull requests. It counts line changes for each\npull request for each author and sums them together. It helps evaluate overall contributions\nby each author through time and not just contributions which stayed in the current version.\n\nIt outputs counts to the standard output and a Google API chart URL.\n\nConfiguration\n-------------\n\nYou should create a file named `local_settings.py` and define the following variables:\n\n* `GITHUB_ACCESS_TOKEN` -- your [GitHub API access token](https://github.com/settings/applications)\n* `GIT_PATH` -- additional path containing `git` executable, added to `PATH` environment variable\n* `REPOSITORIES` -- a list of tuples of repositories to evaluate, `('project_name/repository_name', 'path/to/local/clone/of/the/repository')`\n* `ADD_IGNORE_FILENAMES` -- a list of all filenames to ignore when they are first added to the repository (for example, you might want to ignore external libraries being added to the repository, but count all local changes to them)\n* `ALL_IGNORE_FILENAMES` -- a list of all filenames to always ignore\n* `IGNORE_PULL_REQUESTS` -- a list of pull requests to ignore, `'project_name/repository_name/pull/123'`\n* `IGNORE_AUTHORS` -- a list of authors to ignore, their e-mail addresses\n* `MERGE_AUTHORS` -- a dictionary of mappings between secondary e-mail addresses of authors and their primary e-mail addresses used when evaluating\n* `MAX_SCORE` -- scores are normalized to `MAX_SCORE`, default 1000\n* `SCORE_CORRECTIONS` -- scores for authors can be manually adjusted by specifying a list of tuples `('author@e-mail.com', 100)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitar%2Fgiteval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitar%2Fgiteval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitar%2Fgiteval/lists"}