build VS installer

Compare build vs installer and see what are their differences.

build

A simple, correct Python build frontend (by pypa)

installer

A low-level library for installing from a Python wheel distribution. (by pypa)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
build installer
7 2
652 111
3.1% 2.7%
9.2 6.6
11 days ago 4 days ago
Python Python
MIT License 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.

build

Posts with mentions or reviews of build. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.

installer

Posts with mentions or reviews of installer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.
  • The future of Python build systems and Gentoo
    8 projects | news.ycombinator.com | 10 Dec 2021
    And probably https://github.com/pradyunsg/installer https://pypi.org/project/installer/ too, but that one isn't under the pypa org yet, given the author, it probably will be.

    All that being said, the deprecations and removals are being done way before the replacements are in place and tested and features/rough edges rounded out, which I guess is python tradition at this point.

    IMHO, the repos maintained by pypa should all be part of the core teams responsibility (e.g. pip is maintained by pypa, not core, but its installed as part of the python installer you download from the foundation's website...), along with solving building/installing/packaging/distributing as a whole. But the core team decided their volunteers didn't want to work on that (ok fair) and pypa stepped up to do it, but never really had enough manpower to tackle it well (ok also fair). And none of the tech companies ever thought "gee we rely so heavily on this awesome tool, maybe we should send them some money to keep the lights on..." So instead its just been a giant mess.

  • Python: Please stop screwing over Linux distros
    4 projects | /r/Python | 16 Nov 2021
    python -m installer --destdir="$pkgdir" once pradyunsg/installer#66 is finally merged

What are some alternatives?

When comparing build and installer you can also consider the following projects:

gh-action-pypi-publish - The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI: https://github.com/marketplace/actions/pypi-publish

pipx - Install and Run Python Applications in Isolated Environments

setuptools - Official project repository for the Setuptools build system

pipsi - pip script installer

pyunifiprotect - Unofficial UniFi Protect Python API and CLI

py2exe - Create standalone Windows programs from Python code

awesome-pyproject - An Awesome List of projects using the pyproject.toml Python configuration file.

requests - A simple, yet elegant, HTTP library.

Cargo - The Rust package manager

serverless-project-example - Example Python project using AWS serverless stack

Poetry - Python packaging and dependency management made easy