Metadata-Version: 2.1
Name: pandasai-sql
Version: 0.1.0
Summary: SQL connectors integration for PandasAI
Author: Gabriele Venturi
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cx-Oracle (>=8.3.0,<9.0.0)
Requires-Dist: pandasai (>=3.0.0,<4.0.0)
Requires-Dist: psycopg2-binary (>=2.9.7,<3.0.0)
Requires-Dist: pymysql (>=1.1.0,<2.0.0)
Requires-Dist: sqlalchemy (>=1.4,<3)
Requires-Dist: sqlalchemy-cockroachdb (>=2.0.2,<3.0.0)
Description-Content-Type: text/markdown

# SQL Extension for PandasAI

This extension integrates SQL connectors with PandasAI, providing support for various SQL databases (mysql, postgres, cockroachdb, sqlite).

## Installation

You can install this extension using poetry:

```bash
poetry install pandasai-sql
```

