# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-build VERSION= 1.4.2 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Simple, correct Python build frontend (3.13) SDESC[v14]= Simple, correct Python build frontend (3.14) HOMEPAGE= https://build.pypa.io CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/4a/57/3b7d4dd193ade4641c865bc2b93aeeb71162e81fc348b8dad020215601ed DISTFILE[1]= build-1.4.2-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= build-1.4.2.dist-info GENERATED= yes [PY313].RUN_DEPENDS_ON= python-packaging:single:v13 python-pyproject_hooks:single:v13 python-colorama:single:v13 python-importlib-metadata:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-packaging:single:v14 python-pyproject_hooks:single:v14 python-colorama:single:v14 python-importlib-metadata:single:v14 [PY314].USES_ON= python:v14,wheel [FILE:2791:descriptions/desc.single] # build [![pre-commit.ci status]](https://results.pre-commit.ci/latest/github/pypa/build/main) [CI test] [codecov] [Documentation Status] [PyPI version] [Discord] A simple, correct Python build frontend. See the [documentation] for more information. ### Installation `build` can be installed via `pip` or an equivalent via: ```console $ pip install build ``` ### Usage ```console $ python -m build ``` This will build the package in an isolated environment, generating a source-distribution and wheel in the directory `dist/`. See the [documentation] for full information. Build is also available via the command line as `pyproject-build` once installed. ### Common arguments - `--sdist` (`-s`): Produce just an SDist - `--wheel` (`-w`): Produce just a wheel - `--metadata`: Produce just the metadata as JSON. Cannot be used with `--sdist`/`--wheel`. - `-C