4 swpython

swpythonis basically the SkunkWeb server without the server part. It loads the environment just as running skunkweb does, but instead of opening ports and forking, it (by default) drops you at a Python prompt.

Usage: swpython [-ih] [-c configfilelist] [-e script] [scriptname]

  -c,--config-files=configfilelist   list of config files to load delimited
                                     by colons
  -h,--help                          show help screen
  -i                                 if scriptname is provided, run script
                                     and then start interactive interpreter
  -e,--execute=script                Execute script then exit
  -r,--redir-logs                    Redirect logs to stderr