Contents

Werkzeug 3.0.2

0

The comprehensive WSGI web application library.

The comprehensive WSGI web application library.

Stars: 6530, Watchers: 6530, Forks: 1709, Open Issues: 7

The pallets/werkzeug repo was created 13 years ago and the last code push was 16 hours ago.
The project is extremely popular with a mindblowing 6530 github stars!

How to Install werkzeug

You can install werkzeug using pip

pip install werkzeug

or add it to a project with poetry

poetry add werkzeug

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/Werkzeug/
Documentation:
https://werkzeug.palletsprojects.com/
GitHub Repo:
https://github.com/pallets/werkzeug

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Internet/WWW/HTTP/WSGI
  • Internet/WWW/HTTP/WSGI/Application
  • Internet/WWW/HTTP/WSGI/Middleware
  • Software Development/Libraries/Application Frameworks
No  werkzeug  pypi packages just yet.

Errors

A list of common werkzeug errors.

Code Examples

Here are some werkzeug code examples and snippets.

GitHub Issues

The werkzeug package has 7 open issues on GitHub

  • serving: Use chunked-encoding for progressive content under HTTP/1.1

See more issues on GitHub

Related Packages & Articles

Flask 3.0.3

A simple framework for building complex web applications.

starlette 0.37.2

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.

h11 0.14.0

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.