Metadata-Version: 2.4
Name: vizro-experimental
Version: 0.1.0
Summary: Experimental Vizro features in incubation, including a chat component and floating chat popup.
Author: Vizro Team
License-File: LICENSE.txt
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: dash-extensions>=1.0.0
Requires-Dist: dash-iconify>=0.1.2
Requires-Dist: vizro>=0.1.56
Provides-Extra: agent
Requires-Dist: pydantic-ai>=1.89.1; extra == 'agent'
Provides-Extra: examples
Requires-Dist: anthropic>=0.18.0; extra == 'examples'
Requires-Dist: openai; extra == 'examples'
Requires-Dist: openpyxl; extra == 'examples'
Requires-Dist: python-dotenv>=0.21.0; extra == 'examples'
Requires-Dist: vizro-ai>=0.4.0; extra == 'examples'
Description-Content-Type: text/markdown

<h1 align="center">Vizro-Experimental</h1>

<div align="center" markdown="1">

[![Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fmckinsey%2Fvizro%2Frefs%2Fheads%2Fmain%2Fvizro-experimental%2Fpyproject.toml)](https://pypi.org/project/vizro-experimental/) [![PyPI version](https://badge.fury.io/py/vizro-experimental.svg)](https://badge.fury.io/py/vizro-experimental) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mckinsey/vizro/blob/main/LICENSE.md) [![Documentation](https://readthedocs.org/projects/vizro-experimental/badge/?version=latest)](https://vizro.readthedocs.io/projects/vizro-experimental/)

<p>
<font size="+1">
Incubation home for Vizro features that aren't ready for <a href="../vizro-core"><code>vizro-core</code></a> yet. APIs may change or be removed between releases.
</font>
</p>

</div>

## Install

```bash
pip install vizro-experimental              # Chat component + actions
pip install "vizro-experimental[agent]"     # + floating chat popup with auto-agent
```

## Documentation

For more information, please refer to our [Documentation](https://vizro.readthedocs.io/projects/vizro-experimental/).
