The module allows using Python in nginx both at configuration stage and in runtime. # static module $ ./configure --add-module=/path/to/nginx-python-module # dynamic ...
The imphook module allows to easily define per file type import hooks, i.e. overload or extend import processing for particular file types, without affecting processing of other file types, and at the ...