Projects tagged ‘mod_python’


Jump to tag:

Projects tagged ‘mod_python’

Filtered by Project Tags mod_python

Refine results Project Tags python (21) web (6) apache (6) cgi (5) framework (3) cms (3) wsgi (3) fastcgi (3) psp (3) css (2) mvc (2) mercurial (2)

[23 total ]

3 Users
 

PyLucid is a lightweight, OpenSource ( GPL 2.x or newer ) content management system ( CMS ) written in Python using django . Nearly all output can be customized. No shell account is needed. You only ... [More] need a standard webserver with Python (at least v2.4) CGI and MySQL ( mySQLdb ) to run PyLucid. PyLucid/django are WSGI conform, so you can run it as CGI, fastCGI, mod_Python and others... [Less]
Created over 3 years ago.

2 Users
 

Madpy is a cms built on top of apache , mod_python , postgresql , cheetah templates. Features: Clean urls , support for creating content in more than one language , Object oriented design , MVC like mechanism.
Created about 1 year ago.

1 Users

Is a simple framework for creating python powered web applications tightly coupled with mod_python and mako templates. It is not intended to replace the larger frameworks such as Django or Rails but ... [More] to provide a simple and efficient way of developing small to medium sized web applications. [Less]
Created about 1 month ago.

1 Users

A minimal API for writing web applications with Facebook. The two functions in the module are all that should be needed to generate and validate information with the Facebook rest server.
Created over 2 years ago.

1 Users

Vampire is an extension module for mod_python which provides a more flexible dispatch mechanism for basic content handlers. Whereas with the standard mod_python handler mechanism, one content handler ... [More] is generally associated with a whole directory when handling the content delivery phase of servicing a HTTP request, Vampire implements a mechanism for selecting between multiple content handlers associated with distinct resources within a directory. [Less]
Created over 2 years ago.

1 Users
 

A minimal Python wiki that runs on all possible servers with only one additional dependency (Jinja2).
Created over 2 years ago.

0 Users

CRS schedule generator and probability and statistics tool written in pure Python >>> import crs >>> crs.get_semesters() {'2006 3': 'Summer 2006-2007', '2007 1': '1st Semester 2007-2008', '2007 2': ... [More] '2nd Semester 2007-2008'} >>> eee107 = crs.search('EEE 107', sem='2', ay='2007') >>> eee51 = crs.search('EEE 51', sem='2', ay='2007') >>> me63 = crs.search('ME 63', sem='2', ay='2007') >>> me63 [, , , , , ] >>> eee51 [, , ] >>> scheds = crs.get_schedules(me63, eee51) >>> len(scheds) 14 >>> scheds [[, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ], [, ]] >>> eee107[0].code, eee107[0].name, eee107[0].section (52398, 'EEE 107', 'MHKH') >>> eee107[0].stats (20, 64, 0, 24) >>> eee107[0].schedule {'M': [], 'Th': [, ]} [Less]
Created about 1 year ago.

0 Users

A proxy that requires no configuration on the HTTP browser. Suitable for use on mobile devices that have no way to configure a proxy server. This code works by using urls in the following form: ... [More] .yoursite.com/path It decodes the domain name, then fetches the content at: /path And returns it to the browser. However, it also filters the content so that all URLs (link rel=, href=, etc) are encoded so that they direct back to the proxy. This way a device can browse via the proxy and hopefully never leave it once it enters. Cookies, form data etc are shuttled back and forth. Since each remote host has a specific sub-domain on the proxy site, the cookies will not be mixed. [Less]
Created 9 months ago.

0 Users

pywebsocketWhat is it?The pywebsocket project aims to provide a Web Socket extension for Apache HTTP Server, mod_pywebsocket. mod_pywebsocket is intended for testing or experimental purposes. ... [More] mod_python is required. For wss, mod_ssl is also required. How can I use it?To try mod_pywebsocket, please do: svn checkout http://pywebsocket.googlecode.com/svn/trunk/ pywebsocket-read-onlyand follow the instructions in pywebsocket-read-only/src/README. To run mod_pywebsocket as an Apache HTTP Server extension module, please read comments in pywebsocket-read-only/mod_pywebsocket/__init__.py. To run mod_pywebsocket as a standalone server (i.e., not using Apache HTTP Server), please read comments in pywebsocket-read-only/mod_pywebsocket/standalone.py. [Less]
Created 4 months ago.

0 Users

url_proxy (on mod_python) is an open source HTTP proxy running on mod_python. url_proxy is working with its client side delegate.
Created about 1 year ago.