Metadata-Version: 2.2
Name: effort-zero-commit
Version: 0.1.0
Summary: Automated Git commit message generator using AI
Home-page: https://github.com/abderrahmanyouabd/ezcommit
Author: Abderrahman Youabd
Author-email: youabd50@gmail.com
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gitpython
Requires-Dist: groq
Requires-Dist: python-dotenv
Requires-Dist: click
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# EffortZeroCommit

Automated Git commit message generator using AI.

## Installation

```bash
pip install ezcommit
```

## Usage

1. Stage your files:
```bash
git add .
```

2. Generate commit messages and commit:
```bash
ezcommit -run
```

## Configuration

Create a `.env` file with your Groq API key:
```env
GROQ_API_KEY=your_groq_api_key_here
MODEL_NAME=mixtral-8x7b-32768
```

## License

MIT License
