Metadata-Version: 2.2
Name: stackspot-commit-helper
Version: 0.1.0
Summary: Auto-commit tool integrated with Stackspot AI
Author-email: Engeziellithon vieira <engeziellithonvieira@gmail.com>
License: MIT
Keywords: git,commit,stackspot,ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv
Requires-Dist: stackspot

# Stackspot Commit
Intelligent Git commit message generator powered by Stackspot AI.

## Features
- Automatic commit message generation using Stackspot AI
- Smart analysis of git diffs
- Easy integration with existing git workflow

## Getting Stackspot Credentials
- Create an account at Stackspot Platform
- Go to Stackspot AI
- Access "Profile" -> "Access Token"
- Create new credentials and copy:
    - Client ID
    - Client Secret
    - Realm
- Add the environment variables from the .env.example file to the system

## Installation
```bash
pip install stackspot-commit
```

# Run
```bash
scommit
```
