Metadata-Version: 2.1
Name: git-author-stats
Version: 0.0.0
Summary: Multi-repo time series Git stats by author
Home-page: https://github.com/enorganic/git-author-stats
Author-email: david@belais.me
License: MIT
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Provides-Extra: github
Requires-Dist: PyGithub~=2.3; extra == "github"
Provides-Extra: all
Requires-Dist: PyGithub~=2.3; extra == "all"

# git-author-stats

[![test](https://github.com/enorganic/git-author-stats/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/enorganic/git-author-stats/actions/workflows/test.yml)
[![distribute](https://github.com/enorganic/git-author-stats/actions/workflows/distribute.yml/badge.svg?branch=main)](https://github.com/enorganic/git-author-stats/actions/workflows/distribute.yml)

This package provides a CLI and library for compiling author stats for a Git
repository or Github organization.

## Installation

You can install `git-author-stats` with pip:

```shell
pip3 install git-author-stats
```

## Usage

### Command Line Interface

```command prompt
$ git-author-stats -h

```
