OpenQuizz
Une application de gestion des contenus pédagogiques
werkzeug Namespace Reference

Namespaces

 _compat
 
 _internal
 
 _reloader
 
 datastructures
 
 debug
 
 exceptions
 
 filesystem
 
 formparser
 
 http
 
 local
 
 middleware
 
 posixemulation
 
 routing
 
 security
 
 serving
 
 test
 
 testapp
 
 urls
 
 useragents
 
 utils
 
 wrappers
 
 wsgi
 

Detailed Description

werkzeug
~~~~~~~~

Werkzeug is the Swiss Army knife of Python web development.

It provides useful classes and functions for any WSGI application to
make the life of a Python web developer much easier. All of the provided
classes are independent from each other so you can mix it with any other
library.

:copyright: 2007 Pallets
:license: BSD-3-Clause