Python ISAPI extension for IIS
Project description
PyISAPIe is an IIS ISAPI extension for interpreting Python scripts in a web server environment, made with the goal of overall simplicity. A basic module for http functionality is included, and writing separate extensions that add to the ISAPI functionality is rather easy. Performance is undeniably high. Now it is possible to easily and efficiently interface to Python scripts for multi- purposed use in a (ISAPI) web environment. So far it’s been tested with IIS and successfully ported to Apache Win32 using mod_isapi. Update: Just added support for Django, a Python-based web framework.