# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-build VERSION= 1.2.2.post1 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Simple, correct Python build frontend (3.12) SDESC[v13]= Simple, correct Python build frontend (3.13) HOMEPAGE= https://build.pypa.io CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/84/c2/80633736cd183ee4a62107413def345f7e6e3c01563dbca1417363cf957e DISTFILE[1]= build-1.2.2.post1-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= build-1.2.2.post1.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-packaging:single:v12 python-pyproject_hooks:single:v12 python-colorama:single:v12 python-importlib-metadata:single:v12 [PY312].USES_ON= python:v12,wheel [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 [FILE:2414: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. ### Common arguments - `--sdist` (`-s`): Produce just an SDist - `--wheel` (`-w`): Produce just a wheel - `-C