Metadata-Version: 2.4
Name: gen-commit-cli
Version: 0.1.0
Summary: Generate git commit messages using Groq LLMs
Author: Pankaj Shrivastava
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: typer
Dynamic: license-file

# gen-commit

Generate git commit messages using Groq LLMs.

## Install
pip install gen-commit

## Usage
git add .
gen-commit

## API Key
export GROQ_API_KEY=sk-xxxx



# test
