Metadata-Version: 2.2
Name: gh-prgen
Version: 0.1.1
Summary: Generate GitHub PR titles and descriptions using Ollama AI
Home-page: https://github.com/venigallasivasrinivas/gh-prgen
Author: Venigalla Siva Srinivas
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# gh-prgen

`gh-prgen` is a command-line tool that leverages AI to automatically generate meaningful GitHub Pull Request (PR) titles and descriptions based on your local git diffs. By integrating with Ollama’s language models like LLaMA 2, it helps developers quickly create concise and descriptive PRs without manual effort.

## Features

- Generates PR titles and descriptions from your local git diff.
- Supports multiple AI models via Ollama.
- Easy CLI interface to run directly inside any git repo.
- Saves time and effort writing descriptive pull requests.
- Extendable with flags for custom behavior.

## Installation

```bash
pip install gh-prgen
