Metadata-Version: 2.4
Name: jema-ai
Version: 0.0.1
Summary: This package has been moved to 'acodeai'. Please use 'pip install acodeai' instead.
Home-page: https://github.com/mkmlab-hq/acodeai-python
Author: MKM Lab
Author-email: support@mkmlife.com
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: acodeai>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# Jema-Ai Package Migration Notice

This package has been integrated into **acodeai**.

## Migration Guide

```bash
# Old (deprecated)
pip install jema-ai

# New (recommended)
pip install acodeai
```

## Usage

```python
# Old
from jema_ai import *

# New
from acodeai import JemaClient, AthenaClient
```

For more information, visit: https://github.com/mkmlab-hq/acodeai-python
