Various Python projects I work on from time to time.
Projects are built using Bazel.
- To build all projects:
bazel build ...
- To run a specific project:
bazel run projects:{project} {args}
- For example:
bazel run projects:magic_eight_ball
Files are formatted with yapf.