.. moonshining documentation master file, created by sphinx-quickstart on Thu May 20 21:12:40 2010. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Moonshining: Making WSGI for Fun and Profit ============================================ The Python web development world has adopted on WSGI as an interoperability standard for Python web servers, applications, and middleware components. This tutorial examines that specification in detail, and shows practical examples of using WSGI to improve development productivity, integrate applications, and solve various deployment problems. Overview -------- .. toctree:: :maxdepth: 2 pep333 Using Standard WSGI Tools ------------------------- .. toctree:: :maxdepth: 2 tools/paste tools/mod_wsgi tools/webob Practical Applications ---------------------- .. toctree:: practical/debugging practical/profiling practical/authentication practical/sessions Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`