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
WSGI (Web Server Gateway Interface)
Python
Werkzeug is a core dependency of Flask, which uses Werkzeug for handling routing and requests.
Flask
Werkzeug does have a module for the server role as well.
Last updated 4 months ago