build

View on PyPIReverse Dependencies (1287)

0.10.0 build-0.10.0-py3-none-any.whl

Wheel Details

Project: build
Version: 0.10.0
Filename: build-0.10.0-py3-none-any.whl
Download: [link]
Size: 17429
MD5: 9b93e7d956ae20516157d18fbf8b8fb7
SHA256: af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171
Uploaded: 2023-01-11 20:32:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: build
Version: 0.10.0
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 :: 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 (>=0.22); python_version < "3.8"
Requires-Dist: tomli (>=1.1.0); python_version < "3.11"
Requires-Dist: furo (>=2021.08.31); extra == "docs"
Requires-Dist: sphinx (~=4.0); extra == "docs"
Requires-Dist: sphinx-argparse-cli (>=1.5); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.10); 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: toml (>=0.10.0); 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: importlib-metadata (>=5.1); extra == "typing"
Requires-Dist: mypy (==0.991); 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: 1656 characters]

WHEEL

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

RECORD

Path Digest Size
build/__init__.py sha256=CjTuoJnK_0y7dt5_u4AUrKI3S06SXBjyCdH6u8cTSSA 19190
build/__main__.py sha256=y5dd8iWBbY8vDv53yHpSEIuKJo9Ua-4XRfFytfreJiA 12200
build/env.py sha256=Vmz6up0W-Vlz_loL3LwBnl_Wmc-2f0oP4pJvx4IqEoI 12636
build/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
build/util.py sha256=6b5cX5lAsRD1AM1RQMxBUliuEZf0t9GypntXsy8cCWA 1632
build-0.10.0.dist-info/entry_points.txt sha256=MYbbM6JGYubgIjTgcLpNIZpc0PWbi9mRAW7VhtczlS8 105
build-0.10.0.dist-info/LICENSE sha256=qvminKWQeXHM8H3gJTdds0U5qNXu684gtGCZgFciEG8 1113
build-0.10.0.dist-info/WHEEL sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948 81
build-0.10.0.dist-info/METADATA sha256=JjBOd4xJfxSWUXnqhyPCz-RoriuTrDRfuisqpsRB6L8 4071
build-0.10.0.dist-info/RECORD

entry_points.txt

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