Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 882 Bytes

File metadata and controls

36 lines (23 loc) · 882 Bytes

HAPI Plot Server for Python 3.6+

Serve plots from a HAPI server using the hapiplot function in hapiplot package.

Live Demo

Installation and Startup

pip install hapiplotserver --upgrade
hapiplotserver --port 5999 --workers 4

then see http://localhost:5999/ for API documentation.

Script Usage

See test_hapiplotserver.py.

Development

git clone https://github.com/hapi-server/plotserver-python
cd plotserver-python; pip install -e .

To run tests before a commit, execute

make test-repository

Contact

Submit bug reports and feature requests on the repository issue tracker.