{"id":15003484,"url":"https://github.com/suminb/gitstats","last_synced_at":"2025-10-30T11:30:30.761Z","repository":{"id":57434832,"uuid":"10719788","full_name":"suminb/gitstats","owner":"suminb","description":"Generating overall statistics for multiple git repositories","archived":false,"fork":false,"pushed_at":"2020-01-08T13:18:21.000Z","size":38,"stargazers_count":21,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-02-02T08:01:41.265Z","etag":null,"topics":["git","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suminb.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2013-06-16T12:28:34.000Z","updated_at":"2024-10-11T08:52:58.000Z","dependencies_parsed_at":"2022-09-04T15:04:58.920Z","dependency_job_id":null,"html_url":"https://github.com/suminb/gitstats","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fgitstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fgitstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fgitstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Fgitstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suminb","download_url":"https://codeload.github.com/suminb/gitstats/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238955668,"owners_count":19558452,"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":["git","python"],"created_at":"2024-09-24T18:58:39.263Z","updated_at":"2025-10-30T11:30:25.488Z","avatar_url":"https://github.com/suminb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gitstat\n=======\n\n.. image:: https://travis-ci.org/suminb/gitstats.svg?branch=develop\n   :target: https://travis-ci.org/suminb/gitstats\n\n.. image:: https://coveralls.io/repos/github/suminb/gitstats/badge.svg?branch=develop\n   :target: https://coveralls.io/github/suminb/gitstats?branch=develop\n\nVisualizes overall code commits for multiple Git repositories. The red\nindicates my own commits whereas the blue indicates your teammates'.\n\n.. image:: http://s1.postimg.org/mrnwnla3j/2014.png\n\n\nInstallation\n============\n\n.. code-block:: console\n\n   pip install gitstats\n\nUsage\n=====\n\nThe following example shows how `gitstats` discovers all Git repositories\nin the home directory to consolidate all commit logs.\n\nGit Repository Analysis\n~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: console\n\n    gitstats analyze ~ \u003e gitstats.json\n\nThe target directory may be a single repository.\n\n.. code-block:: console\n\n    gitstats analyze ~/work/project_x \u003e gitstats.json\n\nIf you would like to exclude certain repositories, put a ``.exclude`` file in\neach directory you want to exclude from the statistics. Note that the content\nof the file is irrelevant.\n\nGenerating Commit Graphs\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n`gitstats` generates annual commit graphs that are similar to what GitHub\nshows on each user's page. However, the major difference is that `gitstats`\ndifferentiates your commits from others based on your email address(es).\n\n.. code-block:: console\n\n    gitstats generate-graph gitstats.json 2017 --email ${your_email} \u003e 2017.svg\n\nIf you have multiple email addresses, you may pass them as follows:\n\n.. code-block:: console\n\n    gitstats generate-graph gitstats.json 2017 --email ${your_email1} --email ${your_email2} \u003e 2017.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuminb%2Fgitstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuminb%2Fgitstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuminb%2Fgitstats/lists"}