prime-issue-density

A tool to calculate the issue density of a Git repository by analyzing the issues of a project in its issue tracker

https://github.com/softwaresystemslaboratory/prime-issue-density

Science Score: 75.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization softwaresystemslaboratory has institutional domain (ssl.cs.luc.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A tool to calculate the issue density of a Git repository by analyzing the issues of a project in its issue tracker

Basic Info
  • Host: GitHub
  • Owner: SoftwareSystemsLaboratory
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 68.4 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • Open Issues: 6
  • Releases: 7
Created over 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation Zenodo

README.md

CLIME Issue Density

DOI Release Project

A tool to calculate the issue density of a Git repository by analyzing the issues of a project in it's issue tracker

Table of Contents

About

The 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 and Git Commits tools.

Licensing

This project is licensed under the BSD-3-Clause. See the LICENSE for more information.

How To Use

Installation

You can install the tool via pip with either of the two following one-liners:

  • pip install --upgrade pip clime-metrics
  • pip install --upgrade pip clime-issue-density

Command Line Arguements

clime-issue-density-compute -h

``` shell usage: CLIME Issue Density [-h] [-c COMMITS] [-i ISSUES] [-o OUTPUT] [-v]

A tool to calculate the issue density of a repository

options: -h, --help show this help message and exit -c COMMITS, --commits COMMITS Commits JSON file. DEFAULT: ./commitsloc.json -i ISSUES, --issues ISSUES Issues JSON file. DEFAULT: ./githubissues.json -o OUTPUT, --output OUTPUT Output JSON file. DEFAULT: ./issue_density.json -v, --version Display version of the tool

Author(s): Nicholas M. Synovic, Matthew Hyatt, Sohini Thota, George K. Thiruvathukal ```

clime-issue-density-graph -h

``` shell usage: CLIME Issue Density Grapher [-h] [-i INPUT] [-o OUTPUT] [--type TYPE] [--title TITLE] [--x-label X_LABEL] [--y-label Y_LABEL] [--stylesheet STYLESHEET] [-v]

A tool to graph the issue density of a repository

options: -h, --help show this help message and exit -i INPUT, --input INPUT JSON export from CLIME GitHub Issue Density Compute. DEFAULT: ./issuedensity.json -o OUTPUT, --output OUTPUT Filename of the graph. DEFAULT: ./issuedensity.pdf --type TYPE Type of figure to plot. DEFAULT: line --title TITLE Title of the figure. DEFAULT: "" --x-label XLABEL X axis label of the figure. DEFAULT: "" --y-label YLABEL Y axis label of the figure. DEFAULT: "" --stylesheet STYLESHEET Filepath of matplotlib stylesheet to use. DEFAULT: "" -v, --version Display version of the tool

Author(s): Nicholas M. Synovic, Matthew Hyatt, Sohini Thota, George K. Thiruvathukal ```

Owner

  • Name: Software and Systems Laboratory
  • Login: SoftwareSystemsLaboratory
  • Kind: organization
  • Email: ssl@cs.luc.edu
  • Location: Loyola University Chicago

Fostering innovation via experimentation and collaboration with an emphasis on openness.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- given-names: George
  family-names: Thiruvathukal
  email: gkt@cs.luc.edu
  affiliation: Loyola University Chicago
  orcid: 'https://orcid.org/0000-0002-0452-5571'
- given-names: Matt
  family-names: Hyatt
  email: mhyatt@luc.edu
  affiliation: Loyola University Chicago
  orcid: 'https://orcid.org/0000-0002-6356-6832'
- given-names: Nicholas
  family-names: Synovic
  email: nsynovic@luc.edu
  affiliation: Loyola University Chicago
  orcid: 'https://orcid.org/0000-0003-0413-4594'
- given-names: Sohini
  family-names: Thota
  email: sthota@luc.edu
  affiliation: Loyola University Chicago
  orcid: 'https://orcid.org/0000-0002-3496-8867'

title: "SoftwareSystemsLaboratory/clime-issue-density"
version: 0.3
doi: 10.5281/zenodo.6478225
date-released: 2022-02-09
url: "https://github.com/SoftwareSystemsLaboratory/clime-issue-density"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 13
  • Total pull requests: 18
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.15
  • Average comments per pull request: 0.06
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • NicholasSynovic (6)
  • sohinithota (5)
  • mhyatt000 (1)
Pull Request Authors
  • NicholasSynovic (11)
  • mhyatt000 (2)
Top Labels
Issue Labels
Pull Request Labels
enhancement (1)

Dependencies

requirements.txt pypi
  • intervaltree *
  • matplotlib *
  • numpy *
  • pandas *
  • python-dateutil *
setup.py pypi
  • intervaltree *
  • matplotlib *
  • numpy *
  • pandas *
  • python-dateutil *