prime-bus-factor
A tool to calculate the bus factor metric of a Git repository
https://github.com/softwaresystemslaboratory/prime-bus-factor
Science Score: 62.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
-
✓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 (9.7%) to scientific vocabulary
Repository
A tool to calculate the bus factor metric of a Git repository
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 5
- Open Issues: 0
- Releases: 11
Metadata Files
README.md
CLIME Bus Factor
A tool to calculate the bus factor metric of a Git repository
Table of Contents
About
The Software Systems Laboratory (SSL) CLIME Bus Factor project is a tool to calculate the bus factor metric of a Git repository. This tool relies on the output of the CLIME Commits tool.
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-metricspip install --upgrade pip clime-bus-factor
Command Line Options
clime-git-bus-factor-compute -h
``` shell usage: CLIME Bus Factor Calculator [-h] [-i INPUT] [-o OUTPUT] [-v]
A tool to calculate the bus factor of a Git repository
options: -h, --help show this help message and exit -i INPUT, --input INPUT Commits JSON file. DEFAULT: ./commitsloc.json -o OUTPUT, --output OUTPUT Output JSON file. DEFAULT: ./busfactor.json -b BIN, --bin BIN Bin containing the number of days between computed bus factor values. DEFAULT: 1 -v, --version Display version of the tool
Author(s): Nicholas M. Synovic, Matthew Hyatt, George K. Thiruvathukal ```
clime-git-bus-factor-graph -h
``` shell usage: CLIME Bus Factor 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 bus factor of a repository
options: -h, --help show this help message and exit -i INPUT, --input INPUT JSON export from clime-git-bus-factor-compute. DEFAULT: ./busfactor.json -o OUTPUT, --output OUTPUT Filename of the graph. DEFAULT: ./busfactor.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, George K. Thiruvathukal ```
Owner
- Name: Software and Systems Laboratory
- Login: SoftwareSystemsLaboratory
- Kind: organization
- Email: ssl@cs.luc.edu
- Location: Loyola University Chicago
- Website: https://ssl.cs.luc.edu/
- Repositories: 20
- Profile: https://github.com/SoftwareSystemsLaboratory
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' title: "SoftwareSystemsLaboratory/ssl-metrics-git-bus-factor" version: 0.3 doi: 10.5281/zenodo.6454348 date-released: 2022-01-26 url: "https://github.com/SoftwareSystemsLaboratory/clime-bus-factor"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 9
- Total pull requests: 14
- Average time to close issues: about 1 month
- Average time to close pull requests: about 12 hours
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.11
- Average comments per pull request: 0.0
- Merged pull requests: 14
- 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 (7)
- mhyatt000 (1)
Pull Request Authors
- NicholasSynovic (11)
- mhyatt000 (1)
- estoneman (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- matplotlib *
- numpy *
- pandas *
- matplotlib *
- numpy *
- pandas *
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pypa/gh-action-pypi-publish release/v1 composite
- softprops/action-gh-release v1 composite