build

View on PyPIReverse Dependencies (2028)

1.0.3 build-1.0.3-py3-none-any.whl

Wheel Details

Project: build
Version: 1.0.3
Filename: build-1.0.3-py3-none-any.whl
Download: [link]
Size: 18587
MD5: 505b77c45a8f2b92b8a2eca43c14a688
SHA256: 589bf99a67df7c9cf07ec0ac0e5e2ea5d4b37ac63301c4986d1acb126aa83f8f
Uploaded: 2023-09-06 23:46:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: build
Version: 1.0.3
Summary: A simple, correct Python build frontend
Author-Email: Filipe Laíns <lains[at]riseup.net>, Bernát Gábor <gaborjbernat[at]gmail.com>, layday <layday[at]protonmail.com>, Henry Schreiner <henryschreineriii[at]gmail.com>
Project-Url: changelog, https://pypa-build.readthedocs.io/en/stable/changelog.html
Project-Url: homepage, https://github.com/pypa/build
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >= 3.7
Requires-Dist: packaging (>=19.0)
Requires-Dist: pyproject_hooks
Requires-Dist: colorama; os_name == "nt"
Requires-Dist: importlib-metadata (>=4.6); python_version < "3.10"
Requires-Dist: tomli (>=1.1.0); python_version < "3.11"
Requires-Dist: furo (>=2023.08.17); extra == "docs"
Requires-Dist: sphinx (~=7.0); extra == "docs"
Requires-Dist: sphinx-argparse-cli (>=1.5); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.10); extra == "docs"
Requires-Dist: sphinx-issues (>=3.0.0); extra == "docs"
Requires-Dist: filelock (>=3); extra == "test"
Requires-Dist: pytest (>=6.2.4); extra == "test"
Requires-Dist: pytest-cov (>=2.12); extra == "test"
Requires-Dist: pytest-mock (>=2); extra == "test"
Requires-Dist: pytest-rerunfailures (>=9.1); extra == "test"
Requires-Dist: pytest-xdist (>=1.34); extra == "test"
Requires-Dist: wheel (>=0.36.0); extra == "test"
Requires-Dist: setuptools (>=42.0.0); extra == "test" and python_version < "3.10"
Requires-Dist: setuptools (>=56.0.0); extra == "test" and python_version == "3.10"
Requires-Dist: setuptools (>=56.0.0); extra == "test" and python_version == "3.11"
Requires-Dist: setuptools (>=67.8.0); extra == "test" and python_version >= "3.12"
Requires-Dist: importlib-metadata (>=5.1); extra == "typing"
Requires-Dist: mypy (~=1.5.0); extra == "typing"
Requires-Dist: tomli; extra == "typing"
Requires-Dist: typing-extensions (>=3.7.4.3); extra == "typing"
Requires-Dist: virtualenv (>=20.0.35); extra == "virtualenv"
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: typing
Provides-Extra: virtualenv
Description-Content-Type: text/markdown
[Description omitted; length: 1528 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
build/__init__.py sha256=1tyrNRWADnlAaJDBUzZJ-WR-2BiZtwgXSBd77tIL6Ng 14451
build/__main__.py sha256=-oFPUiWVpxy_ZHXKGKEDZWdRPu0NZD60TuTELGNJ1Vc 12777
build/_exceptions.py sha256=HICYNTARGYuHpMVOslvHO5tMb_U5w6h0pjjOyzkoDyY 2012
build/_importlib.py sha256=5x8GGplNR2rkYRPILCq6tPszslGvyVDDdwMBZuV_Hdo 359
build/_util.py sha256=AU6JBDO-8fVo1sBP7AKYxCQ4YL3d7izsfW-qxN2PTvY 3056
build/env.py sha256=fXg4Ml7DMIr676gv-btHe5BkKkcSaICJD4HWW9SyUWE 11243
build/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
build/util.py sha256=elz1Yxe3mKIdy6Yfav7_9JSIovWG09n7VfQEyfdfFFM 1719
build-1.0.3.dist-info/entry_points.txt sha256=MYbbM6JGYubgIjTgcLpNIZpc0PWbi9mRAW7VhtczlS8 105
build-1.0.3.dist-info/LICENSE sha256=qvminKWQeXHM8H3gJTdds0U5qNXu684gtGCZgFciEG8 1113
build-1.0.3.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
build-1.0.3.dist-info/METADATA sha256=L4BixBCJbZJbCPQR6rJrMnv7J9TfnWsraKKFq9CcsU8 4173
build-1.0.3.dist-info/RECORD

entry_points.txt

pyproject-build = build.__main__:entrypoint
build = build.__main__:entrypoint