pykzee-inspector

Web interface for inspecting the Pykzee state


License
MIT
Install
pip install pykzee-inspector==0.1.0

Documentation

pykzee-inspector

A plug-in for Pykzee that launches a web server, serving a browser application for inspecting the Pykzee state.

Installation

pip install pykzee-inspector

Then, add this object somewhere in your Pykzee configuration:

{
  "__plugin__": "pykzee.inspector.InspectorPlugin",
  "port": 8000
}

Open http://localhost:8000 in a web browser to see the whole Pykzee state.