Metadata-Version: 2.4
Name: dml-ui
Version: 0.0.2
Project-URL: Documentation, https://github.com/daggerml/dml-ui#readme
Project-URL: Issues, https://github.com/daggerml/dml-ui/issues
Project-URL: Source, https://github.com/daggerml/dml-ui
Author-email: Aaron Niskin <aaron@niskin.org>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: altair>=5.5.0
Requires-Dist: bokeh>=3.7.3
Requires-Dist: daggerml
Requires-Dist: dml-util>=0.0.16
Requires-Dist: flask==3.1.1
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: plotly==6.2.0
Requires-Dist: polars>=1.0.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: vegafusion>=2.0.2
Description-Content-Type: text/markdown

# dml-ui

[![PyPI - Version](https://img.shields.io/pypi/v/dml-ui.svg)](https://pypi.org/project/dml-ui)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dml-ui.svg)](https://pypi.org/project/dml-ui)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install dml-ui
```

## License

`dml-ui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

TODO: Finish plugins and create pypi package.