Name : python-webpy
| |
Version : 0.34
| Vendor : openSUSE Build Service
|
Release : 3.1
| Date : 2022-07-11 17:56:49
|
Group : Development/Libraries/Python
| Source RPM : python-webpy-0.34-3.1.src.rpm
|
Size : 0.61 MB
| |
Packager : (none)
| |
Summary : Web.py makes web apps
|
Description :
web.py is a web framework for python that is as simple as it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.
A complete web.py application import web urls = ( \'/(.*)\', \'hello\' ) app = web.application(urls, globals())
class hello: def GET(self, name): if not name: name = \'World\' return \'Hello, \' + name + \'!\'
if __name__ == \"__main__\": app.run()
Authors: -------- Aaron Swartz < meAATTaaronsw.com> Anand Chitipothu < anandology at gmail com>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/babelworx:/python/SLE_11/x86_64 |