Metadata-Version: 2.1
Name: plotto
Version: 0.1.2
Summary: functions to create interactive charts with Altair
Home-page: https://github.com/bernardodionisi/plotto
License: MIT
Author: Bernardo Dionisi
Author-email: bernardo.dionisi@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: altair (>=4.2.0,<5.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pandas (>=1.4,<1.5)
Project-URL: Repository, https://github.com/bernardodionisi/plotto
Description-Content-Type: text/markdown

plotto contains a function to display a set of interactive charts created with Altair

## Installing

The latest release can be installed using pip

```bash
pip install plotto
```

see the [Documentation](https://plotto.readthedocs.io/en/latest/) for more details.

