Python Bazel

Open-source Python projects categorized as Bazel

Top 4 Python Bazel Projects

  1. bazel-compile-commands-extractor

    Goal: Enable awesome tooling for Bazel users of the C language family.

    Project mention: Open Source C++ Stack | dev.to | 2024-07-16

    ''' 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", )

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

    Judoscale logo
  3. rules_pyvenv

    Bazel rules for creating Python virtual envs.

  4. bazel_pkg_config

    Bazel rules for pkg-config tools.

  5. dropbox-style-python-repo

    🌿💚 Learning how the github.com/dropbox/dbx_build_tools work for Python monorepos.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Bazel discussion

Log in or Post with

Python Bazel related posts

  • Best way to package Python binaries for deployment in 2023

    2 projects | /r/bazel | 3 Jul 2023
  • C language server for Neovim without compile_commands.json?

    1 project | /r/neovim | 4 Dec 2022
  • VS Code with dockerized build environments for C/C++ projects

    1 project | /r/cpp | 3 Nov 2022
  • Running container_push inside a container

    3 projects | /r/bazel | 23 Jul 2022
  • Package your FastAPI application with “Distroless” Docker Images

    3 projects | dev.to | 19 Jul 2022
  • bazel projects and LSP

    1 project | /r/neovim | 20 Mar 2022
  • Recipe for using distroless container images with FastAPI

    2 projects | dev.to | 8 Mar 2022
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 24 Apr 2025
    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 →

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

Sponsored
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.
judoscale.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?