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.
Documentation
Documentation
https://flask.palletsprojects.com/en/stable/
GettingStarted
https://flask.palletsprojects.com/en/stable/quickstart/