Metadata-Version: 2.1
Name: PMAgent
Version: 0.1.2
Summary: A Python agent for refactoring and modifying code using OpenAI.
Home-page: https://github.com/JKL404/PMAgent
Author: Laxman Khatri
Author-email: khatrilaxman1997@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai
Requires-Dist: requests

# PMAgent

PMAgent is a Python package that helps developers refactor and modify code using OpenAI. It reads code from files, interacts with an LLM to generate modifications, and saves changes back to the files.

## Installation

To install PMAgent:

```bash
pip install PMAgent

pmagent "Fix the code from playground folder" playground

```
### Put API KEY ON ENV: OPENAI_API_KEY
