Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 4 Python Bazel Projects
-
bazel-compile-commands-extractor
Goal: Enable awesome tooling for Bazel users of the C language family.
''' Uchen core - ML framework ''' module(name = "uchen-core", version = "0.1", compatibility_level = 1) bazel_dep(name = "abseil-cpp", version = "20240116.2") bazel_dep(name = "googletest", version = "1.14.0") git_override( module_name = "googletest", remote = "https://github.com/google/googletest.git", commit = "1d17ea141d2c11b8917d2c7d029f1c4e2b9769b2", ) bazel_dep(name = "google_benchmark", version = "1.8.3") git_override( module_name = "google_benchmark", remote = "https://github.com/google/benchmark.git", commit = "447752540c71f34d5d71046e08192db181e9b02b", ) # Dev dependencies bazel_dep(name = "hedron_compile_commands", dev_dependency = True) git_override( module_name = "hedron_compile_commands", remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git", commit = "a14ad3a64e7bf398ab48105aaa0348e032ac87f8", )
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
dropbox-style-python-repo
🌿💚 Learning how the github.com/dropbox/dbx_build_tools work for Python monorepos.
Python Bazel discussion
Python Bazel related posts
-
Best way to package Python binaries for deployment in 2023
-
C language server for Neovim without compile_commands.json?
-
VS Code with dockerized build environments for C/C++ projects
-
Running container_push inside a container
-
Package your FastAPI application with “Distroless” Docker Images
-
bazel projects and LSP
-
Recipe for using distroless container images with FastAPI
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 24 Apr 2025
Index
What are some of the best open-source Bazel projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | bazel-compile-commands-extractor | 784 |
2 | rules_pyvenv | 29 |
3 | bazel_pkg_config | 9 |
4 | dropbox-style-python-repo | 6 |