HAPI Plot Server for Python 3.6+
Serve plots from a HAPI server using the hapiplot function in hapiplot package.
pip install hapiplotserver --upgrade
hapiplotserver --port 5999 --workers 4then see http://localhost:5999/ for API documentation.
git clone https://github.com/hapi-server/plotserver-python
cd plotserver-python; pip install -e .To run tests before a commit, execute
make test-repositorySubmit bug reports and feature requests on the repository issue tracker.