Metadata-Version: 2.4
Name: commit-dude
Version: 0.1.0
Summary: CLI that generates Conventional Commits from git diffs using LangChain + OpenAI
Requires-Python: >=3.10
Requires-Dist: click>=8.0.0
Requires-Dist: langchain-openai>=0.0.2
Requires-Dist: langchain>=0.1.0
Requires-Dist: pyperclip>=1.8.0
Requires-Dist: python-dotenv>=1.0.0
Description-Content-Type: text/markdown

# Commit Dude 🧠🤖

A simple CLI tool that generates **Conventional Commit messages** from your git diffs using LangChain + OpenAI — and automatically copies them to your clipboard.

---

## 🚀 Installation

Using [uv](https://github.com/astral-sh/uv):

```bash
make install
```

```bash
make build
```

```bash
make test-local
```

```bash
make run
```
