This website works better with JavaScript
Home
Explore
Help
Sign In
hoxu
/
gitstats
mirror of
https://github.com/hoxu/gitstats
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
310
Commits
2
Branches
Tree:
ed4ac3e13e
master
web
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ed4ac3e13e'
${ noResults }
gitstats
/
gitstats
/
data
/
author_totals.py
author_totals.py
105B
History
Raw
1
2
3
4
5
6
from dataclasses import dataclass
@dataclass
class AuthorTotals:
author: str
total_commits: int