6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0q6kmrkqf02fgww7z1g9cw8f70fimdzs1bvv9inb7fsk0c3pcf1i";
17 maintainers = with maintainers; [ clkamp ];
18 description = "A set of tools working with WSGI";
20 wsgitools is a set of tools working with WSGI (see PEP 333). It
21 includes classes for filtering content, middlewares for caching,
22 logging and tracebacks as well as two backends for SCGI. Goals
23 in writing it were portability and simplicity.
25 homepage = "https://subdivi.de/~helmut/wsgitools/";
26 license = licenses.gpl2Plus;
27 platforms = platforms.all;