Metadata-Version: 2.1
Name: tabviz
Version: 1.1.0.9
Summary: A Python module for working with the Tableau
Home-page: https://github.com/AyushDhimann/TabViz
License: GNU
Keywords: Tableau,TabViz
Author: Ayush Dhiman
Author-email: ayushdhiman272@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: starlette (>=0.37.2,<0.38.0)
Requires-Dist: tableauserverclient (>=0.30,<0.31)
Project-URL: Repository, https://github.com/AyushDhimann/TabViz
Description-Content-Type: text/markdown

# Tabviz

TabViz is a [pip library](https://pypi.org/project/tabviz/) which simplifies the process of creating interactive data visualization in your jupyter notebook automatically using tableau and Gen-AI, all you have to do is provide a dataset(in csv)  and wait for TabViz to generate you a useful enough visualization.  

## Poetry usage

```bash
poetry build
```

```bash
poetry publish
```


# Demo

Try out the demo on [Google Colab](https://colab.research.google.com/drive/1yj_0_T4KUBrWdvrg9TDFUzhavnHZ2Wqe?usp=sharing)
