How to create a full python app with Bazel

In this video we setup a project structure in a way that enables us to build a standalone GUI application and a standalone CLI application with python. Both use external dependencies through PIP that we build on top of and both use a shared library that we write within our own project. You can check out the code on github:

Previous
Previous

How to write a simple gen rule in Bazel

Next
Next

How to setup a simple bazel build action from scratch