{"id":16550311,"url":"https://github.com/sylhare/git-processor","last_synced_at":"2026-05-06T13:38:20.957Z","repository":{"id":92385203,"uuid":"223269616","full_name":"sylhare/git-processor","owner":"sylhare","description":"📊Process and parse through git log statistic","archived":false,"fork":false,"pushed_at":"2020-11-25T18:19:17.000Z","size":1002,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T12:05:30.551Z","etag":null,"topics":["data-science","git","graph","pandas","plot","python"],"latest_commit_sha":null,"homepage":"https://sylhare.github.io/git-processor/","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/sylhare.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-21T21:34:29.000Z","updated_at":"2024-01-19T15:41:16.000Z","dependencies_parsed_at":"2023-05-17T02:15:14.953Z","dependency_job_id":null,"html_url":"https://github.com/sylhare/git-processor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sylhare/git-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylhare%2Fgit-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylhare%2Fgit-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylhare%2Fgit-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylhare%2Fgit-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylhare","download_url":"https://codeload.github.com/sylhare/git-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylhare%2Fgit-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281495886,"owners_count":26511508,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":["data-science","git","graph","pandas","plot","python"],"created_at":"2024-10-11T19:33:49.600Z","updated_at":"2025-10-28T19:08:21.222Z","avatar_url":"https://github.com/sylhare.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Git Processor\n=============\n\nA git log processor for better stats.\nMade to be used on one or multiple Git repositories\n\nView the demo `git processor demo \u003chttps://sylhare.github.io/git-processor/\u003e`_.\n\n\nSetup\n-----\n\nInstall the library with:\n\n.. code:: bash\n\n    # From pypi\n    python3 -m pip install git_processor\n\n\nTo use it, run the ``generate_git_logs.sh`` in where you have all your repository.\nIt will create a ``stats.txt`` file.\n\n.. code:: python\n\n    import os\n    from git_processor.data import Projects\n\n    p = Projects(os.path.abspath(\"stats.txt\"))  # Process the git log stats\n    p.clean_up_names()                          # Get all similar names as one\n    p.df                                        # Get the created dataframe\n    p.total()                                   # Total commits per user\n\n\n\nLet's use jupyter to display the information.\n\n.. code:: bash\n\n    pyhton3 -m pip install jupyter\n    cd jupyter/\n    jupyter notebook\n\nOnce you are in the jupyter notebook, you can display the data and plot the stats.\nCheck in the ``jupyter/`` folder, you can reuse the demo and get your stats in one go.\nJust click on ``Run All Cell``, or go along with [shift] + [enter] to run them individually.\n\n\nTesting\n-------\n\nTo find out more info about the testing configuration, check out the\n``tox.ini`` file.\n\n.. code:: bash\n\n   # Run the test suite\n   tox\n   # Run the linter:\n   tox -e lint\n\n\nLocal Installation\n------------------\n\nUsing a virtual environment:\n\n.. code:: bash\n\n    # From pypi\n    python3 -m pip install virtualenv\n\nThen set it up and install the package locally\n\n.. code:: bash\n\n   # Create the virtual environment\n   python3 -m venv `pwd`/env\n   # Activate it\n   source env/bin/activate\n   # Install from local\n   (env) python3 -m pip install .\n   \n   \nOther Git Processors\n--------------------\n\nHere is a list of other python git processors. (Usually meant for one repository)\n\n- `hercules \u003chttps://github.com/src-d/hercules\u003e`_\n- `git-of-theseus \u003chttps://github.com/erikbern/git-of-theseus\u003e`_\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylhare%2Fgit-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylhare%2Fgit-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylhare%2Fgit-processor/lists"}