web.py 0.37

web.py is a web framework for python that is as simple as it is powerful. It is in released under the Public Domain license, which means you can use it for whatever purpose with absolutely no restrictions.import weburls = ( '/(.*)', 'hello')app =...