Metadata-Version: 2.1
Name: easy-commit
Version: 0.1.2
Summary: AI-powered Git commit message generator
Home-page: https://github.com/PraNavKumAr01/easy-commit
Author: Pranav Kumar
Author-email: pranavkumarnair@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Easy Commit

AI-powered Git commit message generator using Groq API.

## Installation

```bash
pip install easy-commit
```

## Usage

Set your Groq API key as an environment variable:
```bash
export GROQ_API_KEY=your_groq_api_key_here
```

Or pass it as a command-line argument:
```bash
easy-commit --api-key your_groq_api_key_here
```

Optional arguments:
- `--trunc-diff`: Maximum length of diff to analyze (default: 2048)
- `--commit-len`: Maximum length of commit message (default: 100)

## Requirements
- Python 3.7+
- Groq API key
