freebsd-ports/devel/py-wsgiutils/pkg-descr
Sunpoet Po-Chuan Hsieh 1ed28cd1fa - Restrict USE_PYTHON range
- Remove contiguous blank lines in pkg-descr
2011-09-13 08:48:58 +00:00

12 lines
447 B
Text

WSGIUtils is a package of standalone utility libraries that ease the development
of simple WSGI programs.
The package is divided into two main components which can be used individually or
in combination.
wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
wsgiAdaptor is a simple WSGI application that provides basic authentication,
signed cookies and persistent sessions.
WWW: http://www.owlfish.com/software/wsgiutils/