Metadata-Version: 2.4
Name: remgpt
Version: 0.1.0
Summary: A Python library for RemGPT
Author-email: Siddharth Ambegaonkar <sid.ambegaonkar@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/remgpt
Project-URL: Repository, https://github.com/yourusername/remgpt
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# RemGPT

A Python library for RemGPT functionality.

## Installation

```bash
pip install remgpt
```

## Usage

```python
import remgpt

# Create RemGPT instance
client = remgpt.RemGPT()

# Process data
result = client.process("your input")
print(result)
```

## License

MIT License 
