rules_python VS pip-upgrade

Compare rules_python vs pip-upgrade and see what are their differences.

pip-upgrade

Upgrade your pip packages with one line. A fast, reliable and easy tool for upgrading all of your packages while not breaking any dependencies (by realiti4)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rules_python pip-upgrade
7 4
495 33
2.0% -
9.5 6.0
4 days ago 3 months ago
Starlark Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rules_python

Posts with mentions or reviews of rules_python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-24.
  • Things I've learned about building CLI tools in Python
    16 projects | news.ycombinator.com | 24 Oct 2023
    What's SV?

    I honestly don't know why anyone would use that... as in what does Bazel do better than virtually anything else that can provide this functionality. But, I used to be an ops engineer in a big company which wanted everything to be Maven, regardless of whether it does it well or not. So we built and deployed with Maven a lot of weird and unrelated stuff.

    Not impossible, but not anything I'd advise anyone to do on their free time.

    Specifically wrt' the link you posted, if you look here: https://github.com/bazelbuild/rules_python/blob/main/python/... it says that only pure Python wheels are supported, but that's also a lie, they don't support half of the functionality of pure Python wheels.

    So, definitely not worth using, since lots of functionality is simply not there.

  • Python coverage in Bazel has been broken for nearly 6 years
    1 project | news.ycombinator.com | 19 Aug 2023
  • Build faster with Buck2: Our open source build system
    14 projects | news.ycombinator.com | 6 Apr 2023
    Regarding bazel, the rules_python has a py_wheel rule that helps you creating wheels that you can upload to pypi (https://github.com/bazelbuild/rules_python/blob/52e14b78307a...).

    If you want to see an approach of bazel to pypi taken a bit to the extreme you can have a look at tensorflow on GitHub to see how they do it. They don't use the above-mentioned building rule because I think their build step is quite complicated (C/C++ stuff, Vida/ROCm support, python bindings, and multiOS support all in one before you can publish to pypi).

  • Incremental Builds for Haskell with Bazel
    7 projects | news.ycombinator.com | 23 Jun 2022
    Python support in Bazel now looks more promising with `rules_python`: https://github.com/bazelbuild/rules_python

    `rules_go` to my understanding is great too.

    Over years, Bazel is not as opinionated as before, mostly because adoptions in different orgs force it to be so.

  • Advantages of Monorepos
    6 projects | news.ycombinator.com | 7 Apr 2022
    I have personally run converted build systems to Bazel, and use it for personal projects as well.

    Bazel 1.0 was released in October 2019. If you were using it "a few years ago", I'm guessing you were using a pre-1.0 version. There's not some cutoff where Bazel magically got easy to use, and I still wouldn't describe it as "easy", but the problem it solves is hard to solve well, and the community support for Bazel has gotten a lot better over the past years.

    https://github.com/bazelbuild/rules_python

    The difficulty and complexity of using Bazel is highly variable. I've seen some projects where using Bazel is just super simple and easy, and some projects where using Bazel required a massive effort (custom toolchains and the like).

  • Experimentations on Bazel: Python & FastAPI (1)
    5 projects | dev.to | 18 Apr 2021
    load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") #------------------------------------------------------------------------------ # Python #------------------------------------------------------------------------------ # enable python rules http_archive( name = "rules_python", url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz", sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f", )

pip-upgrade

Posts with mentions or reviews of pip-upgrade. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-11.
  • My first code PR to an open source project and it was to optimize Pip's new resolver!
    3 projects | /r/Python | 11 Oct 2021
  • Pip update all with dependency management
    1 project | /r/Python | 21 Jul 2021
    Hey guys, I found a neat little project a few months ago and it's been super helpful to me, so I figured that I'd share it here. It's called pip-upgrade-tool and as the title says, it allows for an "upgrade all" mechanic in pip, since it currently doesn't have an official way of doing this. There is the way to upgrade everything by piping pip freeze to grep and cut and xargs, but that doesn't take into account the dependencies that each package has. This project, on the other hand, does take into account dependencies, just like a normal package manager. After installation with pip3 install pip-upgrade-tool, you can just run pip-upgrade in a terminal to upgrade everything. This package can run in and out of virtual environments, and has the ability to exclude packages as well. I actually contributed to it when I first found out about it, and added the ability to use a configuration file for permanent configurations (e.g. permanent excluded packages). Hope you guys find this as useful as I do!
  • How often are you supposed to update Python and libraries?
    1 project | /r/learnpython | 13 May 2021
    I really like to use the pip-upgrade pip package to upgrade all of my packages, it doesn't break dependencies like normal pip would do with something like pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U. Here's the link: https://github.com/realiti4/pip-upgrade
  • Contributing to FOSS projects
    4 projects | /r/learnpython | 29 Apr 2021
    https://github.com/realiti4/pip-upgrade - Updates all packages in pip, and takes into account dependencies, something that pip cannot currently do

What are some alternatives?

When comparing rules_python and pip-upgrade you can also consider the following projects:

uwsgi-nginx-flask-docker - Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.

FetchCord - FetchCord grabs your OS info and displays it as Discord Rich Presence

black - The uncompromising Python code formatter

doorstop - Requirements management using version control.

python-streams - A Library to support Writing concise functional code in python

legendary - Legendary - A free and open-source replacement for the Epic Games Launcher

bazel-coverage-report-renderer - Haskell rules for Bazel.

pip - The Python package installer

TypeRig - Proxy API and Font Development Toolkit for FontLab

ImaginaryInfinity-Calculator

rules_pyenv - Bazel rules for pyenv (simple python version management)

pigar - :coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)