Skip to content

Releases: sandialabs/Repometer

Repometer 1.0.0

13 Apr 15:08
ee94093
Compare
Choose a tag to compare

First Release of Repometer

Sandia National Laboratories is proud to announce the deployment of Repometer.

Online version control platforms offer insights into traffic and engagement with source code repositories, but only in limited ways and over short windows of time. Scientific software teams at Sandia and elsewhere want to collect and store engagement data to help tell their story and the impact their work has on the community. Repometer aims to supplement existing capabilities by collecting timely and insightful data from GitHub and GitLab repositories and passing it to a database for longer-term storage.

Requirements

Repometer requires python 3.7, 3.8, or 3.9. Additionally, the following python packages:

  • PyGitHub
  • python-gitlab
  • mysql-connector-python

Installation

git clone git@github.com:sandialabs/Repometer.git
cd Repometer
python setup.py install