{"id":16893192,"url":"https://github.com/gruns/gitauthors","last_synced_at":"2025-10-07T08:31:24.084Z","repository":{"id":57434440,"uuid":"141387350","full_name":"gruns/gitauthors","owner":"gruns","description":"✍️ Get a quick summary of a repo's authors.","archived":false,"fork":false,"pushed_at":"2021-02-20T20:23:26.000Z","size":49,"stargazers_count":62,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T01:17:50.160Z","etag":null,"topics":["authors","command-line","command-line-tool","contributors","github","python","python3","repository","repository-tools","tool"],"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/gruns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-18T05:54:53.000Z","updated_at":"2025-01-02T04:10:29.000Z","dependencies_parsed_at":"2022-08-27T21:12:01.079Z","dependency_job_id":null,"html_url":"https://github.com/gruns/gitauthors","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/gruns%2Fgitauthors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgitauthors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgitauthors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruns%2Fgitauthors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gruns","download_url":"https://codeload.github.com/gruns/gitauthors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235607123,"owners_count":19017298,"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":["authors","command-line","command-line-tool","contributors","github","python","python3","repository","repository-tools","tool"],"created_at":"2024-10-13T17:13:59.111Z","updated_at":"2025-10-07T08:31:18.785Z","avatar_url":"https://github.com/gruns.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"logo.svg\" width=\"300px\" height=\"200px\" alt=\"GitAuthors\"\u003e\n\u003c/div\u003e\n\n# GitAuthors\n\nGitAuthors is simple tool that prints a quick summary of a repository's authors,\nas collated by commits. Summary output includes each author's name, email,\nnumber of commits, and date of last commit.\n\nOnce installed, GitAuthors is available via the `gitauthors` command.\n\n\n### Usage\n\nTo use, provide `gitauthors` the URL of a respository and let it go to\nwork. `gitauthors` will, in turn:\n\n  1. Check out the repository into a temporary directory.\n  2. Parse the repository's log history.\n  3. Collate a list of the repository's authors and their commits.\n  4. Output a nicely formatted summary of the repository's authors and their\n     commits.\n  5. Clean up after itself and delete the temporary directory.\n\nExample:\n\n```\n$ gitauthors https://github.com/gruns/gitauthors\nAnsgar Grunseid  grunseid@gmail.com              16 commits, latest on Aug 06, 2018\nAnsgar Grunseid  gruns@users.noreply.github.com   1  commit, latest on Jul 17, 2018\n```\n\nThat's it. Simple.\n\n\nOf course `gitauthors` can also be imported and used programmatically, too.\n\n```python\n\u003e\u003e\u003e from gitauthors import collateGitAuthors, formatGitAuthors\n\u003e\u003e\u003e\n\u003e\u003e\u003e authors = collateGitAuthors('https://github.com/gruns/gitauthors')\n\u003e\u003e\u003e authors[0]\n('grunseid@gmail.com', 'grun', 46, time.struct_time(tm_year=2018, tm_mon=7, tm_mday=18, tm_hour=7, tm_min=8, tm_sec=14, tm_wday=2, tm_yday=199, tm_isdst=0))\n\u003e\u003e\u003e\n\u003e\u003e\u003e formatted = formatGitAuthors(authors)\n\u003e\u003e\u003e print(formatted)\ngrun             grunseid@gmail.com              46 commits, latest on Jul 18, 2018\nAnsgar Grunseid  gruns@users.noreply.github.com   1  commit, latest on Jul 18, 2018\n```\n\n\n### Installation\n\nInstalling GitAuthors with pip is easy.\n\n```\n$ pip install gitauthors\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruns%2Fgitauthors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgruns%2Fgitauthors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgruns%2Fgitauthors/lists"}