This module contains the Web specific parts of modelr.
Main program to strat a web server.
Created on Apr 30, 2012
@author: sean
Handles a single request.
Run a script
Parameters: |
|
---|
A place holder for a url argument.
Exception to be called when arguments are not as expected by the parser.
Exception to be called when the help argument is found.
Parse a key=value arguments in a url string.
Modeled after http://docs.python.org/dev/library/argparse.html