Metadata-Version: 2.1
Name: genai-sdk
Version: 0.0.1
Summary: SDK de conexão com o mobileX GenAI
Home-page: https://github.com/mobilex-neo/genai-sdk
Author: Luiz Carvalho
Author-email: dev@mtmtecnologia.com.br
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.26.0

# GenAI SDK for python

## Installation

You can install the NEO SDK for Python using pip:

```bash
pip install genai-sdk

````

or

```bash
pip install -e git+https://github.com/mobilex-neo/genai-sdk.git#egg=genai-sdk

```
