Package 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.

Expand source code
"""
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`.
"""

Sub-modules

potluck_server.app

Flask WSGI web app for managing student submissions & grading them w/ potluck. Fork of Ocean server for Codder. Withholds feedback until after the …

potluck_server.rundir
potluck_server.sync

Simple synchronization & caching for Flask apps …