Metadata-Version: 2.4
Name: gitcommit-cli
Version: 0.10.0
Summary: Auto-generate git commit messages via AI (ChatGPT) or heuristics
Author-email: Nirvaan <nirvaan@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.7
Requires-Dist: GitPython>=3.1.34
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: treesitter
Requires-Dist: tree_sitter[python]>=0.20.0; extra == "treesitter"
Provides-Extra: all
Requires-Dist: openai>=1.0.0; extra == "all"
Requires-Dist: tree_sitter[python]>=0.20.0; extra == "all"

# commit-cli
gitcommit-cli is a CLI tool that auto-generates git commit messages by analyzing staged diffs with ai.hackclub.com or, if provided, an OpenAI key with ChatGPT. Preview the generated message and, in one smooth command, run git commit. Standardized style reduces friction, keeping your workflow focused and history clean.

> 
> pip install --upgrade build
> 
>
> pip install -e .
