StatsContributor

class github.StatsContributor.StatsContributor

This class represents StatsContributors. The reference can be found here https://docs.github.com/en/rest/reference/repos#get-all-contributor-commit-activity

class Week(requester: Requester, headers: Dict[str, Union[str, int]], attributes: Any, completed: bool)

This class represents weekly statistics of a contributor.

w
Type:datetime.datetime
a
Type:int
d
Type:int
c
Type:int
author
Type:github.NamedUser.NamedUser
total
Type:int
weeks
Type:list of Week