Werkzeug
WSGI utility library for Python
Werkzeug
is a comprehensiveWSGI (Web Server Gateway Interface)
library forPython
that provides utilities for building web applications and frameworks.Werkzeug
is a core dependency ofFlask
, which usesWerkzeug
for handling routing and requests.Werkzeug
does have a module for the server role as well.
Last updated