Skip to content

hapi-server/plotserver-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.