Build a python web app in bazel

2023/07/25

Here is an example python Flask app built with Bazel. See README.md for instructions.

Running the app will start a local dev server for Flask and you should be able to direct your browser at it and see the result. Based on various bits and pieces from the internet on how to do this correctly.

It uses a hermetic python interpreter, which a great improvement for reproducibility over using the local python interpreter.