Metadata-Version: 2.1
Name: gitreport
Version: 0.0.1
Summary: Productivity git report to avoid stupid job in every month
Home-page: https://github.com/peelz/git-report
Author: peelz
Author-email: monopeelz@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/peelz/git-report/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# git-report

## Installation

## Parameters

```shell
usage: cli.py [-h] --projects PROJECTS [PROJECTS ...] --authors AUTHORS --month MONTH --output-file OUTPUT_FILE

optional arguments:
  -h, --help            show this help message and exit
  --projects PROJECTS [PROJECTS ...], -p PROJECTS [PROJECTS ...]
                        project dir can be list
  --authors AUTHORS     author pattern name use for filter
  --month MONTH, -m MONTH
                        number month of year
  --output-file OUTPUT_FILE, -o OUTPUT_FILE
                        end date format dd/mm/yyyy

```

