python_bazel_template
python_bazel_template copied to clipboard
An opinionated Python + Go + Bazel tempate repo
I have added a python package that relies on platform-specific code (e.g. `confluent_kakfa`). When I build and run the image, I get the error: ``` Traceback (most recent call last):...
Gazelle
This project doesn't seem to support Python gazelle rules. Are you planning to add them?
This is a draft PR that enables gazelle support in the repo for python files, but unfortunately I ran into lots of problems around: 1. Gazelle falling back to `file`...