Metadata-Version: 2.4
Name: improve-prompt
Version: 0.1.0
Summary: A tool to improve code prompts
Home-page: https://github.com/yourusername/improve-prompt
Author: Your Name
Author-email: your.email@example.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Improve Prompt

A Python package for improving code prompts.

## Installation

```bash
pip install improve-prompt
```

## Usage

```python
import improve_prompt

# Get a file object
improve_file = improve_prompt.get("test.py")

# Improve the file
improve_file.improve()

# Save the file
improve_file.save(original_path=True)
```

## Features

- Simple API for improving code prompts
- Easy to use with minimal setup
- Compatible with Python 3.7+

## License

MIT License
