SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-webpy rpm build for : OpenSuSE. For other distributions click python-webpy.

Name : python-webpy
Version : 0.34 Vendor : openSUSE Build Service
Release : 3.1 Date : 2022-07-11 17:51:34
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_SP1/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-webpy-0.34-3.1.x86_64.rpm
ftp.icm.edu.pl  python-webpy-0.34-3.1.x86_64.rpm
     

Provides :
python-webpy

Requires :
rpmlib(VersionedDependencies) <= 3.0.3-1
python = 2.6
python-base >= 2.6
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsLzma) <= 4.4.2-1


Content of RPM :
/usr/lib64/python2.6/site-packages/web
/usr/lib64/python2.6/site-packages/web.py-0.34-py2.6.egg-info
/usr/lib64/python2.6/site-packages/web/__init__.py
/usr/lib64/python2.6/site-packages/web/__init__.pyc
/usr/lib64/python2.6/site-packages/web/application.py
/usr/lib64/python2.6/site-packages/web/application.pyc
/usr/lib64/python2.6/site-packages/web/browser.py
/usr/lib64/python2.6/site-packages/web/browser.pyc
/usr/lib64/python2.6/site-packages/web/contrib
/usr/lib64/python2.6/site-packages/web/contrib/__init__.py
/usr/lib64/python2.6/site-packages/web/contrib/__init__.pyc
/usr/lib64/python2.6/site-packages/web/contrib/template.py
/usr/lib64/python2.6/site-packages/web/contrib/template.pyc
/usr/lib64/python2.6/site-packages/web/db.py
/usr/lib64/python2.6/site-packages/web/db.pyc
/usr/lib64/python2.6/site-packages/web/debugerror.py
/usr/lib64/python2.6/site-packages/web/debugerror.pyc
/usr/lib64/python2.6/site-packages/web/form.py
/usr/lib64/python2.6/site-packages/web/form.pyc
/usr/lib64/python2.6/site-packages/web/http.py
/usr/lib64/python2.6/site-packages/web/http.pyc
/usr/lib64/python2.6/site-packages/web/httpserver.py
/usr/lib64/python2.6/site-packages/web/httpserver.pyc
/usr/lib64/python2.6/site-packages/web/net.py
/usr/lib64/python2.6/site-packages/web/net.pyc
/usr/lib64/python2.6/site-packages/web/session.py
/usr/lib64/python2.6/site-packages/web/session.pyc
/usr/lib64/python2.6/site-packages/web/template.py
/usr/lib64/python2.6/site-packages/web/template.pyc
/usr/lib64/python2.6/site-packages/web/test.py
There is 14 files more in these RPM.

 
ICM