Metadata-Version: 2.1
Name: chat2edit
Version: 0.0.6
Summary: A small example package
License: CC BY-NC 4.0
Author: Le Tin Nghia
Author-email: nghialt3670@gmail.com
Requires-Python: >=3.10
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: IPython (>=8.29.0)
Requires-Dist: astor (>=0.8.1)
Requires-Dist: google-generativeai (>=0.8.3)
Requires-Dist: openai (>=0.28.0)
Project-URL: Homepage, https://github.com/nghialt3670/chat2edit-python
Project-URL: Issues, https://github.com/nghialt3670/chat2edit-python/issues
Description-Content-Type: text/markdown

# Chat2Edit

Chat2Edit is a Python package designed for editing files collaboratively with AI assistance. It provides tools to enhance productivity and streamline workflows.

## Features

- AI-powered file editing
- Seamless collaboration
- Easy-to-use API

## Installation

Install Chat2Edit using pip:

```bash
pip install chat2edit

