Flask¶
Flask is a python web framework.
WSGI¶
Web Server Gateway Interface
Is a protocol of communication used so the request from the webserver can reach the web app, in this case Flask.
Jinja 2¶
It is a web template engine, that can combine templates with data sources. A data source can be for example:
- CSV Sheet
- SQL Database
- NoSQL Database
- Machine Learning model
Those below are astral/uv script dependencies, it can be define inside script
file.
You can run it like uv run my_script.py
then they will be automatically
installed