Metadata-Version: 2.1
Name: hapiplot
Version: 0.2.1
Summary: Plot data from HAPI server
Home-page: http://pypi.python.org/pypi/hapiplot/
Author: Bob Weigel
Author-email: rweigel@gmu.edu
License: LICENSE.txt
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![Build Status](https://travis-ci.org/hapi-server/plot-python.svg?branch=main)](https://travis-ci.org/hapi-server/plot-python)

**HAPI plotting client for Python 3.6+**

# Installation

```python
pip install hapiplot --upgrade
```

# Use

See the examples at

* https://github.com/hapi-server/client-python

and the unit tests at

* https://github.com/hapi-server/plot-python/blob/main/test/test_hapiplot.py
* https://github.com/hapi-server/plot-python/blob/main/test/test_hapiplot_visual.py

# Contact

Submit bug reports and feature requests on the [repository issue
tracker](https://github.com/hapi-server/plot-python/issues).


