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 only been tested with IIS; however, it could be very easily ported (read: change a few lines of code) to other web servers that support ISAPI.