============= Intro to WSGI ============= June 10, 2008 Portland Python User Group jason kirtland Requirements ------------ - Python 2.5 (or Python 2.4 with wsgiref) - ``dispatch2`` uses Django, Genshi, Jinja2 and Mako, if available Brief Overview -------------- - helloworld1.py - helloworld2.py A minimal WSGI application. - environ1.py - environ2.py Exploring the standard environ keys and live environ inspection. - factory1.py - factory2.py - factory3.py Getting used to functions that return functions, callable instances and bound methods as applications. - dispatch1.py - dispatch2.py A simple URL dispatcher and examples of using template libraries. License ------- This collection of code is licensed under the Creative Commons Attribution 3.0 United States License. http://creativecommons.org/licenses/by/3.0/us/