Installation

You can download a tarball from Github, checkout the latest git tag or fetch the artifacts from project page on PyPI.

build may also be installed via pip or an equivalent:

$ pip install build

The recommended way is to checkout the git tags, as they are PGP signed with one of the following keys:

Bootstrapping

This package can build itself with only the toml and pep517 dependencies. The --skip-dependencies flag should be used in this case.

Compatibility

build is verified to be compatible with the following Python versions:

  • 2.7

  • 3.5

  • 3.6

  • 3.7

  • 3.8

  • 3.9

  • PyPy(2)

  • PyPy3