{"id":18458572,"url":"https://github.com/softwaresystemslaboratory/prime-issue-density","last_synced_at":"2026-03-10T18:04:51.328Z","repository":{"id":42060739,"uuid":"413858444","full_name":"SoftwareSystemsLaboratory/prime-issue-density","owner":"SoftwareSystemsLaboratory","description":"A tool to calculate the issue density of a Git repository by analyzing the issues of a project in its issue tracker","archived":false,"fork":false,"pushed_at":"2022-04-25T18:41:08.000Z","size":70,"stargazers_count":0,"open_issues_count":6,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-23T15:15:16.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoftwareSystemsLaboratory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json"}},"created_at":"2021-10-05T14:44:34.000Z","updated_at":"2022-05-27T14:00:33.000Z","dependencies_parsed_at":"2022-08-12T03:40:57.621Z","dependency_job_id":null,"html_url":"https://github.com/SoftwareSystemsLaboratory/prime-issue-density","commit_stats":null,"previous_names":["softwaresystemslaboratory/ssl-metrics-github-issue-density","softwaresystemslaboratory/clime-issue-density"],"tags_count":7,"template":false,"template_full_name":"SoftwareSystemsLaboratory/clime-template-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issue-density","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issue-density/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issue-density/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issue-density/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftwareSystemsLaboratory","download_url":"https://codeload.github.com/SoftwareSystemsLaboratory/prime-issue-density/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457792,"owners_count":21433734,"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-11-06T08:19:08.321Z","updated_at":"2025-12-14T11:51:43.935Z","avatar_url":"https://github.com/SoftwareSystemsLaboratory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLIME Issue Density\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6478225.svg)](https://doi.org/10.5281/zenodo.6478225)\n[![Release Project](https://github.com/SoftwareSystemsLaboratory/clime-issue-density/actions/workflows/release.yml/badge.svg)](https://github.com/SoftwareSystemsLaboratory/clime-issue-density/actions/workflows/release.yml)\n\n\u003e A tool to calculate the issue density of a Git repository by analyzing the issues of a project in it's issue tracker\n\n## Table of Contents\n\n- [CLIME Issue Density](#clime-issue-density)\n  - [Table of Contents](#table-of-contents)\n  - [About](#about)\n    - [Licensing](#licensing)\n  - [How To Use](#how-to-use)\n    - [Installation](#installation)\n    - [Command Line Arguements](#command-line-arguements)\n\n## About\n\nThe Software Systems Laboratory (SSL) GitHub Issue Density Project is a `python` tool to calculate the issue density of a GitHub repository. It is reliant upon the output of the [GitHub Issue](https://github.com/SoftwareSystemsLaboratory/ssl-metrics-github-issues) and [Git Commits](https://github.com/SoftwareSystemsLaboratory/ssl-metrics-git-commits-loc) tools.\n\n### Licensing\n\nThis project is licensed under the BSD-3-Clause. See the [LICENSE](LICENSE) for more information.\n\n## How To Use\n\n### Installation\n\nYou can install the tool via `pip` with either of the two following one-liners:\n\n- `pip install --upgrade pip clime-metrics`\n- `pip install --upgrade pip clime-issue-density`\n\n### Command Line Arguements\n\n`clime-issue-density-compute -h`\n\n``` shell\nusage: CLIME Issue Density [-h] [-c COMMITS] [-i ISSUES] [-o OUTPUT] [-v]\n\nA tool to calculate the issue density of a repository\n\noptions:\n  -h, --help            show this help message and exit\n  -c COMMITS, --commits COMMITS\n                        Commits JSON file. DEFAULT: ./commits_loc.json\n  -i ISSUES, --issues ISSUES\n                        Issues JSON file. DEFAULT: ./github_issues.json\n  -o OUTPUT, --output OUTPUT\n                        Output JSON file. DEFAULT: ./issue_density.json\n  -v, --version         Display version of the tool\n\nAuthor(s): Nicholas M. Synovic, Matthew Hyatt, Sohini Thota, George K.\nThiruvathukal\n```\n\n`clime-issue-density-graph -h`\n\n``` shell\nusage: CLIME Issue Density Grapher [-h] [-i INPUT] [-o OUTPUT] [--type TYPE]\n                                   [--title TITLE] [--x-label X_LABEL]\n                                   [--y-label Y_LABEL]\n                                   [--stylesheet STYLESHEET] [-v]\n\nA tool to graph the issue density of a repository\n\noptions:\n  -h, --help            show this help message and exit\n  -i INPUT, --input INPUT\n                        JSON export from CLIME GitHub Issue Density Compute.\n                        DEFAULT: ./issue_density.json\n  -o OUTPUT, --output OUTPUT\n                        Filename of the graph. DEFAULT: ./issue_density.pdf\n  --type TYPE           Type of figure to plot. DEFAULT: line\n  --title TITLE         Title of the figure. DEFAULT: \"\"\n  --x-label X_LABEL     X axis label of the figure. DEFAULT: \"\"\n  --y-label Y_LABEL     Y axis label of the figure. DEFAULT: \"\"\n  --stylesheet STYLESHEET\n                        Filepath of matplotlib stylesheet to use. DEFAULT: \"\"\n  -v, --version         Display version of the tool\n\nAuthor(s): Nicholas M. Synovic, Matthew Hyatt, Sohini Thota, George K.\nThiruvathukal\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaresystemslaboratory%2Fprime-issue-density","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwaresystemslaboratory%2Fprime-issue-density","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaresystemslaboratory%2Fprime-issue-density/lists"}