In this video we're going to be creating some python targets in Bazel. Bazel is a build tool that is very popular for use in monorepos. We're going to create a simple python library without any external dependencies. We'll write some tests & create targets using py_library and py_test. Then we're going to create a flask application & create a py_binary target. The flask application will have third party dependencies & dependencies in the monorepo.
Bazel: https://bazel.build/
Code: https://github.com/kriscfoster/multi-...
rules_python: https://github.com/bazelbuild/rules_p...