Metadata-Version: 2.1
Name: gitreporter
Version: 0.2.5
Summary: Git Analysis Tool
Author-email: Michael Guttmann <michael.guttmann@live.at>
Project-URL: Homepage, https://github.com/Migutti/GitReporter
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chevron>=0.14.0
Requires-Dist: gitdb>=4.0.11
Requires-Dist: GitPython>=3.1.41
Requires-Dist: Pygments>=2.17.2
Requires-Dist: smmap>=5.0.1

# GitReporter

You can execute `gitreporter` by simply calling

```
gitreporter
```

to get an overview about the options.

The recommended way is to create a configuration file with
```
gitreporter -c CONFIG --create-config
```

where you insert all necessary parameters. Then you can call
```
gitreporter -c CONFIG
```

to analyse a git repository.

> Note: the option `comments-and-coding-standard` is only supported for C-like languages at the moment.
