Metadata-Version: 2.3
Name: pandasai-sql
Version: 0.1.3
Summary: SQL integration for PandaAI
License: MIT
Author: Gabriele Venturi
Requires-Python: >=3.9,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.23.2,<2.0.0)
Requires-Dist: pandasai (>=3.0.0-beta.2)
Requires-Dist: sqlalchemy (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# SQL Extension for PandaAI

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

## Installation

You can install this extension using poetry:

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

