Metadata-Version: 2.2
Name: commit-generator
Version: 0.1.0
Summary: CLI tool for generating commit messages using a commit-generation server
Home-page: https://github.com/UP11SRE/agent-client
Author: Naman Kansal
Author-email: namankansal91@gmail.com
License: Proprietary
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Commit-Gen CLI Tool

`commit-gen` is a Python CLI tool that extracts the staged Git diff, sends it to a commit-generation server, and prints the generated commit message.

## Installation

you can install it via pip:
