Skip to content

lord63/pyhipku_web

Repository files navigation

Pyhipku site

Build Status

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.

Deploy

How to run it:

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

Run the tests

after installed the requirements, run the tests is easy:

(venv)$ python test_pyhipku_web.py

License

MIT.

About

Encode any IP address as haiku http://pyhipku.lord63.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published