
Werkzeug 3.1.5
0
The comprehensive WSGI web application library.
Contents
The comprehensive WSGI web application library.
Stars: 6846, Watchers: 6846, Forks: 1762, Open Issues: 1The pallets/werkzeug repo was created 15 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 6846 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
Related Packages
Errors
A list of common werkzeug errors.
Code Examples
Here are some werkzeug code examples and snippets.
GitHub Issues
The werkzeug package has 1 open issues on GitHub
- Check event type before pattern matching in watchdog reloader
- Slow reloading in watchdog mode
- Add Sec-Fetch-Mode and Sec-Fetch-Site header support
- Add a DuplicatedRulesError
- Adding the same route twice will silently fail, should raise an exception instead
- check
request.trusted_hostsinMap.bind_to_environ - add
subdomain_matchingparam toMap - Expose new path used to compute new url in RequestRedirect
- url matching order changed versus 2.2
pythonfix







