Metadata-Version: 2.4
Name: get-commit
Version: 0.1.1
Summary: Get is a CLI tool that automates commit messages using Gemini AI
Author-email: Juan Cobo Celdrán <jcoboceldran@gmail.com>
License: MIT
Keywords: ai,automation,cli,commit,gemini,git
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: langchain-google-genai>=2.0.0
Requires-Dist: langchain>=1.1.3
Description-Content-Type: text/markdown

# get-commit

A CLI tool that automates commit messages using Gemini AI.

## Installation

```bash
pip install get-commit
```

## Setup

Set your Google API key as an environment variable:

```bash
export GOOGLE_API_KEY=your_api_key_here # Linus
$env:GOOGLE_API_KEY="your_api_key_here" # Windows
```

## Usage

Stage your changes and run:

```bash
get commit
```

The tool will generate a commit message based on your staged changes and ask for confirmation before committing.

