Metadata-Version: 2.3
Name: pandasai-snowflake
Version: 0.1.3
Summary: Snowflake connector integration for PandaAI
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pandasai (>=3.0.0-beta.0,<4.0.0)
Requires-Dist: pandasai-sql (>=0.1.0,<0.2.0)
Requires-Dist: snowflake-sqlalchemy (>=1.5.0,<2.0.0)
Description-Content-Type: text/markdown

# Snowflake Extension for PandaAI

This extension integrates Snowflake connectors with PandaAI, providing support for Snowflake.

## Installation

You can install this extension using poetry:

```bash
poetry install pandasai-snowflake
```

