No description
Find a file
2017-05-07 20:46:17 +02:00
warp Added samples 2017-05-07 20:46:17 +02:00
MANIFEST.in initial commit 2017-04-24 12:25:05 +02:00
README.md Added samples 2017-05-07 20:46:17 +02:00
setup.py Added samples 2017-05-07 20:46:17 +02:00
TODOS initial commit 2017-04-24 12:25:05 +02:00

WARP - a Webbased frontend for ARgparser in Python

Install

pip install git+https://git.k-fortytwo.de/christofsteel/warp/

Usage

warp [-h] [--port PORT] [--host HOST] [--module] file

a Webbased frontend for ARgparse in Python

positional arguments:
file                  File to run

optional arguments:
-h, --help            show this help message and exit
--port PORT, -p PORT  The port to listen on (default 5000)
--host HOST           The host to bind to (default 0.0.0.0)
--module, -m          If set, loads a module instead of a file

Sample

warp -m warp.samples.hooked