Metadata-Version: 2.3
Name: jcloudai-litellm
Version: 0.0.3
Summary: LiteLLM integration for PandasAI
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: jcloudai (>=1.0.5)
Requires-Dist: litellm (>=1.61.20,<2.0.0)
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 PandasAI

This extension integrates LiteLLM with PandasAI.

## Installation

You can install this extension using poetry:

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

