python_bazel_template icon indicating copy to clipboard operation
python_bazel_template copied to clipboard

An opinionated Python + Go + Bazel tempate repo

Results 3 python_bazel_template issues
Sort by recently updated
recently updated
newest added

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):...

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`...