Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.3% on conda-forge.org
Top 1.0% dependent packages on conda-forge.org
Top 0.8% dependent repos on conda-forge.org
Top 3.1% forks on conda-forge.org

conda-forge.org : werkzeug

**_werkzeug_** German noun: "tool". Etymology: *werk* ("work"), *zeug* ("stuff") Werkzeug is a comprehensive [WSGI](https://wsgi.readthedocs.io/en/latest/) web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries. It includes: - An interactive debugger that allows inspecting stack traces and source code in the browser with an interactive interpreter for any frame in the stack. - A full-featured request object with objects to interact with headers, query args, form data, files, and cookies. - A response object that can wrap other WSGI applications and handle streaming data. - A routing system for matching URLs to endpoints and generating URLs for endpoints, with an extensible system for capturing variables from URLs. - HTTP utilities to handle entity tags, cache control, dates, user agents, cookies, files, and more. - A threaded WSGI server for use while developing applications locally. - A test client for simulating HTTP requests during testing without requiring running a server. Werkzeug doesn't enforce any dependencies. It is up to the developer to choose a template engine, database adapter, and even how to handle requests. It can be used to build all sorts of end user applications such as blogs, wikis, or bulletin boards. [Flask](https://www.palletsprojects.com/p/flask/) wraps Werkzeug, using it to handle the details of WSGI while providing more structure and patterns for defining powerful applications.

Registry - Source - Homepage - JSON
purl: pkg:conda/werkzeug
Keywords: http, pallets, python, werkzeug, wsgi
License: BSD-3-Clause
Latest release: almost 2 years ago
First release: over 1 year ago
Dependent packages: 76
Dependent repositories: 887
Stars: 6,314 on GitHub
Forks: 1,681 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/pallets, https://palletsprojects.com/donate, https://tidelift.com/funding/github/pypi/Flask
Last synced: 15 days ago

    Loading...
    Readme
    Loading...