https://github.com/activitywatch/contributor-stats

Generating contributor stats for the ActivityWatch project

https://github.com/activitywatch/contributor-stats

Science Score: 13.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary

Keywords

contributor git-statistics github-api github-stats gitstats gource visualization
Last synced: 6 months ago · JSON representation

Repository

Generating contributor stats for the ActivityWatch project

Basic Info
  • Host: GitHub
  • Owner: ActivityWatch
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 206 KB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 4
  • Open Issues: 5
  • Releases: 0
Topics
contributor git-statistics github-api github-stats gitstats gource visualization
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

contributor-stats

Build Code style: black Typechecking: Mypy

A project to generate full contributor stats across all ActivityWatch and SuperuserLabs repositories.

Output from this tool is shown on the ActivityWatch website for ActivityWatch repos, and not yet anywhere for SuperuserLabs repos (but will someday).

Features

  • Generate tables from git history with number of active days, number of commits, and diff stats.
  • Generate statistics from GitHub activity (issues, comments, PRs).
  • Create a video visualization, such as the one made for ActivityWatch.

Gource visualization

This also includes scripts to produce a visualization of the commit history with gource.

Usage:

cd video ./gource-output.sh

NOTE: It assumes you have the repos cloned with a certain directory structure. You will probably need to modify the script to suit your folder structure.

Output

Example of visualization rendered with gource

Owner

  • Name: ActivityWatch
  • Login: ActivityWatch
  • Kind: organization

Open source time-tracking application with a focus on extensibility and privacy.

GitHub Events

Total
  • Watch event: 3
  • Pull request review event: 2
  • Pull request review comment event: 3
Last Year
  • Watch event: 3
  • Pull request review event: 2
  • Pull request review comment event: 3

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 68
  • Total Committers: 3
  • Avg Commits per committer: 22.667
  • Development Distribution Score (DDS): 0.029
Past Year
  • Commits: 9
  • Committers: 2
  • Avg Commits per committer: 4.5
  • Development Distribution Score (DDS): 0.111
Top Committers
Name Email Commits
Erik Bjäreholt e****k@b****t 66
mzfr m****8@g****m 1
Brayo 6****p 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 4
  • Total pull requests: 6
  • Average time to close issues: over 2 years
  • Average time to close pull requests: 1 day
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 0.75
  • Average comments per pull request: 0.5
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ErikBjare (2)
  • johan-bjareholt (1)
  • brayo-pip (1)
Pull Request Authors
  • brayo-pip (2)
  • dependabot[bot] (2)
  • ErikBjare (1)
  • lgtm-com[bot] (1)
  • mzfr (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)

Dependencies

poetry.lock pypi
  • atomicwrites 1.4.0 develop
  • attrs 21.4.0 develop
  • black 22.1.0 develop
  • iniconfig 1.1.1 develop
  • mypy 0.941 develop
  • mypy-extensions 0.4.3 develop
  • packaging 21.3 develop
  • pathspec 0.9.0 develop
  • platformdirs 2.5.1 develop
  • pluggy 1.0.0 develop
  • py 1.11.0 develop
  • pyparsing 3.0.7 develop
  • pytest 7.1.0 develop
  • tomli 2.0.1 develop
  • typing-extensions 4.1.1 develop
  • certifi 2021.10.8
  • cffi 1.15.0
  • charset-normalizer 2.0.12
  • click 8.0.4
  • colorama 0.4.4
  • deprecated 1.2.13
  • idna 3.3
  • numpy 1.22.3
  • pandas 1.4.1
  • pycparser 2.21
  • pygithub 1.55
  • pyjwt 2.3.0
  • pynacl 1.5.0
  • python-dateutil 2.8.2
  • pytz 2021.3
  • requests 2.27.1
  • six 1.16.0
  • tqdm 4.63.0
  • urllib3 1.26.8
  • wrapt 1.14.0
pyproject.toml pypi
  • black ^22.1.0 develop
  • mypy * develop
  • pytest * develop
  • PyGithub *
  • click ^8.0
  • numpy *
  • pandas *
  • python ^3.10
  • tqdm *
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite