What does HackerNews think of subpar?

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.

Language: Python

#124 in Python
I'm a big fan of Bazel (or its Google internal counterpart, Blaze). Such a big fan, in fact, that I even use it for Python projects, and package outputs into Google PAR: https://github.com/google/subpar.

As long as you stick with the official 4 Google languages (C++, Java, Python, Go) it doesn't get any better IMO, as far as build systems are concerned. I do wish it didn't require Java though.