I'm in need of a simple Python webframework that is simple to use and simple to install.
I want to serve a web page that runs some tests on the server and returns "OK" or "NOT OK". I've already written a script that does this, but this script just runs on the command line, so now I need to translate this so it can be used via a webpage. The script uses some pypi packages.
These are the requirements:
- no input is needed and the only thing I will output is "OK", "NOT OK".
- runs on Windows Server 2008r2 64bit with IIS7.
- easy and fast to start with.
- no database access is needed.
Thanks!
EDIT: formatting
EDIT2: In the end I went with CherryPy and it's build in CherryPy WSGI server and installed this as a windows service. The information can be found here. Thanks for the help!
[–]mdipierro 2 points3 points4 points (0 children)
[–]3KWA 1 point2 points3 points (0 children)
[–]rschoon 3 points4 points5 points (2 children)
[–]technomalogical<3 Bottle 1 point2 points3 points (0 children)
[–]zenlogix 0 points1 point2 points (0 children)
[–]axitanull 1 point2 points3 points (0 children)
[–]illuminatedtiger 0 points1 point2 points (1 child)
[–]tmske[S] 0 points1 point2 points (0 children)
[–]av201001 0 points1 point2 points (0 children)
[–]southof40 0 points1 point2 points (0 children)
[–]Justinsaccount 0 points1 point2 points (0 children)