Flask

Flask is a lightweight WSGI web application framework for Python. It is commonly used as a foundation for building HTTP APIs and web services. While Flask itself does not expose an HTTP API, it ships with a configurable runtime whose configuration surface is captured here as a JSON Schema for tooling and validation purposes.

API entry from apis.yml

apis.yml Raw ↑
aid: flask:flask
name: Flask
description: Flask is a lightweight WSGI web application framework for Python. It is commonly used as
  a foundation for building HTTP APIs and web services. While Flask itself does not expose an HTTP API,
  it ships with a configurable runtime whose configuration surface is captured here as a JSON Schema for
  tooling and validation purposes.
humanURL: https://flask.palletsprojects.com/
tags:
- Frameworks
- Lightweight
- Microframework
- Pallets
- Python
- Web Framework
- WSGI
properties:
- type: Documentation
  url: https://flask.palletsprojects.com/en/stable/
- type: GettingStarted
  url: https://flask.palletsprojects.com/en/stable/quickstart/
- type: SourceCode
  url: https://github.com/pallets/flask
- type: JSONSchema
  url: json-schema/flask-config.json