Metadata-Version: 2.3
Name: ai_git_utils
Version: 0.2.5
Summary: AI git utils is an intelligent Git commit assistant that leverages AI to enhance your Git workflow.
Author-email: curry tang <twn39@163.com>
Requires-Python: >=3.10
Requires-Dist: gitpython>=3.1.43
Requires-Dist: langchain-openai>=0.1.23
Requires-Dist: langchain>=0.2.16
Requires-Dist: rich>=13.8.0
Requires-Dist: setuptools>=74.1.1
Requires-Dist: typer>=0.12.5
Description-Content-Type: text/markdown

# AI Git Utils

AI git utils is an intelligent Git commit assistant that leverages AI to enhance your Git workflow.
It provides smart commit message generation and emoji selection to make your version control process more efficient and expressive.


![](./screen.png)

## Features

- AI-powered commit message generation
- Interactive emoji selection for commit messages
- Multiple AI model support with easy configuration

## Installation

```bash
pip install ai-git-utils
```

## Usage

Generate AI-assisted commit message

``` 
aigit commit
```

Check the help

``` 
aigit --help
```

