Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ssl-metrics-git-productivity
Advanced tools
A tool to calculate the productivity of a repository based off of committer information
The Software Systems Laboratory (SSL) Git Productivity Project is a tool to calculate the productivyt metric of a git
repository.
This project is licensed under the BSD-3-Clause. See the LICENSE for more information.
To maximize the utility of this project and the greater SSL Metrics project, the following software packages are required:
All tools developed for the greater SSL Metrics project must target Mac OS and Linux. SSL Metrics software is not supported or recommended to run on Windows but can be modified to do so at your own risk.
It is recomendded to develop on Mac OS or Linux. However, if you are on a Windows machine, you can use WSL to develop as well.
You can install this tool with one of the following one liners:
pip install --upgrade pip ssl-metrics-meta
pip install --upgrade pip ssl-metrics-git-productivity
ssl-metrics-git-productivity-compute -h
options:
-h, --help show this help message and exit
-i INPUT, --input INPUT
JSON file containing data formatted by ssl-metrics-git-commits-loc-extract
-o OUTPUT, --output OUTPUT
JSON file containing data outputted by the application
ssl-metrics-git-productivity-graph -h
options:
-h, --help show this help message and exit
-i INPUT, --input INPUT
The input data file that will be read to create the graphs
-o OUTPUT, --output OUTPUT
The filename to output the bus factor graph to
-m MAXIMUM_DEGREE_POLYNOMIAL, --maximum-degree-polynomial MAXIMUM_DEGREE_POLYNOMIAL
Estimated maximum degree of polynomial
-r REPOSITORY_NAME, --repository-name REPOSITORY_NAME
Name of the repository that is being analyzed
--x-window-min X_WINDOW_MIN
The smallest x value that will be plotted
--x-window-max X_WINDOW_MAX
The largest x value that will be plotted
FAQs
SSL Metrics - Git Productivity
We found that ssl-metrics-git-productivity demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.