snare / voltron-web

Web interface for Voltron

Home Page:https://github.com/snare/voltron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voltron-web

This package provides a simple web interface for Voltron. It's mostly used by @snare for debugging, and was split out into another package to keep the web front end clutter out of the main Voltron package. It also provides links to any installed web view plugins (the plugins are still available without the voltron-web package, it just provides a list of links).

web interface

Installation

There is a pre-packed version on PyPI. Install with pip:

$ pip install voltron-web

Building

Building requires npm.

Change into the static directory, install the dependencies, and build with webpack:

$ cd voltron-web/voltron_web/static
$ npm install
$ npm install -g webpack
$ webpack
$ cd -

Install:

$ python setup.py install

About

Web interface for Voltron

https://github.com/snare/voltron

License:MIT License


Languages

Language:JavaScript 50.3%Language:CSS 43.7%Language:Python 5.0%Language:HTML 1.0%