Description
Provides core building blocks for Python web applications, including request handling, routing helpers, response objects, debugging tools, and WSGI utilities. It is a foundation used by frameworks such as Flask.
Developers use it as web infrastructure rather than a standalone app. Because it handles HTTP input and error reporting, configure debugging carefully and do not expose development tools in production.