Metadata-Version: 2.1
Name: git-analytics
Version: 0.1.0
Summary: The detailed analysis tool for git repositories.
License: MIT
Author: n0rfas
Author-email: antsa@yandex.ru
Requires-Python: ==3.7.15
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: GitPython (>=3.1.30,<4.0.0)
Requires-Dist: falcon (>=3.1.1,<4.0.0)
Description-Content-Type: text/markdown

# Git-Analytics

The detailed analysis tool for git repositories.

## Installation

The latest stable version can be installed directly from PyPI:

```sh
pip install git-analytics
```

## Usage

To run, enter the command and open the browser at [http://localhost:8000/](http://localhost:8000/).

```sh
git-analytics
```

## Screenshots

![screenshot 1](https://live.staticflickr.com/65535/52679528807_48caac329f_k.jpg)

![screenshot 2](https://live.staticflickr.com/65535/52680543193_c676158df2_k.jpg)

![screenshot 3](https://live.staticflickr.com/65535/52679528732_1f7b9351cd_k.jpg)

