Werkzeug

E431936

Werkzeug is a widely used Python WSGI utility library that provides the low-level building blocks for web application frameworks such as Flask.

All labels observed (1)

Label Occurrences
Werkzeug canonical 5

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Python library
WSGI utility library
category Python web framework utilities
designedFor building WSGI applications
building web frameworks
documentation https://werkzeug.palletsprojects.com/
ecosystem Python web development ecosystem
feature HTTP header parsing
URL encoding and decoding helpers
URL routing system
content type detection
cookie handling
exception classes for HTTP errors
file upload handling
interactive debugger
middleware utilities
reloader for development
request data parsing
response streaming
security helpers
session utilities
thread-safe request objects
thread-safe response objects
hasComponent werkzeug.exceptions NERFINISHED
werkzeug.middleware NERFINISHED
werkzeug.routing NERFINISHED
werkzeug.security NERFINISHED
werkzeug.serving NERFINISHED
werkzeug.wrappers NERFINISHED
implements WSGI specification
influenced Flask design
license BSD-3-Clause License
maintainedBy Pallets team
originatedAs part of Pocoo projects
partOf Pallets projects
programmingLanguage Python
provides HTTP utilities
URL routing utilities
WSGI utilities
debugging utilities
development server
request and response objects
repository https://github.com/pallets/werkzeug NERFINISHED
supports Python 3 NERFINISHED
Unicode NERFINISHED
synchronous WSGI applications
usedBy Flask NERFINISHED
Quart NERFINISHED
many Python web frameworks

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

Armin Ronacher knownFor Werkzeug
Armin Ronacher created Werkzeug
Armin Ronacher maintained Werkzeug
Jinja2 relatedTo Werkzeug
Flask-WTF requires Werkzeug