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 (8)

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
linked to: Werkzeug

werkzeug.middleware
linked to: Werkzeug

werkzeug.routing
linked to: Werkzeug

werkzeug.security
werkzeug.serving
werkzeug.wrappers
linked to: Werkzeug
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
linked to: Werkzeug
supports Python 3
linked to: Python 3.x

Unicode
synchronous WSGI applications
usedBy Flask
Quart
many Python web frameworks

How these facts were elicited

Referenced by (20)

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
Armin Ronacher knownFor Werkzeug
subject linked to: mitsuhiko
Armin Ronacher notableWork Werkzeug WSGI library
subject linked to: mitsuhiko
linked to: Werkzeug
Armin Ronacher softwareLibraryCreated Werkzeug
subject linked to: mitsuhiko
Jinja integratesWith Werkzeug
Werkzeug repository https://github.com/pallets/werkzeug
linked to: Werkzeug
Werkzeug hasComponent werkzeug.wrappers
linked to: Werkzeug
Werkzeug hasComponent werkzeug.routing
linked to: Werkzeug
Werkzeug hasComponent werkzeug.exceptions
linked to: Werkzeug
Werkzeug hasComponent werkzeug.middleware
linked to: Werkzeug
itsdangerous usedBy Werkzeug
Werkzeug repository https://github.com/pallets/werkzeug
subject linked to: Werkzeug WSGI utility library
linked to: Werkzeug
Werkzeug distributes PyPI package "Werkzeug"
subject linked to: Werkzeug WSGI utility library
linked to: Werkzeug
ItsDangerous relatedProject Werkzeug
Pocoo Team notableWork Werkzeug