Metadata-Version: 2.4
Name: gitkpi
Version: 1.0.0
Summary: A CLI tool for git KPI statistics
Author: 
License: MIT
Keywords: git,statistics,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gitkpi

A CLI tool for git KPI statistics

## Installation

```bash
pip install gitkpi-cli
```

## Usage

```bash
gitkpi <username>
```

Example:
```bash
gitkpi john
gitkpi "John Doe"
```

## License

MIT
