Metadata-Version: 2.3
Name: pandasai-litellm
Version: 0.0.1
Summary: LiteLLM integration for PandaAI
License: MIT
Author: Gabriele Venturi
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: litellm (>=1.61.20,<2.0.0)
Requires-Dist: pandasai (>=3.0.0b4)
Project-URL: Documentation, https://docs.getpanda.ai/
Project-URL: Repository, https://github.com/sinaptik-ai/pandas-ai
Description-Content-Type: text/markdown

# LiteLLM Extension for PandaAI

This extension integrates LiteLLM with PandaAI.

## Installation

You can install this extension using poetry:

```bash
poetry add pandasai-litellm
```

