potluck_server

potluck_server Includes potluck_server.sync and potluck_server.app modules, the first providing rather crude file-system-backed synchronous state, and the second being a WSGI Flask app for collecting student submissions and evaluating them via potluck_eval (see the potluck module).

Main server documentation is in potluck_server.app.

1"""
2potluck_server
3Includes `potluck_server.sync` and `potluck_server.app` modules, the
4first providing rather crude file-system-backed synchronous state, and
5the second being a WSGI Flask app for collecting student submissions and
6evaluating them via `potluck_eval` (see the `potluck` module).
7
8Main server documentation is in `potluck_server.app`.
9"""