Metadata-Version: 2.1
Name: ai-git-commit
Version: 0.1.2
Summary:  AI Git Commit is a Python-based tool that uses AI to generate Git commit messages automatically.
License: MIT
Author: Raju Ghorai
Author-email: amirajubolchi001@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: black (>=23.1.0,<24.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: ini-parser (>=1.2.0,<2.0.0)
Requires-Dist: mypy (>=1.1.1,<2.0.0)
Requires-Dist: openai (>=0.27.2,<0.28.0)
Requires-Dist: prompt-toolkit (>=3.0.38,<4.0.0)
Requires-Dist: pygments-markdown-lexer (>=0.1.0.dev39,<0.2.0)
Requires-Dist: pytest (>=7.2.2,<8.0.0)
Requires-Dist: pytest-cov (>=4.0.0,<5.0.0)
Requires-Dist: radon (>=5.1.0,<6.0.0)
Requires-Dist: toml-cli (>=0.3.1,<0.4.0)
Requires-Dist: twine (>=4.0.2,<5.0.0)
Requires-Dist: xenon (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown


# ai-git-commit
> click, prompt-toolkit, openai

AI Git Commit is a Python-based tool that uses AI to generate Git commit messages automatically. 
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)


## Installation

Install ai-git-commit with pip or pipx

```bash
  pip install ai-git-commit
```
or
```bash
  pipx install ai-git-commit
```
## Usage

When you're ready to commit. To run the CLI in your terminal:

```bash
ai-git-commit
```
## Demo

Insert gif or link to demo


## Todo

1. add support for `openai`
