Werkzeug

WSGI utility library for Python

  • Werkzeug is a comprehensive WSGI (Web Server Gateway Interface) library for Python that provides utilities for building web applications and frameworks.

  • Werkzeug is a core dependency of Flask, which uses Werkzeug for handling routing and requests.

  • Werkzeug does have a module for the server role as well.

Last updated