James WSGI Server

James provides a very simple multi-threaded WSGI server implementation based on the HTTPServer from Python's standard library.

Icon  Name                    Description
[DIR] Parent Directory [DIR] dist/ Download James [DIR] trac/ [TXT] documentation.html User Documentation

Get James

To can get James eighter from the download page or via subversion from

svn co http://wsgiarea.pocoo.org/repos/james/trunk/ james

Installation

To install James you should use the egg:

easy_install James-X.Y-py2.4.egg

If you don't have an egg because you downloaded the svn version you can build yourself an egg:

python setup.py bdist_egg