Metadata-Version: 2.1
Name: deephaven-plugin-matplotlib
Version: 0.0.1.dev5
Summary: Deephaven Plugin for matplotlib
Home-page: https://github.com/deephaven/deephaven-plugin-matplotlib
Author: Devin Smith
Author-email: devinsmith@deephaven.io
License: UNKNOWN
Project-URL: Source Code, https://github.com/deephaven/deephaven-plugin-matplotlib
Project-URL: Bug Tracker, https://github.com/deephaven/deephaven-plugin-matplotlib/issues
Keywords: deephaven,plugin,matplotlib
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Plugins
Classifier: Framework :: Matplotlib
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deephaven-plugin
Requires-Dist: matplotlib

# Deephaven Plugin for matplotlib

The Deephaven Plugin for matplotlib.

Currently in development.

## Build

To create your build / development environment:

```sh
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools build deephaven-plugin matplotlib
```

To build:

```sh
python -m build --wheel
```

produces the wheel into `dist/`.

