This is the source code repo for the web page: pyhipku_web, an online demo for pyhipku.
Use bootstrap cover template, color theme is from uiGradients.
install the requirements first, it's recommanded to use virtualenv
$ virtualenv venv
$ . venv/bin/activate
(venv)$ pip install -r requirements.txt
run the app:
(venv)$ gunicorn pyhipku_web:app
open your browser and have a look at 127.0.0.1:8000
after installed the requirements, run the tests is easy:
(venv)$ python test_pyhipku_web.py
MIT.